POST api/Caja
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, text/html, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CajaNotificacion| Name | Description | Type | Additional information |
|---|---|---|---|
| OrdenCarga | string |
None. |
|
| Id_Caja | integer |
None. |
|
| NumeroEconomico | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OrdenCarga": "sample string 1",
"Id_Caja": 2,
"NumeroEconomico": "sample string 3"
}
text/html
Sample:
{"OrdenCarga":"sample string 1","Id_Caja":2,"NumeroEconomico":"sample string 3"}
application/xml, text/xml
Sample:
<CajaNotificacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIavisoEntrada.Modelo.Entidades"> <Id_Caja>2</Id_Caja> <NumeroEconomico>sample string 3</NumeroEconomico> <OrdenCarga>sample string 1</OrdenCarga> </CajaNotificacion>