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

Need payload to correct or update receiving receipt quantity to zero or any other value

Summary: Need payload to correct or update receiving receipt quantity to zero or any other value. In the attached screenshot we need to change the 'Not Received' Quantity to zero or any other value via REST API. I am using below payload

{    "TransactionType": "CORRECT",    "AutoTransactCode": "CORRECT",    "OrganizationCode": "242",    "ReceiptSourceCode": "VENDOR",    "SourceDocumentCode": "PO",    "ParentTransactionId": 3864609,    "DocumentNumber": "5031186",    "DocumentLineNumber": 2,    "UnitOfMeasure": "EACH",    "UOMCode": "EA1",    "Quantity": -0.9,    "InsertAndProcessFlag": "true",    "SaveAndSubmitFlag": "true"}

But through this i am unable to make the quantity to zero and for other quantity as well getting error message as below

"ErrorMessage": "You must enter a correct quantity that's the same as or less than the total tolerance quantity of 0. The correct quantity is -.9."

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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