PUT api/tenancyagreement/{id}/servenotice
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Agreement id |
integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Lettings.Command.ServeNoticeCommandDataContractName | 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": "2024-11-21T09:52:33.5269431Z", "RescindedDate": "2024-11-21T09:52:33.5269431Z", "DocumentId": 4, "Id": 5 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.