Hotel Policy Collection
API methods to work with Property Policy Collection
Hotel Policy List
GET https://staging.channex.io/api/v1/hotel_policies{
"data": [
{
"attributes": {
"checkin_time": "14:00",
"checkout_time": "13:00",
"currency": "GBP",
"id": "cfe101bf-126c-4031-8d73-27739929329a",
"internet_access_cost": null,
"internet_access_coverage": "entire_property",
"internet_access_type": "wifi",
"is_adults_only": false,
"max_count_of_guests": 20,
"parking_is_private": true,
"parking_reservation": "needed",
"parking_type": "on_site",
"pets_non_refundable_fee": "0.00",
"pets_policy": "allowed",
"refundable_deposit": "0.00",
"smoking_policy": "no_smoking",
"title": "Hotel Policy"
},
"id": "cfe101bf-126c-4031-8d73-27739929329a",
"type": "hotel_policy"
}
],
"meta": {
"limit": 10,
"page": 1,
"total": 1
}
}Pagination
Returns
Get Hotel Policy by ID
GET https://staging.channex.io/api/v1/hotel_policies/:id{
"data": {
"attributes": {
"checkin_time": "14:00",
"checkout_time": "13:00",
"currency": "GBP",
"id": "cfe101bf-126c-4031-8d73-27739929329a",
"internet_access_cost": null,
"internet_access_coverage": "entire_property",
"internet_access_type": "wifi",
"is_adults_only": false,
"max_count_of_guests": 20,
"parking_is_private": true,
"parking_reservation": "needed",
"parking_type": "on_site",
"pets_non_refundable_fee": "0.00",
"pets_policy": "allowed",
"refundable_deposit": "0.00",
"smoking_policy": "no_smoking",
"title": "Hotel Policy"
},
"id": "cfe101bf-126c-4031-8d73-27739929329a",
"type": "hotel_policy"
}
}Returns
Create Hotel Policy
Fields
Returns
Update Hotel Policy
Fields
Returns
Remove Hotel Policy
Returns
Last updated