Inventory Reservations REST Endpoints

Inventory Management/Inventory Reservations
The Inventory Reservations resource manages reservation details for an item, such as inventory location details, supply document details, or demand document details in the primary and secondary units of measure.
Create all reservations
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryReservations
Delete one reservation
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryReservations/{ReservationId}
Get all reservations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryReservations
Get one reservation
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryReservations/{ReservationId}
Update one reservation
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryReservations/{ReservationId}