POST 17.0/database/propertydetailssent/list

Description

Retrieve a list of Property Details Sent

URI Parameters

None.

Name Description Type Additional information
Fields

Collection of string

None.

Filters

Collection of DatabaseFilter

None.

Order

string

None.

application/json, text/json

Sample:
{
  "fields": [
    "sample string 1",
    "sample string 2"
  ],
  "filters": [
    {
      "fieldName": "sample string 1",
      "value": "sample string 2",
      "operator": "sample string 3",
      "valueType": "sample string 4"
    },
    {
      "fieldName": "sample string 1",
      "value": "sample string 2",
      "operator": "sample string 3",
      "valueType": "sample string 4"
    }
  ],
  "order": "sample string 1"
}

application/xml, text/xml

Sample:
<ListOptions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Fields>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Fields>
  <Filters>
    <DatabaseFilter>
      <FieldName>sample string 1</FieldName>
      <Value>sample string 2</Value>
      <Operator>sample string 3</Operator>
      <ValueType>sample string 4</ValueType>
    </DatabaseFilter>
    <DatabaseFilter>
      <FieldName>sample string 1</FieldName>
      <Value>sample string 2</Value>
      <Operator>sample string 3</Operator>
      <ValueType>sample string 4</ValueType>
    </DatabaseFilter>
  </Filters>
  <Order>sample string 1</Order>
</ListOptions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ContactID

integer

None.

PropertyID

integer

None.

UserID

integer

None.

Response

byte

None.

Notes

string

None.

Price

decimal number

None.

AddedDate

date

None.

ReviewRequired

byte

None.

FeedbackSendRequired

byte

None.

FeedbackSentDate

date

None.

OwnerFeedbackSentDate

date

None.

LocationRating

byte

None.

ConditionRating

byte

None.

PriceRating

byte

None.

application/json, text/json

Sample:
[
  {
    "contactID": 1,
    "propertyID": 1,
    "userID": 1,
    "response": 64,
    "notes": "sample string 1",
    "price": 1.0,
    "addedDate": "2025-01-09T20:36",
    "reviewRequired": 64,
    "feedbackSendRequired": 64,
    "feedbackSentDate": "2025-01-09T20:36",
    "ownerFeedbackSentDate": "2025-01-09T20:36",
    "locationRating": 64,
    "conditionRating": 64,
    "priceRating": 64
  },
  {
    "contactID": 1,
    "propertyID": 1,
    "userID": 1,
    "response": 64,
    "notes": "sample string 1",
    "price": 1.0,
    "addedDate": "2025-01-09T20:36",
    "reviewRequired": 64,
    "feedbackSendRequired": 64,
    "feedbackSentDate": "2025-01-09T20:36",
    "ownerFeedbackSentDate": "2025-01-09T20:36",
    "locationRating": 64,
    "conditionRating": 64,
    "priceRating": 64
  }
]

application/xml, text/xml

Sample:
<ArrayOfPropertyDetailsSentUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PropertyDetailsSentUpdate>
    <ContactID>1</ContactID>
    <PropertyID>1</PropertyID>
    <UserID>1</UserID>
    <Response>64</Response>
    <Notes>sample string 1</Notes>
    <Price>1</Price>
    <AddedDate>2025-01-09T20:36:31.671984+00:00</AddedDate>
    <ReviewRequired>64</ReviewRequired>
    <FeedbackSendRequired>64</FeedbackSendRequired>
    <FeedbackSentDate>2025-01-09T20:36:31.671984+00:00</FeedbackSentDate>
    <OwnerFeedbackSentDate>2025-01-09T20:36:31.671984+00:00</OwnerFeedbackSentDate>
    <LocationRating>64</LocationRating>
    <ConditionRating>64</ConditionRating>
    <PriceRating>64</PriceRating>
  </PropertyDetailsSentUpdate>
  <PropertyDetailsSentUpdate>
    <ContactID>1</ContactID>
    <PropertyID>1</PropertyID>
    <UserID>1</UserID>
    <Response>64</Response>
    <Notes>sample string 1</Notes>
    <Price>1</Price>
    <AddedDate>2025-01-09T20:36:31.671984+00:00</AddedDate>
    <ReviewRequired>64</ReviewRequired>
    <FeedbackSendRequired>64</FeedbackSendRequired>
    <FeedbackSentDate>2025-01-09T20:36:31.671984+00:00</FeedbackSentDate>
    <OwnerFeedbackSentDate>2025-01-09T20:36:31.671984+00:00</OwnerFeedbackSentDate>
    <LocationRating>64</LocationRating>
    <ConditionRating>64</ConditionRating>
    <PriceRating>64</PriceRating>
  </PropertyDetailsSentUpdate>
</ArrayOfPropertyDetailsSentUpdate>