POST api/tenancy/{id}/signdocument
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Lettings.Command.SetDocumentSignedDataContractName | Description | Type | Additional information |
---|---|---|---|
DocumentId | integer |
None. |
|
Context | Dezrez.Core.DataContracts.External.Api.Lettings.Command.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": "2024-11-21T09:34:18.5018921Z", "GroupId": 1 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.