on 2025 Mar 21 5:58 PM
Good afternoon to all.
I would like to see if someone can help me. I can successfully enter products from my API using the endpoint
https://XXXXXX:50000/b1s/v1/InventoryGenEntries with the body
Request clarification before answering.
Hi juanpmg2,
Kindly check the following setting in SAP Business One:
In my database, I have set the option Unique Serial Numbers by as Mfr Serial No.
Now, if I use the following request and do not set value in ManufacturerSerialNumber property, I get the same error as you are having:
POST /b1s/v1/InventoryGenEntries
{
"DocumentLines": [
{
"ItemCode": "S10000",
"Quantity": 1,
"SerialNumbers": [
{
"InternalSerialNumber": "TMSRL02"
}
]
}
]
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
88 | |
12 | |
7 | |
5 | |
5 | |
4 | |
4 | |
3 | |
3 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.