createReservationItems - Inventory Next Module Reference
This documentation provides a reference to the createReservationItems
method. This belongs to the Inventory Next Module.
createReservationItems(input, context?): Promise<ReservationItemDTO[]>
This method creates reservation items.
Example
Parameters
The details of the reservation items to be created.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created reservation items.
createReservationItems(input, context?): Promise<ReservationItemDTO>
This method creates a reservation item.
Example
Parameters
The details of the reservation item to be created.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The created reservation item.
Was this section helpful?