POST api/DEM_DETALLE_MANIFIESTO/GuardarFlujoClasificaPaquete
Request Information
URI Parameters
None.
Body Parameters
FlujoClasificaPaquete_Parametro| Name | Description | Type | Additional information |
|---|---|---|---|
| MANIFIESTO_ID | integer |
None. |
|
| NUMERO_PAQUETE | integer |
None. |
|
| CREO | string |
None. |
|
| TIPOENVIO | integer |
None. |
|
| SUBTIPOPAQUETE | integer |
None. |
|
| TIPOCOURIER | integer |
None. |
|
| TIPOIMPUESTO | integer |
None. |
|
| DESCRIPCION | string |
None. |
|
| PRECIO | decimal number |
None. |
|
| CONFACTURA | integer |
None. |
|
| NUMERO_BOLSA | string |
None. |
|
| EMPAQUE | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"MANIFIESTO_ID": 1,
"NUMERO_PAQUETE": 2,
"CREO": "sample string 3",
"TIPOENVIO": 4,
"SUBTIPOPAQUETE": 5,
"TIPOCOURIER": 6,
"TIPOIMPUESTO": 7,
"DESCRIPCION": "sample string 8",
"PRECIO": 9.0,
"CONFACTURA": 10,
"NUMERO_BOLSA": "sample string 11",
"EMPAQUE": true
}
application/xml, text/xml
Sample:
<FlujoClasificaPaquete_Parametro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAmexpusa.Models"> <CONFACTURA>10</CONFACTURA> <CREO>sample string 3</CREO> <DESCRIPCION>sample string 8</DESCRIPCION> <EMPAQUE>true</EMPAQUE> <MANIFIESTO_ID>1</MANIFIESTO_ID> <NUMERO_BOLSA>sample string 11</NUMERO_BOLSA> <NUMERO_PAQUETE>2</NUMERO_PAQUETE> <PRECIO>9</PRECIO> <SUBTIPOPAQUETE>5</SUBTIPOPAQUETE> <TIPOCOURIER>6</TIPOCOURIER> <TIPOENVIO>4</TIPOENVIO> <TIPOIMPUESTO>7</TIPOIMPUESTO> </FlujoClasificaPaquete_Parametro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.