Skip to content

Instantly share code, notes, and snippets.

@dperussina
Created April 15, 2020 19:00
Show Gist options
  • Save dperussina/672938ea7255b3cb573d3ae21ea575e3 to your computer and use it in GitHub Desktop.
Save dperussina/672938ea7255b3cb573d3ae21ea575e3 to your computer and use it in GitHub Desktop.
{
"Orders": {
"Order": [{
"CustomerNumber": "1502495343934222282",
"PONumber": "12345",
"SalesOrder": "D-005656566-5050505",
"Email": "[email protected]",
"OriginName": "NAPERVILLE WAREHOUSE",
"OriginAddress1": "1860 W JEFFERSON",
"OriginAddress2": "",
"OriginCity": "NAPERVILLE",
"OriginState": "IL",
"OriginZip": "60540",
"OriginPhone": "6305799000",
"ShipName": "Some Person",
"ShipAddress1": "123 Main Street",
"ShipAddress2": "",
"ShipCity": "Oakland",
"ShipState": "CA",
"ShipZip": "94621",
"ShipPhone": "3193501029",
"ShipMobilPhone": "",
"PickupEmail": "[email protected]",
"ServiceLevel": "Threshold",
"PUWindowsStart": "2020-04-15 05:00:00",
"PUWindowsEnd": "2020-04-15 23:00:00",
"FreightItems": [{
"Model": "477689",
"Description": "Original Item 2",
"Quantity": 1,
"Cartons": 0,
"Value": 1,
"Length": 28.0,
"Width": 32.5,
"Height": 48.0,
"Cubes": 25.27,
"Weight": 8.08,
"Sku": "477689"
}, {
"Model": "371897",
"Description": "Original Item 2",
"Quantity": 1,
"Cartons": 0,
"Value": 1,
"Length": 78.25,
"Width": 16.7,
"Height": 16.1,
"Cubes": 12.17,
"Weight": 35.1,
"Sku": "371897"
}]
}]
}
}
{
"Orders": {
"Order": [{
"CustomerNumber": "1502495343934222282",
"PONumber": "12345",
"SalesOrder": "D-005656566-9898898",
"Email": "[email protected]",
"OriginName": "NAPERVILLE WAREHOUSE",
"OriginAddress1": "1860 W JEFFERSON",
"OriginAddress2": "",
"OriginCity": "NAPERVILLE",
"OriginState": "IL",
"OriginZip": "60540",
"OriginPhone": "6305799000",
"ShipName": "Some Person",
"ShipAddress1": "123 Main Street",
"ShipAddress2": "",
"ShipCity": "Oakland",
"ShipState": "CA",
"ShipZip": "94621",
"ShipPhone": "3193501029",
"ShipMobilPhone": "",
"PickupEmail": "[email protected]",
"ServiceLevel": "Threshold",
"PUWindowsStart": "2020-04-15 05:00:00",
"PUWindowsEnd": "2020-04-15 23:00:00",
"FreightItems": [{
"Model": "477689",
"Description": "Another Item Added",
"Quantity": 1,
"Cartons": 0,
"Value": 1,
"Length": 28.0,
"Width": 32.5,
"Height": 48.0,
"Cubes": 25.27,
"Weight": 8.08,
"Sku": "477689"
}]
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment