POST api/Uadi/zohoFinancialOperations/ActualizarPago
Request Information
URI Parameters
None.
Body Parameters
PeopleSoftPayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TipoOperacion | integer |
None. |
|
| IdentificadorRegistro | string |
None. |
|
| Estado | string |
None. |
|
| NumeroTransferencia | integer |
None. |
|
| FechaPago | string |
None. |
|
| IdBanco | integer |
None. |
|
| NombreBanco | string |
None. |
|
| TipoCuenta | string |
None. |
|
| NumeroCuenta | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TipoOperacion": 1,
"IdentificadorRegistro": "sample string 2",
"Estado": "sample string 3",
"NumeroTransferencia": 1,
"FechaPago": "sample string 4",
"IdBanco": 1,
"NombreBanco": "sample string 5",
"TipoCuenta": "sample string 6",
"NumeroCuenta": 1
}
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. |