PUT api/PedidoCartaOnline/editalineapedido?strCookie={strCookie}&strMesaId={strMesaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strCookie | string |
Required |
|
| strMesaId | string |
Required |
Body Parameters
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
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |