stayAccess.clearOverride
writesconfirm
Clear an assistant access-code override for a stay.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
stayId | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
ok | boolean | yes |
stayAccess.getResolved
read-only
Stay access: get resolved. Read-only query. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
stayId | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
entranceCode | string · nullable | yes | |
rooms | array of object | yes | |
rooms.roomNumber | string | yes | |
rooms.keyboxCode | string | yes |
stayAccess.setOverride
writes
Set an assistant access-code override for a stay.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
stayId | string | yes | |
entranceCode | string · nullable | yes | |
rooms | array of object | yes | |
rooms.roomNumber | string | yes | |
rooms.keyboxCode | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
ok | boolean | yes |