POST api/CorteCaja/AgregaIngresoCorteCaja

Documentation for 'AgregaIngresoCorteCaja'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "API_KEY": "sample string 1",
  "EMPRESA": "sample string 2",
  "CODCAJA": "sample string 3",
  "NUMEROCORTE": 4.1,
  "USUARIOCLAVE": "sample string 5",
  "CLAVE": "sample string 6",
  "ITEM_ING": 7,
  "ING_MOTIVO": "sample string 8",
  "ING_VALOR": 9.1,
  "USUARIO": "sample string 10",
  "FECHA": "sample string 11",
  "HORA": "sample string 12"
}

application/xml, text/xml

Sample:
<AgregaIngresoCorteCaja xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models">
  <FECHA>sample string 11</FECHA>
  <HORA>sample string 12</HORA>
  <ING_MOTIVO>sample string 8</ING_MOTIVO>
  <ING_VALOR>9.1</ING_VALOR>
  <ITEM_ING>7</ITEM_ING>
  <USUARIO>sample string 10</USUARIO>
  <API_KEY>sample string 1</API_KEY>
  <CLAVE>sample string 6</CLAVE>
  <CODCAJA>sample string 3</CODCAJA>
  <EMPRESA>sample string 2</EMPRESA>
  <NUMEROCORTE>4.1</NUMEROCORTE>
  <USUARIOCLAVE>sample string 5</USUARIOCLAVE>
</AgregaIngresoCorteCaja>

application/x-www-form-urlencoded

Sample:

Sample not available.