GET api/Lugar?categoria={categoria}&moneda={moneda}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoria

string

Required

moneda

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Lugar
NameDescriptionTypeAdditional information
Id

integer

None.

Folio

integer

None.

FolioDestino

string

None.

Nombre

string

None.

Keyword

string

None.

Megusta

integer

None.

Imagen

string

None.

Descrip

string

None.

Latitud

string

None.

Longitud

string

None.

Precio

string

None.

Horario

string

None.

Nota

string

None.

Ubicacion

string

None.

UrlCompartir

string

None.

Moneda

string

None.

Gratis

integer

None.

TipoViaje

string

None.

Imagenes

Collection of Imagenes

None.

Tours

Collection of ServicioGrl

None.

Categorias

Collection of ServicioGrl

None.

LugaresCercanos

Collection of ServicioGrl

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Folio": 2,
    "FolioDestino": "sample string 3",
    "Nombre": "sample string 4",
    "Keyword": "sample string 5",
    "Megusta": 6,
    "Imagen": "sample string 7",
    "Descrip": "sample string 8",
    "Latitud": "sample string 9",
    "Longitud": "sample string 10",
    "Precio": "sample string 11",
    "Horario": "sample string 12",
    "Nota": "sample string 13",
    "Ubicacion": "sample string 14",
    "UrlCompartir": "sample string 15",
    "Moneda": "sample string 16",
    "Gratis": 17,
    "TipoViaje": "sample string 18",
    "Imagenes": [
      {
        "$id": "2",
        "tipo": "sample string 1",
        "archivo": "sample string 2",
        "descripcion": "sample string 3"
      },
      {
        "$ref": "2"
      }
    ],
    "Tours": [
      {
        "$id": "3",
        "folio": "sample string 1",
        "clave": "sample string 2",
        "nombre": "sample string 3",
        "keyword": "sample string 4",
        "tooltip": "sample string 5",
        "longitud": "sample string 6",
        "latitud": "sample string 7",
        "distancia": 8.1,
        "descripcion": "sample string 9",
        "imagen": "sample string 10",
        "gratis": 11,
        "precio": 12.1,
        "categoria": "sample string 13",
        "tiposhotel": "sample string 14"
      },
      {
        "$ref": "3"
      }
    ],
    "Categorias": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "LugaresCercanos": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  {
    "$ref": "1"
  }
]