POST api/HistorialCaja

Request Information

URI Parameters

None.

Body Parameters

HistorialCajaCls
NameDescriptionTypeAdditional information
Id_HistorialCaja

integer

None.

NombreCaja

string

None.

Fecha

date

None.

NombreMov

string

None.

Cantidad

integer

None.

Id_TipoCaja

integer

None.

Id_TipoMov

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id_HistorialCaja": 1,
  "NombreCaja": "sample string 2",
  "Fecha": "2026-01-27T20:57:23.2111178-06:00",
  "NombreMov": "sample string 4",
  "Cantidad": 5,
  "Id_TipoCaja": 6,
  "Id_TipoMov": 7
}

application/xml, text/xml

Sample:
<HistorialCajaCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapaEntidad">
  <Cantidad>5</Cantidad>
  <Fecha>2026-01-27T20:57:23.2111178-06:00</Fecha>
  <Id_HistorialCaja>1</Id_HistorialCaja>
  <Id_TipoCaja>6</Id_TipoCaja>
  <Id_TipoMov>7</Id_TipoMov>
  <NombreCaja>sample string 2</NombreCaja>
  <NombreMov>sample string 4</NombreMov>
</HistorialCajaCls>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>