POST api/crmconnect/property/let

Get the accepted offer for a property as a RecordOfferCommandDataContract 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.LetCommandDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

LetDateTime

date

None.

LetEndDateTime

date

None.

TakeOffMarket

boolean

None.

Note

string

None.

NegotiatorIds

Collection of integer

None.

IssueNoticeDate

date

None.

CompleteTenantRoles

boolean

None.

NextInspectionDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "RoleId": 1,
  "LetDateTime": "2024-03-28T11:06:52.7461294Z",
  "LetEndDateTime": "2024-03-28T11:06:52.7617536Z",
  "TakeOffMarket": true,
  "Note": "sample string 2",
  "NegotiatorIds": [
    1,
    2
  ],
  "IssueNoticeDate": "2024-03-28T11:06:52.7617536Z",
  "CompleteTenantRoles": true,
  "NextInspectionDate": "2024-03-28T11:06:52.7617536Z"
}