updateReservationItems - Inventory Next Module Reference
This documentation provides a reference to the updateReservationItems
method. This belongs to the Inventory Next Module.
updateReservationItems(input, context?): Promise<ReservationItemDTO>
This method updates an existing reservation item.
Example
Parameters
The attributes to update in a reservation item.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The updated reservation item.
updateReservationItems(input, context?): Promise<ReservationItemDTO[]>
This method updates existing reservation items.
Example
Parameters
The attributes to update in the reservation items.
context
ContextA context used to share resources, such as transaction manager, between the application and the module.
context
ContextReturns
The updated reservation items.
Was this section helpful?