We are using the rest api to create and update purchase orders. We can create them ok, but when we need to update a line we get semi-random errors. One of which is
"Subaccount": {
"error": "'Sub.' cannot be empty."
},
Our request does include a valid value for the account and subaccount and in the item we have the same for the defaults.
If anyone has any experience with the api, could you please help point us in the right direction?