POST api/crmconnect/property/instructiontosell

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 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.

InstructToSellCommandDataContract
NameDescriptionTypeAdditional information
RoleId

The unique identifier of the related role resource.

integer

None.

ActualMarketingPrice

The actual marketing price value.

decimal number

None.

TeamId

The unique identifier of the related team resource.

integer

None.

PutOnMarket

Indicates whether put on market is true.

boolean

None.

InstructedDateTime

The instructed date time, expressed as a date and time.

date

None.

NegotiatorIds

The unique identifiers of the related negotiator resources.

Collection of integer

None.

LeaseType

The lease type value.

EnumDataContract

None.

ValidEpcInPlace

Indicates whether valid epc in place is true.

boolean

None.

ProofOfIdReceived

Indicates whether proof of id received is true.

boolean

None.

ProofOfOwnershipReceived

Indicates whether proof of ownership received is true.

boolean

None.

BranchId

The unique identifier of the related branch resource.

integer

None.

ExternalCompanyInstructorId

The unique identifier of the related external company instructor resource.

integer

None.

AgencyPeriod

The agency period value.

EnumDataContract

None.

PriceText

The price text value.

string

None.

PriceOnApplication

Indicates whether price on application is true.

boolean

None.

PriceQualifier

The price qualifier value.

EnumDataContract

None.

SendToPortal

Indicates whether send to portal is true.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "RoleId": 1,
  "ActualMarketingPrice": 2.1,
  "TeamId": 3,
  "PutOnMarket": true,
  "InstructedDateTime": "2026-07-21T17:10:15.4740818Z",
  "NegotiatorIds": [
    1,
    2
  ],
  "LeaseType": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "ValidEpcInPlace": true,
  "ProofOfIdReceived": true,
  "ProofOfOwnershipReceived": true,
  "BranchId": 1,
  "ExternalCompanyInstructorId": 1,
  "AgencyPeriod": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "PriceText": "sample string 5",
  "PriceOnApplication": true,
  "PriceQualifier": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "SendToPortal": true
}