ReservationItemDTO
The reservation item details.
id
stringRequiredThe ID of the reservation item.
location_id
stringRequiredThe associated location's ID.
inventory_item_id
stringRequiredThe associated inventory item's ID.
quantity
numberRequiredThe quantity of the reservation item.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
created_at
string | DateRequiredThe creation date of the reservation item.
updated_at
string | DateRequiredThe update date of the reservation item.
deleted_at
null | string | DateRequiredThe deletion date of the reservation item.
line_item_id
null | stringThe associated line item's ID.
description
null | stringThe description of the reservation item.
created_by
null | stringThe created by of the reservation item.
Was this section helpful?