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
ObjectNone.
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{}
Response Information
Resource Description
CompleteCommandDataContract| Name | Description | Type | Additional 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": "2025-11-18T11:48:07.0496829Z",
"TakeOffMarket": true,
"Note": "sample string 3",
"NegotiatorIds": [
1,
2
]
}