Ted Roberts
08/25/2020, 12:54 PM{
"entity": {
"id": 3214
},
"TranId": "3442242",
"item": {
"items": [
{
"item": {
"id": "123"
},
"itemType": "InvtPart",
"description": "Example Item Description",
"location": {
"id": "456"
},
"quantity": 3,
"rate": 0.74,
"line": 1,
"amount": 2.22
}
]
}
}
I am able to list the locations using the API. I have also tried using "location": "456" and "location": 456 but those do not work either.
Any help would be greatly appreciated this one has me really stuck