GET api/GetCuentasCajasSP?numeroConexion={numeroConexion}&idIN={idIN}&fechaCierre={fechaCierre}&idCuentaIN={idCuentaIN}&usuarioCuentaIN={usuarioCuentaIN}&fechaCierreOrder={fechaCierreOrder}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroConexion | integer |
Required |
|
| idIN | string |
None. |
|
| fechaCierre | string |
None. |
|
| idCuentaIN | string |
None. |
|
| usuarioCuentaIN | string |
None. |
|
| fechaCierreOrder | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCuentasCajasSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FechaCarga | date |
None. |
|
| FechaApertura | date |
None. |
|
| FechaAperturaString | string |
None. |
|
| FechaCierre | date |
None. |
|
| FechaCierreString | string |
None. |
|
| IdCuenta | integer |
None. |
|
| CuentaIdentificacion | string |
None. |
|
| CuentaUsuario | string |
None. |
|
| Estado | string |
None. |
|
| Descripcion | string |
None. |
|
| ImporteApertura | decimal number |
None. |
|
| SaldoCajero | decimal number |
None. |
|
| SaldoClientes | decimal number |
None. |
|
| ImporteTotal | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"FechaCarga": "2026-01-11T17:06:28.7364236-03:00",
"FechaApertura": "2026-01-11T17:06:28.7364236-03:00",
"FechaAperturaString": "sample string 1",
"FechaCierre": "2026-01-11T17:06:28.7364236-03:00",
"FechaCierreString": "sample string 2",
"IdCuenta": 1,
"CuentaIdentificacion": "sample string 3",
"CuentaUsuario": "sample string 4",
"Estado": "sample string 5",
"Descripcion": "sample string 6",
"ImporteApertura": 1.0,
"SaldoCajero": 1.0,
"SaldoClientes": 1.0,
"ImporteTotal": 1.0
},
{
"Id": 1,
"FechaCarga": "2026-01-11T17:06:28.7364236-03:00",
"FechaApertura": "2026-01-11T17:06:28.7364236-03:00",
"FechaAperturaString": "sample string 1",
"FechaCierre": "2026-01-11T17:06:28.7364236-03:00",
"FechaCierreString": "sample string 2",
"IdCuenta": 1,
"CuentaIdentificacion": "sample string 3",
"CuentaUsuario": "sample string 4",
"Estado": "sample string 5",
"Descripcion": "sample string 6",
"ImporteApertura": 1.0,
"SaldoCajero": 1.0,
"SaldoClientes": 1.0,
"ImporteTotal": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCuentasCajasSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB">
<GetCuentasCajasSP_Result>
<CuentaIdentificacion>sample string 3</CuentaIdentificacion>
<CuentaUsuario>sample string 4</CuentaUsuario>
<Descripcion>sample string 6</Descripcion>
<Estado>sample string 5</Estado>
<FechaApertura>2026-01-11T17:06:28.7364236-03:00</FechaApertura>
<FechaAperturaString>sample string 1</FechaAperturaString>
<FechaCarga>2026-01-11T17:06:28.7364236-03:00</FechaCarga>
<FechaCierre>2026-01-11T17:06:28.7364236-03:00</FechaCierre>
<FechaCierreString>sample string 2</FechaCierreString>
<Id>1</Id>
<IdCuenta>1</IdCuenta>
<ImporteApertura>1</ImporteApertura>
<ImporteTotal>1</ImporteTotal>
<SaldoCajero>1</SaldoCajero>
<SaldoClientes>1</SaldoClientes>
</GetCuentasCajasSP_Result>
<GetCuentasCajasSP_Result>
<CuentaIdentificacion>sample string 3</CuentaIdentificacion>
<CuentaUsuario>sample string 4</CuentaUsuario>
<Descripcion>sample string 6</Descripcion>
<Estado>sample string 5</Estado>
<FechaApertura>2026-01-11T17:06:28.7364236-03:00</FechaApertura>
<FechaAperturaString>sample string 1</FechaAperturaString>
<FechaCarga>2026-01-11T17:06:28.7364236-03:00</FechaCarga>
<FechaCierre>2026-01-11T17:06:28.7364236-03:00</FechaCierre>
<FechaCierreString>sample string 2</FechaCierreString>
<Id>1</Id>
<IdCuenta>1</IdCuenta>
<ImporteApertura>1</ImporteApertura>
<ImporteTotal>1</ImporteTotal>
<SaldoCajero>1</SaldoCajero>
<SaldoClientes>1</SaldoClientes>
</GetCuentasCajasSP_Result>
</ArrayOfGetCuentasCajasSP_Result>