Created
April 9, 2020 17:20
-
-
Save dperussina/e0d216c63f12890b0663f7831c166683 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Orders": { | |
"Order": [{ | |
"CustomerNumber": "1234567", | |
"PONumber": "4837721868", | |
"SalesOrder": "32970289_040353", | |
"Email": "[email protected];[email protected]", | |
"OriginName": "Dan Daniel Distribution Center", | |
"OriginAddress1": "231 Enterprise Drive", | |
"OriginAddress2": null, | |
"OriginCity": "Newport News", | |
"OriginState": "VA", | |
"OriginZip": "23603", | |
"OriginPhone": "8005272345", | |
"ShipName": "DERRICK STABENO", | |
"ShipAddress1": "381 CONCETTA DR", | |
"ShipAddress2": "", | |
"ShipCity": "MT ROYAL", | |
"ShipState": "NJ", | |
"ShipZip": "08061", | |
"ShipPhone": "2679788344", | |
"PickupEmail": "", | |
"ShipMobilPhone": null, | |
"ServiceLevel": "Outside", | |
"PUWindowsStart": "2020-04-10T04:00:00Z", | |
"PUWindowsEnd": "2020-04-13T04:00:00Z", | |
"DLWindowsStart": null, | |
"DLWindowsEnd": null, | |
"QuoteID": null, | |
"Value": null, | |
"FreightItems": [{ | |
"Model": "", | |
"Description": "WEBER GENESIS II E315 LPBK", | |
"Quantity": 1, | |
"Cartons": 1, | |
"Value": null, | |
"Length": 35.00, | |
"Width": 32.00, | |
"Height": 23.00, | |
"Cubes": 4.0, | |
"Weight": 194.00, | |
"SKU": null, | |
"SerialNumber": null | |
}], | |
"References": [], | |
"Notes": [] | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment