POST api/crmconnect/property/instructiontolet
Get the instruction to sell event 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
InstructToLetCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| ActualMarketingPrice | decimal number |
None. |
|
| OccupierAllowanceDescription | OccupierAllowanceDescriptionSaveDataContract |
None. |
|
| DepositPriceValue | decimal number |
None. |
|
| DepositScheme | EnumDataContract |
None. |
|
| TeamId | integer |
None. |
|
| PutOnMarket | boolean |
None. |
|
| TermsReceived | boolean |
None. |
|
| InstructedDateTime | date |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
|
| LeaseType | EnumDataContract |
None. |
|
| AvailableDate | date |
None. |
|
| ValidEpcInPlace | boolean |
None. |
|
| ProofOfIdReceived | boolean |
None. |
|
| ProofOfOwnershipReceived | boolean |
None. |
|
| AgencyPeriod | EnumDataContract |
None. |
|
| BranchId | integer |
None. |
|
| FurnishingLevel | EnumDataContract |
None. |
|
| SendToPortal | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"RoleId": 1,
"ActualMarketingPrice": 2.1,
"OccupierAllowanceDescription": {
"Pairs": [
{
"Key": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 1
},
{
"Key": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Value": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 1
}
],
"Name": "sample string 1",
"Notes": "sample string 2",
"PropertyId": 3,
"RoleId": 4,
"ForceUpdate": true,
"Id": 6
},
"DepositPriceValue": 3.1,
"DepositScheme": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"TeamId": 4,
"PutOnMarket": true,
"TermsReceived": true,
"InstructedDateTime": "2025-11-18T14:06:52.3543915Z",
"NegotiatorIds": [
1,
2
],
"LeaseType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"AvailableDate": "2025-11-18T14:06:52.3543915Z",
"ValidEpcInPlace": true,
"ProofOfIdReceived": true,
"ProofOfOwnershipReceived": true,
"AgencyPeriod": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"BranchId": 1,
"FurnishingLevel": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"SendToPortal": true
}