POST api/UpdateAnularPedidoCL
Request Information
URI Parameters
None.
Body Parameters
UpdateAnularPedidoCLRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| logueo | LogueoRequest |
None. |
|
| NroPedido | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"logueo": {
"Usuario": "sample string 1",
"Clave": "sample string 2",
"CodigoCliente": "sample string 3"
},
"NroPedido": "sample string 1"
}
application/xml, text/xml
Sample:
<UpdateAnularPedidoCLRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiAndesmar.Request">
<NroPedido>sample string 1</NroPedido>
<logueo>
<Clave>sample string 2</Clave>
<CodigoCliente>sample string 3</CodigoCliente>
<Usuario>sample string 1</Usuario>
</logueo>
</UpdateAnularPedidoCLRequest>
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.