to get a personalized navigation.
to get a personalized navigation.
Hello,
I want to put the serialnumbers in allocations.
But it does not work.
request:
{
"hold": {
"value": "false"
},
"fromWarehouse": {
"value": "1"
},
"shipmentDetailLines": [
{
"operation": "Update",
"lineNumber": {
"value": "1"
},
"warehouse": {
"value": "1"
},
"shippedQty": {
"value": "4"
},
"allocations": [
{
"operation": "Insert",
"lineNbr": {
"value": "106"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "6233553333"
},
{
"operation": "Insert",
"lineNbr": {
"value": "108"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "5453426523"
},
{
"operation": "Insert",
"lineNbr": {
"value": "110"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "5454534545"
},
{
"operation": "Insert",
"lineNbr": {
"value": "112"
},
"location": {
"value": "1"
},
"quantity": {
"value": "1"
},
"lotSerialNumber": "5464564565"
}
]
}
]
}
Allocations in the shipment
Solved! Go to Solution.
Hi,
We do assign the serialnumbers at receiving the goods.
We use a scanprogram for orderpicking, the people in the warehouse want to scan the serialnumber that they first see and not the requested one in Visma.
Now they have to call to the administration to tell wich serialnumber comes first. it just don't work for us that way.
we want to be flexibel.
Hi,
It should definitely be possible to do so, we're not able to reproduce the issue on our end.
First, we deleted the allocations we had previously set:
Followed by PUT:
Thanks! it works now
Hi,
With the lot serial assignment method set to "When received", you should enter the serial on the purchaseReceipt at recieval.
For example, in our own local company we have made a shipment with an Item that has the same class that was given a serial in the purchaseReceipt. When creating the shipment, it is automatically assigned a lot/serial in the allocations:
If we try to change that value, it only allows us to change it to a lot/serial that is already entered in the system(via the API and the UI):
Via the API:
Put shipment/000016
Hi,
So this is a put request?
How is the shipment created? Where there any allocation lines there initially?
What LOT/Serial assigment method is used in the items lot class?
Thank you.
Hi
This is a put.
The shipment is created in the webinterface, not with the API.
Values allocations with a new shipment, fot the same salesorder:
Copyright © 2022 Visma.com. All rights reserved.