to get a personalized navigation.
to get a personalized navigation.
hello,
I want to register the serialnumbers in the shipment.
The allocationlines are created, only the serialnumbers are still empty.
Put:
{
"hold": {
"value": "false"
},
"fromWarehouse": {
"value": "1"
},
"shipmentDetailLines": [
{
"operation": "Update",
"lineNumber": {
"value": "1"
},
"warehouse": {
"value": "1"
},
"shippedQty": {
"value": "4"
},
"allocations": [
{
"operation": "Insert",
"lineNbr": {
"value": "102"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "6233553333"
},
{
"operation": "Insert",
"lineNbr": {
"value": "104"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "5453426523"
},
{
"operation": "Insert",
"lineNbr": {
"value": "106"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "5454534545"
},
{
"operation": "Insert",
"lineNbr": {
"value": "108"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "5464564565"
}
]
}
]
}
Allocations after the put:
Can you help me?
Thanks
Solved! Go to Solution.
Copyright Ā© 2022 Visma.com. All rights reserved.