Skip to main content
Skip to main content

ReservationItemDTO

ReservationItemDTO: Object

Represents a reservation of an inventory item at a stock location

Properties

idstringRequired
The id of the reservation item
location_idstringRequired
The id of the location of the reservation
inventory_item_idstringRequired
The id of the inventory item the reservation relates to
quantitynumberRequired
The id of the reservation item
metadataRecord<string, unknown> | nullRequired
An optional key-value map with additional details
created_atstring | DateRequired
The date with timezone at which the resource was created.
updated_atstring | DateRequired
The date with timezone at which the resource was updated.
deleted_atstring | Date | nullRequired
The date with timezone at which the resource was deleted.
line_item_idstring | null
descriptionstring | null
Description of the reservation item
created_bystring | null
UserId of user who created the reservation item
Was this section helpful?