Catalog
Get the list of all the properties in the PMS, if they have prices as of today.
Request: Catalog(type, group, language, usr, pwd)
parameter | type | options | mandatory? |
---|---|---|---|
type | string | “daily”, “monthly”, “rooms”, “forsale” | No; default is ‘daily’ |
group | integer |
| No |
language | string | “es”, “en”, etc → ISO standard code | Yes |
usr | integer |
| Yes |
pwd | string |
| Yes |
Type → with this parameter you can ask for the properties with daily prices (daily), properties with monthly prices (monthly), properties that are only ‘room’ type, or properties for sale.
Group → if you create different groups in Icnea, you can then put the number ID of the group, to filter it.
Response:
{
"Catalog": [
{
"lodging_id": "1002",
"lodging_name": "Casa Pepe",
"lodging_type": "31",
"acronym": "C-Pepe",
"address": "Mandri",
"zip": "08022",
"city": "Barcelona",
"country": "ES",
"country_name": "Spain",
"region": "Catalonia",
"telephone": "0034999999999",
"email": "info@casapepe.com",
"headline": "Beatiful house in the city center",
"description": "",
"latitude": "43.42342343",
"longitude": "-3.423434",
"release": "1",
"surface": "50",
"surface_terrace": "0",
"surface_garden": "0",
"surface_pool": "0",
"surface_unit": "㎡",
"maximum_capacity": "4",
"number_of_rooms": "2",
"number_of_bathrooms": "1",
"number_of_toilets": "0",
"number_of_single_beds": "2",
"number_of_double_beds": "1",
"number_of_sofa_beds": "0",
"number_of_bunk_beds": "0",
"rating": "9.6",
"review": "4",
"minimum_rate": "70.00",
"minimum_monthly_rate": "800.00",
"sales_rate": "0.00",
"currency": "EUR",
"license_number": "HUTB-1234",
"online_booking": "true",
"situation": {
"distance_to_airport": "0.00",
...
"distance_unit": "km"
},
"lodging_equipment": {
"elevator": false,
...
},
"lodging_location": {
"sea_views": false,
...
},
"lodging_recommendations": {
"adapted_for_disabled_guests": false,
...
},
"lodging_restrictions": {
"adults_onlye": false,
...
}
}
]
}
List of situation array:
distance_to_airport
distance_to_harbour
distance_to_railway_station
distance_to_public_transport
distance_to_hospital
distance_to_pharmacy
distance_to_city_center
distance_to_market
distance_to_ski_slope
distance_to_beach
distance_to_golf
distance_to_public_park
distance_to_historic_district
List of lodging_equipment array:
elevator
heating
fan
air_conditioning
parking_lot
covered_car_park
free_car_park
car_needed
car_recommended
car_not_needed
swimming_pool
private_swimming_pool
communal_swimming_pool
public_swimming_pool
garden
fireplace
barbecue
farm_animals
balcony
terrace
washing_machine
microwave
dishwasher
tv
wifi
free_wifi
wifi_charged_separately
front_desk_24h
List of lodging_location array:
sea_views
mountain_views
lake_views
on_the_beachfront
golf_course_view
in_the_old_town
List of lodging_recommendations array:
adapted_for_disabled_guests
gay_friendly
family_friendly
event_friendly
smoker_friendly
pets_allowed
List of lodging_restrictions array:
adults_only
smoking_not_allowed
pets_not_allowed
parties_not_allowed
hooligans_not_allowed
not_adapted_for_disabled_guests
bachelor_parties_not_allowed
youth_groups_not_allowed
no_parking_lot