Can we do the pick confirm for same line with two lots with same lot number
Summary:
Trying to do the pick confirm for the same line with 2 lots with the same lot number through rest API?
REST API: /fscmRestApi/resources/11.13.18.05/pickTransactions
{
"pickLines": [
{
"PickSlip": 17004,
"PickSlipLine": 1,
"PickedQuantity": 10,
"lotSerialItemLots": [
{
"Lot": "22224",
"Quantity": 5
},
{
"Lot": "22224",
"Quantity": 5
}
]
}
]
}
Its showing error as "You must enter a lot quantity that's the same as the transaction quantity."
Please suggest whether its possible in Fusion to pick confirm for the two lots with the same lot number.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0