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