Skip to content

Instantly share code, notes, and snippets.

@dperussina
Created April 10, 2020 14:49
Show Gist options
  • Save dperussina/3cd49ef9735932ce715d1c583f387907 to your computer and use it in GitHub Desktop.
Save dperussina/3cd49ef9735932ce715d1c583f387907 to your computer and use it in GitHub Desktop.
{
"Orders": {
"Order": [{
"CustomerNumber": "1234567",
"PONumber": "4871999328",
"SalesOrder": "75786347_074435",
"Email": "[email protected]",
"OriginName": "West Coast Distribution Center",
"OriginAddress1": "123 Main Street",
"OriginAddress2": "Deport 456",
"OriginCity": "Oakland",
"OriginState": "CA",
"OriginZip": "94621",
"OriginPhone": "8005272345",
"ShipName": "John Smith",
"ShipAddress1": "987 COUNTY ROAD",
"ShipAddress2": "",
"ShipCity": "New York",
"ShipState": "NY",
"ShipZip": "10001",
"ShipPhone": "9895551234",
"PickupEmail": "[email protected]",
"ShipMobilPhone": null,
"ServiceLevel": "White Glove",
"PUWindowsStart": "2020-04-11T07:00:00Z",
"PUWindowsEnd": "2020-04-14T07:00:00Z",
"DLWindowsStart": null,
"DLWindowsEnd": null,
"QuoteID": null,
"Value": null,
"FreightItems": [{
"Model": "",
"Description": "LOUNGER",
"Quantity": 1,
"Cartons": 1,
"Value": null,
"Length": 48.70,
"Width": 27.30,
"Height": 10.00,
"Cubes": 4.0,
"Weight": 72.00,
"SKU": null,
"SerialNumber": null
}, {
"Model": "",
"Description": "Side Table",
"Quantity": 2,
"Cartons": 2,
"Value": null,
"Length": 20,
"Width": 30,
"Height": 42,
"Cubes": 4.0,
"Weight": 45.00,
"SKU": null,
"SerialNumber": null
}],
"References": [{
"ReferenceType": "PickupNumber",
"Reference": "36237-X4545"
}],
"Notes": [{
"Note": "Alternative phone number 656-445-1154"
}]
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment