You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood: Oracle Cloud SCM and Purchasing

REST API Usage for Receiving adjustments

Summary:

Can you please help me with the REST API call to add additional quantities to a Receiving line on a PO?

Content (required):

I have attached the code for Returns (to reduce qty), I need one to increase the qty received. What is the Transaction Type and AutoTransactCode that I need to use?

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

{

"DestinationTypeCode": "RECEIVING",

"DocumentLineNumber": 4,

"DocumentNumber": "555",

"OrganizationCode": "MYINV",

"Quantity": 1,

"UnitOfMeasure": "CS",

"ReceiptSourceCode": "VENDOR",

"SoldtoLegalEntity": "Vision",

"SourceDocumentCode": "PO",

"TransactionType": "RETURN TO VENDOR",

"AutoTransactCode":"RETURN TO RECIVING",

"ParentTransactionId": 3168176,

"InsertAndProcessFlag": "false"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!