GET 17.0/database/propertydetailssentitems/defaultmodel

Description

Get a Property Details Sent Items model with default values

URI Parameters

None.

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