PUT api/PedidosLineasTipos?strCookie={strCookie}&intTipo={intTipo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strCookie | string |
Required |
|
| intTipo | integer |
Required |
Body Parameters
Collection of PedidoLinea| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| intPedidoId | integer |
None. |
|
| intArticuloId | integer |
None. |
|
| strArticuloNombre | string |
None. |
|
| decCantidad | decimal number |
None. |
|
| decPvp | decimal number |
None. |
|
| decImporte | decimal number |
None. |
|
| strArticuloExt | string |
None. |
|
| strArticuloExtPadre | string |
None. |
|
| decIva | decimal number |
None. |
|
| decCuotaComplemento | decimal number |
None. |
|
| decTotalArticulos | decimal number |
None. |
|
| intPedidoLineaTipo | integer |
None. |
|
| intPosicion | integer |
None. |
|
| strTextoPosicion | string |
None. |
|
| strColor | string |
None. |
|
| strDescargado | string |
None. |
|
| booModificaLinea | boolean |
None. |
|
| strBase64 | string |
None. |
|
| intIdLineaPrincipal | integer |
None. |
|
| miListComplementos | Collection of PedidoLineaComplemento |
None. |
|
| miListAlergenos | Collection of PedidoLineaComplemento |
None. |
|
| miNota | Collection of PedidoLineaComplemento |
None. |
|
| miListLineaMenu | Collection of PedidoLinea |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Respuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| booOk | boolean |
None. |
|
| strValor | string |
None. |
|
| strMensaje | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"booOk": true,
"strValor": "sample string 2",
"strMensaje": "sample string 3"
}
application/xml, text/xml
Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestTpvWA.App_Code"> <booOk>true</booOk> <strMensaje>sample string 3</strMensaje> <strValor>sample string 2</strValor> </Respuesta>