GET api/Pedido?strCookie={strCookie}&strCamareroId={strCamareroId}&strMesaId={strMesaId}&strPedidoId={strPedidoId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strCookie

string

Required

strCamareroId

string

Required

strMesaId

string

Required

strPedidoId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Pedido
NameDescriptionTypeAdditional 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.

Response Formats

application/json, text/json

Sample:
[
  {
    "intId": 1,
    "datFechaRegistro": "2025-12-13T20:09:20.6764063+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.6764063+01:00",
    "strNotasDescargado": "sample string 25",
    "intEstadoMesaId": 26,
    "strEnviado": "sample string 27",
    "booModificaCabecera": true,
    "strPedidoClave": "sample string 29"
  },
  {
    "intId": 1,
    "datFechaRegistro": "2025-12-13T20:09:20.6764063+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.6764063+01:00",
    "strNotasDescargado": "sample string 25",
    "intEstadoMesaId": 26,
    "strEnviado": "sample string 27",
    "booModificaCabecera": true,
    "strPedidoClave": "sample string 29"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPedido xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestTpvWA.Models">
  <Pedido>
    <booModificaCabecera>true</booModificaCabecera>
    <datFechaDescargado>2025-12-13T20:09:20.6764063+01:00</datFechaDescargado>
    <datFechaRegistro>2025-12-13T20:09:20.6764063+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>
  <Pedido>
    <booModificaCabecera>true</booModificaCabecera>
    <datFechaDescargado>2025-12-13T20:09:20.6764063+01:00</datFechaDescargado>
    <datFechaRegistro>2025-12-13T20:09:20.6764063+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>
</ArrayOfPedido>