GET all reservations against sales order in oracle fusion
Summary: Have REST API to GET all inventory reservations for a sales order by single hit?
Note: REST API inventory reservations REST API for Oracle Fusion Cloud SCM - Get all reservations) could not retrieve all the reserved lines of a sales order by single hit/operation. Suppose a sales order "156009" created with 10 (Ten) lines and reservations created for all of the lines with Batch POST/Operation. Now we need to GET all of the successful reservationID by single hit (By GET Operation) to check weather its created reservations for all of the lines successfully or some lines and failed others?
0