I want to update the inventory by Items REST-Api provided from Business Central.
Allthough my User has SUPER user (with blank company and with example comany CRONUS),

I still lack permissions and get following error:
{
"error": {
"code": "Internal_ServerError",
"message": "You do not have the following permissions on TableData Item Ledger Entry: Insert.\r\n\r\nTo view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '55895'."
}
}
So I guess its not possible by this Interface as long as this interface doesnt support it. Is there another possibility?