POST api/progression/lettings/let
Set letting to Let (Occupied)
Request Information
URI Parameters
None.
Body Parameters
LetCommandDataContract| Name | Description | Type | Additional 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. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"RoleId": 1,
"LetDateTime": "2025-11-18T14:10:10.3310176Z",
"LetEndDateTime": "2025-11-18T14:10:10.3310176Z",
"TakeOffMarket": true,
"Note": "sample string 3",
"NegotiatorIds": [
1,
2
],
"IssueNoticeDate": "2025-11-18T14:10:10.3310176Z",
"CompleteTenantRoles": true,
"NextInspectionDate": "2025-11-18T14:10:10.3310176Z"
}
Response Information
Resource Description
LetDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Team | EventTeamDataContract |
None. |
|
| Notes | Collection of EventNoteCommandDataContract |
None. |
|
| Documents | Collection of DocumentDataContract |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| DateTime | date |
None. |
|
| EventCategory | EnumDataContract |
None. |
|
| EventType | EnumDataContract |
None. |
|
| EventStatus | EnumDataContract |
None. |
|
| Negotiators | Collection of ListNegotiatorDataContract |
None. |
|
| BranchId | integer |
None. |
|
| OwningTeamId | integer |
None. |
|
| TeamAccessType | string |
None. |
|
| CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | CreatedByDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.