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

Description

Retrieve Property Details Sent Items

URI Parameters

Name Description Type Additional information
contactID

integer

Required

propertyID

integer

Required

type

integer

Required

addedDate

date

Required

None.

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": 2,
  "type": 3,
  "addedDate": "2025-01-09T20:22",
  "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:22:23.3969174+00:00</AddedDate>
  <SourceID>5</SourceID>
  <UserID>6</UserID>
</PropertyDetailsSentItems>