Receiving Receipt Requests REST Endpoints

Inventory Management/Receiving Receipt Requests
The Receiving Receipt Requests resource manages receipts or advance shipment notice (ASN) request headers that are used to communicate with Oracle Fusion applications and process requests. The receipts can be created for all receiving documents, such as purchase orders, return material authorizations (RMAs), transfer orders, and in-transit shipments. Use this resource to interface an ASN or advance shipment billing notice (ASBN) against one or more purchase orders. If there are errors in processing, you can search for the error records and the source application can either make the necessary corrections and resubmit or delete the requests that have resulted in errors.
Create receipts
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests
Delete one receipt request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}
Get all receipt requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests
Get one receipt request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}
Update one receipt request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptRequests/{HeaderInterfaceId}