Using the REST Web Services, does anyone know how ...
# general
m
Using the REST Web Services, does anyone know how to set the "Tax Schedule" when trying to create an item through the web service? I keep getting this error message: { "type": "https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1", "title": "Bad Request", "status": 400, "o:errorDetails": [ { "detail": "Error while accessing a resource. Please enter value(s) for: Tax Schedule.", "o:errorCode": "USER_ERROR" } ] } Payload I'm sending: { "itemid": "Test 1", "displayName": "Test 1 Displayname", "department": { "id": "462" }, "class": { "id": "4" }, "cseg_acquisition": { "id": "25" }, "cseg_platform": { "id": "40" }, "incomeAccount": { "id": "1741" }, "taxSchedule": { "id": "1" } }
b