PUT 17.0/database/contactpropertyareas/{contactid}/{propertyareaid}

Description

Update existing Contact Property Areas

URI Parameters

Name Description Type Additional information
contactID

integer

Required

propertyAreaID

integer

Required

Name Description Type Additional information
ContactID

integer

None.

PropertyAreaID

integer

None.

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ContactID

integer

None.

PropertyAreaID

integer

None.

application/json, text/json

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

application/xml, text/xml

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