Requests for Receiving Transactions REST Endpoints

Inventory Management/Requests for Receiving Transactions
The Requests for Receiving Transactions resource is used to communicate requests to inspect, put away, correct, and return received goods and services with Oracle Fusion applications and process these requests. These transactions are created after creating a receipt to move the material and for acknowledging services. If there are errors in processing, you can search for the error records. After the search, the source application can either make the necessary corrections and resubmit the request or delete the requests that have resulted in errors.
Create receipt transactions
Method: post
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests
Delete one receipt transaction request
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}
Get all receipt transaction requests
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests
Get one receipt transaction request
Method: get
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}
Update one receipt transaction request
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/receivingReceiptTransactionRequests/{InterfaceTransactionId}