POST 17.0/database/contactpropertytenures

Description

Create Contact Property Tenures

URI Parameters

None.

Name Description Type Additional information
ContactID

integer

None.

TenureID

integer

None.

application/json, text/json

Sample:
{
  "contactID": 1,
  "tenureID": 1
}

application/xml, text/xml

Sample:
<ContactPropertyTenuresUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactID>1</ContactID>
  <TenureID>1</TenureID>
</ContactPropertyTenuresUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ContactID

integer

None.

TenureID

integer

None.

application/json, text/json

Sample:
{
  "contactID": 1,
  "tenureID": 2
}

application/xml, text/xml

Sample:
<ContactPropertyTenures xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactID>1</ContactID>
  <TenureID>2</TenureID>
</ContactPropertyTenures>