Skip to content

Instantly share code, notes, and snippets.

@tocohara
Created July 30, 2020 01:24
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/59f4bdfd3a0bd11b55e281fa9c6b381a to your computer and use it in GitHub Desktop.
Save tocohara/59f4bdfd3a0bd11b55e281fa9c6b381a to your computer and use it in GitHub Desktop.
Create Shipment Package Details in Acumatica
PUT /entity/Tote/18.200.001/Shipment HTTP/1.1
Host: YourERPInstance
Content-Type: application/json
{
"id": "a14bb7b0-28c2-ea11-8a94-0c54152a4c79",
"Packages": [
{
"id": "a3a541c4-30c2-ea11-8a94-0c54152a4c79",
"Contents": [
{
"ShipmentSplitLineNbr": {
"value": "5"
}
},
{
"ShipmentSplitLineNbr": {
"value": "6"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment