hotelFacts.getInfoSections
read-only
Hotel facts: get info sections. Read-only query. See the input schema for argument details.
Input parameters
Returns object.
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
wifi | object | yes | |
wifi.enabled | boolean | yes | |
wifi.content | string | yes | |
parking | object | yes | |
parking.enabled | boolean | yes | |
parking.content | string | yes | |
transit | object | yes | |
transit.enabled | boolean | yes | |
transit.content | string | yes | |
house_rules | object | yes | |
house_rules.enabled | boolean | yes | |
house_rules.content | string | yes | |
checkout | object | yes | |
checkout.enabled | boolean | yes | |
checkout.content | string | yes | |
luggage | object | yes | |
luggage.enabled | boolean | yes | |
luggage.content | string | yes |
hotelFacts.getTimeSettings
read-only
Hotel facts: get time settings. Read-only query. See the input schema for argument details.
Input parameters
Returns object.
Output fields
The whole object may be null.
| Field | Type | Required | Notes |
|---|---|---|---|
checkInStartMin | integer | yes | |
checkInEndMin | integer | yes | |
checkInEarlyStartMin | integer | yes | |
checkInLateEndMin | integer | yes | |
checkoutStandardMin | integer | yes | |
checkoutLateEndMin | integer | yes | |
accessWindowStartMin | integer | yes | |
accessWindowEndMin | integer | yes |
hotelFacts.updateInfoSection
writes
Hotel facts: update info section. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
key | enum | yes | One of: wifi, parking, transit, house_rules, checkout, luggage |
enabled | boolean | yes | |
content | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
ok | boolean | yes |
hotelFacts.updateTimeSettings
writes
Hotel facts: update time settings. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
checkInStartMin | integer | yes | |
checkInEndMin | integer | yes | |
checkInEarlyStartMin | integer | yes | |
checkInLateEndMin | integer | yes | |
checkoutStandardMin | integer | yes | |
checkoutLateEndMin | integer | yes | |
accessWindowStartMin | integer | yes | |
accessWindowEndMin | integer | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
ok | boolean | yes |
hotelFacts.upsert
writes
Hotel facts: upsert. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
key | string | yes | |
locale | string | no | Default: "de" |
value | string | yes | |
description | string | no |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes |