POST api/crmconnect/property/lettinginfo
Get the lettings info for a property as a InstructToSellCommandDataContract so that it can be added to the event timeline for rezi when creating a property
Request Information
URI Parameters
None.
Body Parameters
A value usable to identify the item in the crm, this key is generated by the selected domain service
ObjectNone.
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{}
Response Information
Resource Description
SetInfoCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceLevel | EnumDataContract |
None. |
|
| FurnishingLevel | EnumDataContract |
None. |
|
| Term | EnumDataContract |
None. |
|
| PriceType | EnumDataContract |
None. |
|
| AvailableDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceLevel": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"FurnishingLevel": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Term": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PriceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"AvailableDate": "2025-11-18T14:09:17.3920604Z"
}