POST api/DesembolsoActualiza
Request Information
URI Parameters
None.
Body Parameters
DesembolsoActualizaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| sucursalId | integer |
None. |
|
| tipoMovimientoId | integer |
None. |
|
| cuenta | string |
None. |
|
| productoId | integer |
None. |
|
| descripcion | string |
None. |
|
| importe | decimal number |
None. |
|
| fechaCaptura | date |
None. |
|
| clienteExternoId | string |
None. |
|
| nombreCliente | string |
None. |
|
| sociaId | integer |
None. |
|
| referencias | string |
None. |
|
| cajeroCapturaId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"sucursalId": 1,
"tipoMovimientoId": 2,
"cuenta": "sample string 3",
"productoId": 4,
"descripcion": "sample string 5",
"importe": 6.0,
"fechaCaptura": "2025-12-05T21:32:05.3912976-06:00",
"clienteExternoId": "sample string 8",
"nombreCliente": "sample string 9",
"sociaId": 10,
"referencias": "sample string 11",
"cajeroCapturaId": "sample string 12"
}
application/xml, text/xml
Sample:
<DesembolsoActualizaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ST_Catalogos.Models"> <cajeroCapturaId>sample string 12</cajeroCapturaId> <clienteExternoId>sample string 8</clienteExternoId> <cuenta>sample string 3</cuenta> <descripcion>sample string 5</descripcion> <fechaCaptura>2025-12-05T21:32:05.3912976-06:00</fechaCaptura> <importe>6</importe> <nombreCliente>sample string 9</nombreCliente> <productoId>4</productoId> <referencias>sample string 11</referencias> <sociaId>10</sociaId> <sucursalId>1</sucursalId> <tipoMovimientoId>2</tipoMovimientoId> </DesembolsoActualizaRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DesembolsoActualizaResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| responseCode | integer |
None. |
|
| responseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseCode": 1,
"responseMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<DesembolsoActualizaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ST_Catalogos.Models"> <responseCode>1</responseCode> <responseMessage>sample string 2</responseMessage> </DesembolsoActualizaResponse>