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

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

Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.InstructToSellCommandDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

ActualMarketingPrice

decimal number

None.

TeamId

integer

None.

PutOnMarket

boolean

None.

InstructedDateTime

date

None.

NegotiatorIds

Collection of integer

None.

LeaseType

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

ValidEpcInPlace

boolean

None.

ProofOfIdReceived

boolean

None.

ProofOfOwnershipReceived

boolean

None.

BranchId

integer

None.

ExternalCompanyInstructorId

integer

None.

AgencyPeriod

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

PriceText

string

None.

PriceOnApplication

boolean

None.

PriceQualifier

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

SendToPortal

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "RoleId": 1,
  "ActualMarketingPrice": 2.1,
  "TeamId": 3,
  "PutOnMarket": true,
  "InstructedDateTime": "2024-04-19T12:22:05.9102513Z",
  "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
}