POST api/tenancy/{id}/signdocument
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SetDocumentSignedDataContract| Name | Description | Type | Additional 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-11-01T16:01:32.2296766Z",
"GroupId": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.