POST api/zohoIndemnizacion/UpdateDeducible
Request Information
URI Parameters
None.
Body Parameters
ActualizarDeducibleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IdZoho | string |
None. |
|
| Identificacion | string |
None. |
|
| FormaPagoDeducible | string |
None. |
|
| IdReferenciaPago | string |
None. |
|
| ValorDescuento | decimal number |
None. |
|
| ValorPagado | decimal number |
None. |
|
| Fecha | string |
None. |
|
| UrlPago | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdZoho": "sample string 1",
"Identificacion": "sample string 2",
"FormaPagoDeducible": "sample string 3",
"IdReferenciaPago": "sample string 4",
"ValorDescuento": 5.0,
"ValorPagado": 6.0,
"Fecha": "sample string 7",
"UrlPago": "sample string 8"
}
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. |