GET api/Signing/{signingRoomId}/Documents/{documentId}/ValidateCurrentSigner
Checks that the current user is a valid document signer. The current signer user must have access to the SigningRoom that contains the document.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| signingRoomId |
The id of the SigningRoom. |
integer |
Required |
| documentId |
The id of the document. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The results of the operation.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.