Skip to main content
Skip to main content

ReservationItemDTO

The reservation item details.

idstringRequired
The ID of the reservation item.
location_idstringRequired
The associated location's ID.
inventory_item_idstringRequired
The associated inventory item's ID.
quantitynumberRequired
The quantity of the reservation item.
metadatanull | Record<string, unknown>Required
Holds custom data in key-value pairs.
created_atstring | DateRequired
The creation date of the reservation item.
updated_atstring | DateRequired
The update date of the reservation item.
deleted_atnull | string | DateRequired
The deletion date of the reservation item.
line_item_idnull | string
The associated line item's ID.
descriptionnull | string
The description of the reservation item.
created_bynull | string
The created by of the reservation item.
Was this section helpful?