GET api/Catalogo?destino={destino}&tipo={tipo}&nombre={nombre}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| destino | integer |
Required |
|
| tipo | string |
Required |
|
| nombre | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Catalogo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Folio | integer |
None. |
|
| Nombre | string |
None. |
|
| Tipo | string |
None. |
|
| Keyword | string |
None. |
|
| aplicaTour | integer |
None. |
|
| aplicaTraslado | integer |
None. |
|
| aplicaHotel | integer |
None. |
|
| FolioDestino | string |
None. |
|
| Destino | string |
None. |
|
| FolioZona | string |
None. |
|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"Folio": 2,
"Nombre": "sample string 3",
"Tipo": "sample string 4",
"Keyword": "sample string 5",
"aplicaTour": 6,
"aplicaTraslado": 7,
"aplicaHotel": 8,
"FolioDestino": "sample string 9",
"Destino": "sample string 10",
"FolioZona": "sample string 11",
"Url": "sample string 12"
},
{
"$ref": "1"
}
]