POST api/PAQ_PAQUETE/ActualizaEstadoPaqueteHojaRuta
Request Information
URI Parameters
None.
Body Parameters
ActualizaEstadoPaqueteHojaRutaCliente_Parametro| Name | Description | Type | Additional information |
|---|---|---|---|
| NUMERO | integer |
None. |
|
| HOJARUTA_ID | integer |
None. |
|
| ESTADO_ID | integer |
None. |
|
| CODIGO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NUMERO": 1,
"HOJARUTA_ID": 2,
"ESTADO_ID": 3,
"CODIGO": "sample string 4"
}
application/xml, text/xml
Sample:
<ActualizaEstadoPaqueteHojaRutaCliente_Parametro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAmexpusa.Models"> <CODIGO>sample string 4</CODIGO> <ESTADO_ID>3</ESTADO_ID> <HOJARUTA_ID>2</HOJARUTA_ID> <NUMERO>1</NUMERO> </ActualizaEstadoPaqueteHojaRutaCliente_Parametro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>