GET api/Mesa/ObtenerInfoMesa/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "nombre": "sample string 1",
  "idMesa": 1,
  "precio": 1.0,
  "tipoHabitacion": "sample string 2",
  "detalle": "sample string 3"
}

application/xml, text/xml

Sample:
<sp_ObtenerMesaInformacion_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Datos.Entidades">
  <detalle>sample string 3</detalle>
  <idMesa>1</idMesa>
  <nombre>sample string 1</nombre>
  <precio>1</precio>
  <tipoHabitacion>sample string 2</tipoHabitacion>
</sp_ObtenerMesaInformacion_Result>