Hello,
I am developing a Business Central Integration that requires creating Inventory adjustments. I understand creating Item Journal entries is the best way to do this, but is not possible through the APIs. There is a codeunit (1327) that can adjust Item Inventory, but I am struggling to find documentation on how to use it. I have added the codeunit row to Web Services, given it a name, and have an API endpoint to use. I am getting 415 Unsupported Media Type error in return when I supply any kind of body (json), but I can't find any documentation on what parameters are expected.