POST api/tenancyagreement/{id}/servenotice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Agreement id

integer

Required

Body Parameters

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": "2025-06-14T21:09:35.1102146Z",
  "RescindedDate": "2025-06-14T21:09:35.1102146Z",
  "DocumentId": 4,
  "Id": 5
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.