Add a new item to an existing list.Ask AIpost https://api.hibob.com/v1/company/named-lists/{listName}Path ParamslistNamestringrequiredThe internal name of the list.Body ParamsThe parentId attribute is optional and only applies to hierarchy lists. When parentId is specified, the newly created list item will be placed under the specific hierarchy parent node.namestringrequiredName of the item.parentIdintegerID of the new hierarchy parent node.Responses 200A new item is created. Please note that the ID of the newly created item may be textual or numeric depending on the list type. 404If the list was not found. 409If the added item already existsUpdated 9 months ago