PUT api/tenancyagreement/{id}/servenotice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Agreement id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.External.Api.Lettings.Command.ServeNoticeCommandDataContract
NameDescriptionTypeAdditional 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-04-19T01:42:30.2575694Z",
  "RescindedDate": "2024-04-19T01:42:30.2575694Z",
  "DocumentId": 4,
  "Id": 5
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.