GET api/Mesa?strCookie={strCookie}&intMesaId={intMesaId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strCookie

string

Required

intMesaId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Mesa
NameDescriptionTypeAdditional information
intId

integer

None.

strNombre

string

None.

intZonaId

integer

None.

strZonaNombre

string

None.

intEstado

integer

None.

strMesaIdExt

string

None.

strBloqueado

string

None.

strBloqueadoClave

string

None.

datBloqueadoInicio

date

None.

booMesaBloqueada

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "intId": 1,
    "strNombre": "sample string 2",
    "intZonaId": 3,
    "strZonaNombre": "sample string 4",
    "intEstado": 5,
    "strMesaIdExt": "sample string 6",
    "strBloqueado": "sample string 7",
    "strBloqueadoClave": "sample string 8",
    "datBloqueadoInicio": "2025-12-13T20:08:40.3326621+01:00",
    "booMesaBloqueada": true
  },
  {
    "intId": 1,
    "strNombre": "sample string 2",
    "intZonaId": 3,
    "strZonaNombre": "sample string 4",
    "intEstado": 5,
    "strMesaIdExt": "sample string 6",
    "strBloqueado": "sample string 7",
    "strBloqueadoClave": "sample string 8",
    "datBloqueadoInicio": "2025-12-13T20:08:40.3326621+01:00",
    "booMesaBloqueada": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfMesa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestTpvWA.Models">
  <Mesa>
    <booMesaBloqueada>true</booMesaBloqueada>
    <datBloqueadoInicio>2025-12-13T20:08:40.3326621+01:00</datBloqueadoInicio>
    <intEstado>5</intEstado>
    <intId>1</intId>
    <intZonaId>3</intZonaId>
    <strBloqueado>sample string 7</strBloqueado>
    <strBloqueadoClave>sample string 8</strBloqueadoClave>
    <strMesaIdExt>sample string 6</strMesaIdExt>
    <strNombre>sample string 2</strNombre>
    <strZonaNombre>sample string 4</strZonaNombre>
  </Mesa>
  <Mesa>
    <booMesaBloqueada>true</booMesaBloqueada>
    <datBloqueadoInicio>2025-12-13T20:08:40.3326621+01:00</datBloqueadoInicio>
    <intEstado>5</intEstado>
    <intId>1</intId>
    <intZonaId>3</intZonaId>
    <strBloqueado>sample string 7</strBloqueado>
    <strBloqueadoClave>sample string 8</strBloqueadoClave>
    <strMesaIdExt>sample string 6</strMesaIdExt>
    <strNombre>sample string 2</strNombre>
    <strZonaNombre>sample string 4</strZonaNombre>
  </Mesa>
</ArrayOfMesa>