My Products
Help
icsvertexnl
CONTRIBUTOR ***

Put shipment with serialnumbers

by icsvertexnl

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:

 

icsvertexnl_0-1639487144222.png

 

Can you help me?

Thanks

 

 

 

1 REPLY 1
Accepted solution
Yıldırım
VISMA

by Yıldırım

Hello,this case has been answered on [Solved]Lotserialsnumbers are not updated in Allocations