POST api/zohoDebidaDiligencia/signed/{idFvc}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idFvc | string |
Required |
Body Parameters
UpdateSignedFvModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FechaFirma | string |
None. |
|
| FechaFinVigencia | string |
None. |
|
| Firmado | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FechaFirma": "sample string 1",
"FechaFinVigencia": "sample string 2",
"Firmado": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |