POST 17.0/database/propertydetailssentitems

Description

Create Property Details Sent Items

URI Parameters

None.

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:28",
  "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:28:57.9306111+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:28",
  "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:28:57.9462376+00:00</AddedDate>
  <SourceID>5</SourceID>
  <UserID>6</UserID>
</PropertyDetailsSentItems>