Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hi,
I'm trying to create a inventory in a company that has many system languages active.
I can't set the item description with the json below. The item is created with a empty description for all languages.
Is there any way to make it work via the API?
{
"inventoryNumber": {
"value": "TEST1Q"
},
"status": {
"value": "Active"
},
"type": {
"value": "FinishedGoodItem"
},
"descriptionnb": {
"value": "stetete"
},
"itemclass": {
"value": "100"
},
"postingclass": {
"value": "P1000"
}
}
Solved! Go to Solution.
2 REPLIES 2
Hi Quan Pham,
Please check out the Multi language endpoint for adding multiple languages to an inventory.
- Suzdar