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
Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.InstructToLetCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
RoleId | integer |
None. |
|
ActualMarketingPrice | decimal number |
None. |
|
OccupierAllowanceDescription | Dezrez.Core.DataContracts.External.Api.Descriptions.Command.OccupierAllowanceDescriptionSaveDataContract |
None. |
|
DepositPriceValue | decimal number |
None. |
|
DepositScheme | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
TeamId | integer |
None. |
|
PutOnMarket | boolean |
None. |
|
TermsReceived | boolean |
None. |
|
InstructedDateTime | date |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
LeaseType | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
AvailableDate | date |
None. |
|
ValidEpcInPlace | boolean |
None. |
|
ProofOfIdReceived | boolean |
None. |
|
ProofOfOwnershipReceived | boolean |
None. |
|
AgencyPeriod | Dezrez.Core.DataContracts.External.Api.System.EnumDataContract |
None. |
|
BranchId | integer |
None. |
|
FurnishingLevel | Dezrez.Core.DataContracts.External.Api.System.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": "2024-11-21T09:32:10.8739502Z", "NegotiatorIds": [ 1, 2 ], "LeaseType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" }, "AvailableDate": "2024-11-21T09:32:10.8739502Z", "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 }