GET 17.0/database/propertydetailssent/defaultmodel

Description

Get a Property Details Sent model with default values

URI Parameters

None.

None.

None.

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": 2,
  "userID": 3,
  "response": 64,
  "notes": "sample string 5",
  "price": 6.0,
  "addedDate": "2025-01-09T20:51",
  "reviewRequired": 64,
  "feedbackSendRequired": 64,
  "feedbackSentDate": "2025-01-09T20:51",
  "ownerFeedbackSentDate": "2025-01-09T20:51",
  "locationRating": 64,
  "conditionRating": 64,
  "priceRating": 64
}

application/xml, text/xml

Sample:
<PropertyDetailsSent xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ContactID>1</ContactID>
  <PropertyID>2</PropertyID>
  <UserID>3</UserID>
  <Response>64</Response>
  <Notes>sample string 5</Notes>
  <Price>6</Price>
  <AddedDate>2025-01-09T20:51:38.4630588+00:00</AddedDate>
  <ReviewRequired>64</ReviewRequired>
  <FeedbackSendRequired>64</FeedbackSendRequired>
  <FeedbackSentDate>2025-01-09T20:51:38.4630588+00:00</FeedbackSentDate>
  <OwnerFeedbackSentDate>2025-01-09T20:51:38.4630588+00:00</OwnerFeedbackSentDate>
  <LocationRating>64</LocationRating>
  <ConditionRating>64</ConditionRating>
  <PriceRating>64</PriceRating>
</PropertyDetailsSent>