POST api/tenancy/{id}/signdocument
Sign Document. Processes this tenancy API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the requested resource. |
integer |
Required |
Body Parameters
The set document signed data contract supplied with the request.
SetDocumentSignedDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId |
The unique identifier of the related document resource. |
integer |
None. |
| Context |
The context classification. |
SignDocumentType |
None. |
| PersonId |
The unique identifier of the related person resource. |
integer |
None. |
| Signed |
Indicates whether signed is true. |
boolean |
None. |
| SignedDate |
The signed date, expressed as a date and time. |
date |
None. |
| GroupId |
The unique identifier of the related group resource. |
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": "2026-07-23T10:30:39.725583Z",
"GroupId": 1
}
Response Information
Resource Description
The response returned after the operation completes.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.