GET api/caja/CajaResumen
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AperturaDetallesCajaResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| AperturaId | integer |
None. |
|
| CajaId | integer |
None. |
|
| Descripcion | string |
None. |
|
| UsuarioApertura | string |
None. |
|
| FechaApertura | date |
None. |
|
| FechaCierre | date |
None. |
|
| MontoTotalApertura | decimal number |
None. |
|
| MovimientoActual | decimal number |
None. |
|
| Abierto | boolean |
None. |
|
| MontoTotalCierre | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AperturaId": 1,
"CajaId": 2,
"Descripcion": "sample string 3",
"UsuarioApertura": "sample string 4",
"FechaApertura": "2025-12-06T03:22:25.9041934-03:00",
"FechaCierre": "2025-12-06T03:22:25.9041934-03:00",
"MontoTotalApertura": 6.0,
"MovimientoActual": 7.0,
"Abierto": true,
"MontoTotalCierre": 9.0
},
{
"AperturaId": 1,
"CajaId": 2,
"Descripcion": "sample string 3",
"UsuarioApertura": "sample string 4",
"FechaApertura": "2025-12-06T03:22:25.9041934-03:00",
"FechaCierre": "2025-12-06T03:22:25.9041934-03:00",
"MontoTotalApertura": 6.0,
"MovimientoActual": 7.0,
"Abierto": true,
"MontoTotalCierre": 9.0
}
]
application/xml, text/xml
Sample:
<ArrayOfAperturaDetallesCajaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HouseCore.ViewModels.Response">
<AperturaDetallesCajaResponse>
<Abierto>true</Abierto>
<AperturaId>1</AperturaId>
<CajaId>2</CajaId>
<Descripcion>sample string 3</Descripcion>
<FechaApertura>2025-12-06T03:22:25.9041934-03:00</FechaApertura>
<FechaCierre>2025-12-06T03:22:25.9041934-03:00</FechaCierre>
<MontoTotalApertura>6</MontoTotalApertura>
<MontoTotalCierre>9</MontoTotalCierre>
<MovimientoActual>7</MovimientoActual>
<UsuarioApertura>sample string 4</UsuarioApertura>
</AperturaDetallesCajaResponse>
<AperturaDetallesCajaResponse>
<Abierto>true</Abierto>
<AperturaId>1</AperturaId>
<CajaId>2</CajaId>
<Descripcion>sample string 3</Descripcion>
<FechaApertura>2025-12-06T03:22:25.9041934-03:00</FechaApertura>
<FechaCierre>2025-12-06T03:22:25.9041934-03:00</FechaCierre>
<MontoTotalApertura>6</MontoTotalApertura>
<MontoTotalCierre>9</MontoTotalCierre>
<MovimientoActual>7</MovimientoActual>
<UsuarioApertura>sample string 4</UsuarioApertura>
</AperturaDetallesCajaResponse>
</ArrayOfAperturaDetallesCajaResponse>