GET api/Mesas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MesasDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MesaId | decimal number |
None. |
|
| Nombre | string |
None. |
|
| Capacidad | integer |
None. |
|
| Estado | string |
None. |
|
| Ocupacion | boolean |
None. |
|
| Zona | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"MesaId": 1.0,
"Nombre": "sample string 2",
"Capacidad": 1,
"Estado": "sample string 3",
"Ocupacion": true,
"Zona": "sample string 4"
}