lostFound.discard
writesconfirm
Discard a lost & found item (marks it disposed of, not returned to a guest).
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
tenantId | string | yes | |
stayId | string · nullable | yes | |
roomId | string · nullable | yes | |
roomLabel | string · nullable | yes | |
foundAt | string | yes | |
description | string | yes | |
photoUrl | string · nullable | yes | |
status | enum | yes | One of: held, returned, shipped, discarded |
createdBy | string · nullable | yes | |
notes | string · nullable | yes | |
shippingChargeId | string · nullable | yes | |
resolvedAt | string · nullable | yes | |
createdAt | string | yes | |
updatedAt | string | yes |
lostFound.markReturned
writes
Lost found: mark returned. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
notes | string | no |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
tenantId | string | yes | |
stayId | string · nullable | yes | |
roomId | string · nullable | yes | |
roomLabel | string · nullable | yes | |
foundAt | string | yes | |
description | string | yes | |
photoUrl | string · nullable | yes | |
status | enum | yes | One of: held, returned, shipped, discarded |
createdBy | string · nullable | yes | |
notes | string · nullable | yes | |
shippingChargeId | string · nullable | yes | |
resolvedAt | string · nullable | yes | |
createdAt | string | yes | |
updatedAt | string | yes |
lostFound.updatePhoto
writes
Lost found: update photo. Mutation — changes data. See the input schema for argument details.
Input parameters
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
photoUrl | string | yes |
Output fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | string | yes | |
tenantId | string | yes | |
stayId | string · nullable | yes | |
roomId | string · nullable | yes | |
roomLabel | string · nullable | yes | |
foundAt | string | yes | |
description | string | yes | |
photoUrl | string · nullable | yes | |
status | enum | yes | One of: held, returned, shipped, discarded |
createdBy | string · nullable | yes | |
notes | string · nullable | yes | |
shippingChargeId | string · nullable | yes | |
resolvedAt | string · nullable | yes | |
createdAt | string | yes | |
updatedAt | string | yes |