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 Processes this crm connect API request. The parameter and response sections describe the data exchanged with the API.

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

Object

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{}

Response Information

Resource Description

The response returned after the operation completes.

SetInfoCommandDataContract
NameDescriptionTypeAdditional information
ServiceLevel

The service level value.

EnumDataContract

None.

FurnishingLevel

The furnishing level value.

EnumDataContract

None.

Term

The term value.

EnumDataContract

None.

PriceType

The price type value.

EnumDataContract

None.

AvailableDate

The available date, expressed as a date and time.

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": "2026-07-23T08:23:21.2024346Z"
}