My Products
Help
Quan Pham
PARTNER

Inventory - Description

by Quan Pham

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"
    }
}
2 REPLIES 2
Accepted solution
Suzdar Ibrahim
VISMA

by Suzdar Ibrahim

Hi Quan Pham,

 

Please check out the Multi language endpoint for adding multiple languages to an inventory.

 

- Suzdar

Quan Pham
PARTNER

Thank you!