PUT api/Mesa?strCookie={strCookie}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strCookie | string |
Required |
Body Parameters
Mesa| Name | Description | Type | Additional 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. |
Request 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:07:52.2229219+01:00",
"booMesaBloqueada": true
}
application/xml, text/xml
Sample:
<Mesa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestTpvWA.Models"> <booMesaBloqueada>true</booMesaBloqueada> <datBloqueadoInicio>2025-12-13T20:07:52.2229219+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>
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. |