GET api/GetSignatureToDo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DTOSignatureName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
InfoDocumento | string |
None. |
|
string |
None. |
||
inviaMail | boolean |
None. |
|
Base64Signature | string |
None. |
|
tipoDocumento | TipoDocumento |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "InfoDocumento": "sample string 2", "Email": "sample string 3", "inviaMail": true, "Base64Signature": "sample string 5", "tipoDocumento": 1 }