POST api/tenancy/{id}/signdocument

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

SetDocumentSignedDataContract
NameDescriptionTypeAdditional information
DocumentId

integer

None.

Context

SignDocumentType

None.

PersonId

integer

None.

Signed

boolean

None.

SignedDate

date

None.

GroupId

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "DocumentId": 1,
  "Context": 0,
  "PersonId": 2,
  "Signed": true,
  "SignedDate": "2025-07-02T00:44:18.1703776Z",
  "GroupId": 1
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.