POST api/PedidoCartaOnline/finalizar?strCookie={strCookie}&strMesaId={strMesaId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strCookie | string |
Required |
|
| strMesaId | string |
Required |
Body Parameters
Pedido| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| datFechaRegistro | date |
None. |
|
| intClienteId | integer |
None. |
|
| strClienteNombre | string |
None. |
|
| strObservaciones | string |
None. |
|
| strCerrado | string |
None. |
|
| strDomicilio | string |
None. |
|
| strHoraEntrega | string |
None. |
|
| strDescargado | string |
None. |
|
| intFormaPagoId | integer |
None. |
|
| intPedidoTipoId | integer |
None. |
|
| intCamareroId | integer |
None. |
|
| intMesaId | integer |
None. |
|
| intZonaId | integer |
None. |
|
| decBase | decimal number |
None. |
|
| decCuotaIva | decimal number |
None. |
|
| decCuotaReq | decimal number |
None. |
|
| decCuotaIrpf | decimal number |
None. |
|
| decImporte | decimal number |
None. |
|
| strMesaVinculada | string |
None. |
|
| strMesaNombre | string |
None. |
|
| strCamareroIdExt | string |
None. |
|
| strMesaIdExt | string |
None. |
|
| datFechaDescargado | date |
None. |
|
| strNotasDescargado | string |
None. |
|
| intEstadoMesaId | integer |
None. |
|
| strEnviado | string |
None. |
|
| booModificaCabecera | boolean |
None. |
|
| strPedidoClave | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"datFechaRegistro": "2025-12-13T20:09:20.785787+01:00",
"intClienteId": 3,
"strClienteNombre": "sample string 4",
"strObservaciones": "sample string 5",
"strCerrado": "sample string 6",
"strDomicilio": "sample string 7",
"strHoraEntrega": "sample string 8",
"strDescargado": "sample string 9",
"intFormaPagoId": 10,
"intPedidoTipoId": 11,
"intCamareroId": 12,
"intMesaId": 13,
"intZonaId": 14,
"decBase": 15.0,
"decCuotaIva": 16.0,
"decCuotaReq": 17.0,
"decCuotaIrpf": 18.0,
"decImporte": 19.0,
"strMesaVinculada": "sample string 20",
"strMesaNombre": "sample string 21",
"strCamareroIdExt": "sample string 22",
"strMesaIdExt": "sample string 23",
"datFechaDescargado": "2025-12-13T20:09:20.785787+01:00",
"strNotasDescargado": "sample string 25",
"intEstadoMesaId": 26,
"strEnviado": "sample string 27",
"booModificaCabecera": true,
"strPedidoClave": "sample string 29"
}
application/xml, text/xml
Sample:
<Pedido xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestTpvWA.Models"> <booModificaCabecera>true</booModificaCabecera> <datFechaDescargado>2025-12-13T20:09:20.785787+01:00</datFechaDescargado> <datFechaRegistro>2025-12-13T20:09:20.785787+01:00</datFechaRegistro> <decBase>15</decBase> <decCuotaIrpf>18</decCuotaIrpf> <decCuotaIva>16</decCuotaIva> <decCuotaReq>17</decCuotaReq> <decImporte>19</decImporte> <intCamareroId>12</intCamareroId> <intClienteId>3</intClienteId> <intEstadoMesaId>26</intEstadoMesaId> <intFormaPagoId>10</intFormaPagoId> <intId>1</intId> <intMesaId>13</intMesaId> <intPedidoTipoId>11</intPedidoTipoId> <intZonaId>14</intZonaId> <strCamareroIdExt>sample string 22</strCamareroIdExt> <strCerrado>sample string 6</strCerrado> <strClienteNombre>sample string 4</strClienteNombre> <strDescargado>sample string 9</strDescargado> <strDomicilio>sample string 7</strDomicilio> <strEnviado>sample string 27</strEnviado> <strHoraEntrega>sample string 8</strHoraEntrega> <strMesaIdExt>sample string 23</strMesaIdExt> <strMesaNombre>sample string 21</strMesaNombre> <strMesaVinculada>sample string 20</strMesaVinculada> <strNotasDescargado>sample string 25</strNotasDescargado> <strObservaciones>sample string 5</strObservaciones> <strPedidoClave>sample string 29</strPedidoClave> </Pedido>
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. |