Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created July 30, 2020 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocohara/0d0b4b9717ebdd2348bf2072ff0e9029 to your computer and use it in GitHub Desktop.
Save tocohara/0d0b4b9717ebdd2348bf2072ff0e9029 to your computer and use it in GitHub Desktop.
Get Shipment Allocations in Acumatica
GET / entity/ExtendedDefault/18.200.001/Shipment/0000032?$expand=Details/Allocations HTTP/1.1
Host: YourERPInstance
Content-Type: application/json
--return body (partial)
{
"id": "a14bb7b0-28c2-ea11-8a94-0c54152a4c79",
….
"Details": [
{
"id": "a64bb7b0-28c2-ea11-8a94-0c54152a4c79",
"rowNumber": 1,
"note": "",
"Allocations": [
{
"id": "cc0237da-1e43-4e98-8924-c61c5cb45901",
"rowNumber": 1,
"note": null,
"Description": {
"value": "Time Warp Bin"
},
"ExpirationDate": {},
"InventoryID": {
"value": "TW-B"
},
"LocationID": {
"value": "DRY01"
},
"LotSerialNbr": {
"value": "b600P0001"
},
"OrderNbr": {},
"OrderType": {
"value": "SO"
},
"Qty": {
"value": 1.000000
},
"SplitLineNbr": {
"value": 5
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment