Does anyone have experience with doing an inventor...
# general
j
Does anyone have experience with doing an inventory status change with the REST api? Think my issue is mainly around the inventory part. Below is my post. Keep receiving an “Error while accessing a resource. Please configure the inventory detail for this line” { "location": "9" , "memo": "testing", "previousstatus": 1, "revisedstatus": 4, "inventory": { "items": [ { "item": { "id": "9", "inventoryDetail": { "inventoryAssignmentList":{ "inventoryAssignment":{ "issueInventoryNumber": "22657", "binNumber": { "internalID":"572" }, "quantity": "10" } } } } } ] } }