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
Dezrez.Core.DataContracts.External.Api.Role.Command.SetInfo.SetInfoCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
ServiceLevel | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
FurnishingLevel | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
Term | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
PriceType | Dezrez.Core.DataContracts.External.Api.System.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": "2024-11-21T09:34:18.5018921Z" }