breakfast.confirm
writes
Breakfast: confirm. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
pax | integer | yes | |
note | string | no |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
ok | literal | yes | One of: true |
breakfast.getSettings
read-only
Breakfast: get settings. Read-only query. See the input schema for argument details.
Input parameters
Returns object.
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
enabled | boolean | no | |
priceCents | integer | no | |
currency | string | no |
breakfast.listForDate
read-only
Breakfast: list for date. Read-only query. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
date | string | yes |
Output fields
Returns array of object. Fields of each element:
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
tenantId | string | yes | |
stayId | string | yes | |
date | string | yes | |
pax | integer · nullable | yes | |
note | string · nullable | yes | |
reminderSentAt | string | yes | |
confirmedAt | string · nullable | yes |
breakfast.setSettings
writes
Breakfast: set settings. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
enabled | boolean | yes | |
priceCents | integer | no | |
currency | string | no | Default: "EUR" |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
ok | literal | yes | One of: true |