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

picktransaction API error

Received Response
11
Views
4
Comments
edited Jan 5, 2021 11:47AM in Inventory Management 4 comments

Content

Hi Team,
I am trying to perform pick confirmation with below API.

API: https://xxxx-test.fa.****.oraclecloud.com/fscmRestApi/resources/11.13.18.05/pickTransactions

Method:POST

But I am receiving error & transaction is failing."INV_PICK_MORE_QTY_EXCEPTIONS"
Inventory transaction reason is setup in system

Any one has Any idea about this error?

Regards,

Mayank

Code Snippet

"Body": {
    "pickLines": [
        {
            "PickSlip": 30003,
            "PickSlipLine": 1,
            "PickedQuantity": 1,
            "lotItemLots": [
                {
                    "Lot": "FG1",
                    "Quantity": 1
                }
            ],
            "pickExceptions": [
                {
                    "Reason": "Short pick"
                }
            ]
        }
    ]
}
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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