How to create receiving receipt with both Receive and Deliver lines via API
Summary:
I am trying to create a receiving receipt for a PO, which I intend to search for/display in Procurement > My Receipts > Manage Receipts.
From a quick look at the the underlying Oracle tables, the receipts that show in Manage Receipts have both Receive and Deliver lines.
When running the Create Receipt API, the receiving receipt is created with a receipt number and the Receive line is created, but not the Deliver line. With this I am not able to validate that the receipt has been created via Manage Receipts.
How do I create the Deliver line successfully, either separately or included in the Create Receiving Receipt payload?