POST api/tenancy/endtenancy
Request Information
URI Parameters
None.
Body Parameters
EndTenancyCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| EndDateTime | date |
None. |
|
| Note | string |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"RoleId": 1,
"EndDateTime": "2025-11-18T14:09:20.4020313Z",
"Note": "sample string 3",
"NegotiatorIds": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.