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