POST api/CorteCaja/AgregaDepositoCorteCaja
Documentation for 'AgregaDepositoCorteCaja'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"USUARIO": "sample string 1",
"NOCUENTA": "sample string 2",
"NUMERO": "sample string 3",
"FECHA": "sample string 4",
"VALOR": 5.1,
"MOTIVO": "sample string 6",
"API_KEY": "sample string 7",
"EMPRESA": "sample string 8",
"CODCAJA": "sample string 9",
"NUMEROCORTE": 10.1
}
application/xml, text/xml
Sample:
<agregadepositocortecaja xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models"> <API_KEY>sample string 7</API_KEY> <CODCAJA>sample string 9</CODCAJA> <EMPRESA>sample string 8</EMPRESA> <NUMEROCORTE>10.1</NUMEROCORTE> <FECHA>sample string 4</FECHA> <MOTIVO>sample string 6</MOTIVO> <NOCUENTA>sample string 2</NOCUENTA> <NUMERO>sample string 3</NUMERO> <USUARIO>sample string 1</USUARIO> <VALOR>5.1</VALOR> </agregadepositocortecaja>
application/x-www-form-urlencoded
Sample:
Sample not available.