POST api/crmconnect/property/completion

Get a completion as a CompleteCommandDataContract so that the status of the property can be updated when creating a property in rezi

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.CompleteCommandDataContract
NameDescriptionTypeAdditional information
RoleId

integer

None.

CompletionDateTime

date

None.

TakeOffMarket

boolean

None.

Note

string

None.

NegotiatorIds

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "RoleId": 1,
  "CompletionDateTime": "2024-04-25T09:33:35.6696802Z",
  "TakeOffMarket": true,
  "Note": "sample string 2",
  "NegotiatorIds": [
    1,
    2
  ]
}