PUT 17.0/database/propertydetailssentitems/{contactid}/{propertyid}/{type}/{addeddate}

Description

Update existing Property Details Sent Items

URI Parameters

Name Description Type Additional information
contactID

integer

Required

propertyID

integer

Required

type

integer

Required

addedDate

date

Required

Name Description Type Additional information
ContactID

integer

None.

PropertyID

integer

None.

Type

integer

None.

AddedDate

date

None.

SourceID

integer

None.

UserID

integer

None.

application/json, text/json

Sample:
{
  "contactID": 1,
  "propertyID": 1,
  "type": 1,
  "addedDate": "2025-01-09T20:24",
  "sourceID": 1,
  "userID": 1
}

application/xml, text/xml

Sample:
<PropertyDetailsSentItemsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactID>1</ContactID>
  <PropertyID>1</PropertyID>
  <Type>1</Type>
  <AddedDate>2025-01-09T20:24:44.4209252+00:00</AddedDate>
  <SourceID>1</SourceID>
  <UserID>1</UserID>
</PropertyDetailsSentItemsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ContactID

integer

None.

PropertyID

integer

None.

Type

integer

None.

AddedDate

date

None.

SourceID

integer

None.

UserID

integer

None.

application/json, text/json

Sample:
{
  "contactID": 1,
  "propertyID": 2,
  "type": 3,
  "addedDate": "2025-01-09T20:24",
  "sourceID": 5,
  "userID": 6
}

application/xml, text/xml

Sample:
<PropertyDetailsSentItems xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactID>1</ContactID>
  <PropertyID>2</PropertyID>
  <Type>3</Type>
  <AddedDate>2025-01-09T20:24:44.436531+00:00</AddedDate>
  <SourceID>5</SourceID>
  <UserID>6</UserID>
</PropertyDetailsSentItems>