POST api/Emision/ObtenerProductosByCliente
Request Information
URI Parameters
None.
Body Parameters
ObtenerProductosByClienteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClienteID | integer |
None. |
|
| AgenciaID | integer |
None. |
|
| LocalidadOrigenID | integer |
None. |
|
| LocalidadDestinoID | integer |
None. |
|
| CodigoPostalID | integer |
None. |
|
| ProvinciaID | integer |
None. |
|
| Peso | decimal number |
None. |
|
| FPD | integer |
None. |
|
| cantBultos | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClienteID": 1,
"AgenciaID": 2,
"LocalidadOrigenID": 3,
"LocalidadDestinoID": 4,
"CodigoPostalID": 5,
"ProvinciaID": 6,
"Peso": 7.1,
"FPD": 8,
"cantBultos": 9
}
application/xml, text/xml
Sample:
<ObtenerProductosByClienteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_SPK2.Requests"> <AgenciaID>2</AgenciaID> <ClienteID>1</ClienteID> <CodigoPostalID>5</CodigoPostalID> <FPD>8</FPD> <LocalidadDestinoID>4</LocalidadDestinoID> <LocalidadOrigenID>3</LocalidadOrigenID> <Peso>7.1</Peso> <ProvinciaID>6</ProvinciaID> <cantBultos>9</cantBultos> </ObtenerProductosByClienteRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.