Object
Guest
The person the booking is for.
Fields
| Field | Type | Description |
|---|---|---|
| id | string | |
| firstName | string | null | |
| lastName | string | |
| name | string | First and last name, joined. |
| string | null | ||
| phone | string | null | |
| company | string | null |
Object
The person the booking is for.
| Field | Type | Description |
|---|---|---|
| id | string | |
| firstName | string | null | |
| lastName | string | |
| name | string | First and last name, joined. |
| string | null | ||
| phone | string | null | |
| company | string | null |
Example
{
"id": "e31f…",
"firstName": "Sofia",
"lastName": "Rossi",
"name": "Sofia Rossi",
"email": "sofia@example.com",
"phone": "+39 333 000 0000",
"company": null
}