POST api/tenancyagreement/{id}/servenotice
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Agreement id |
integer |
Required |
Body Parameters
ServeNoticeCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| OtherPartyNotified | boolean |
None. |
|
| ReceivedDate | date |
None. |
|
| RescindedDate | date |
None. |
|
| DocumentId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"GroupId": 1,
"OtherPartyNotified": true,
"ReceivedDate": "2025-11-18T14:12:53.3962718Z",
"RescindedDate": "2025-11-18T14:12:53.3962718Z",
"DocumentId": 4,
"Id": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.