Last active
April 8, 2020 20:12
-
-
Save dperussina/8c248e6da58cc200481e40319a1d5373 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": "4815863980", | |
"SalesOrder": "44248698_210430", | |
"Email": "[email protected];[email protected]", | |
"OriginName": "Waco Distribution Center", | |
"OriginAddress1": "1801 Exchange Parkway", | |
"OriginAddress2": null, | |
"OriginCity": "Waco", | |
"OriginState": "TX", | |
"OriginZip": "76712", | |
"OriginPhone": "8005272345", | |
"ShipName": "DONALD E KIVINIEMI JR", | |
"ShipAddress1": "13705 S 46TH ST", | |
"ShipAddress2": "", | |
"ShipCity": "BELLEVUE", | |
"ShipState": "NE", | |
"ShipZip": "68133", | |
"ShipPhone": "4026891113", | |
"PickupEmail": "", | |
"ShipMobilPhone": null, | |
"ServiceLevel": "Outside", | |
"PUWindowsStart": "2020-04-06T05:00:00Z", | |
"PUWindowsEnd": "2020-04-09T05:00:00Z", | |
"DLWindowsStart": null, | |
"DLWindowsEnd": null, | |
"QuoteID": null, | |
"Value": null, | |
"FreightItems": [{ | |
"Model": "", | |
"Description": "(2 PC SET) COURTYARD CREATIONS HOLBROOK 5 PC. OUTDOOR DINING", | |
"Quantity": 1, | |
"Cartons": 1, | |
"Value": null, | |
"Length": 60.00, | |
"Width": 46.00, | |
"Height": 33.00, | |
"Cubes": 4.0, | |
"Weight": 65.00, | |
"SKU": null, | |
"SerialNumber": null | |
}], | |
"References": [], | |
"Notes": [] | |
}] | |
} | |
} |
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
{ | |
"Model": "", | |
"Description": "(2 PC SET) COURTYARD CREATIONS HOLBROOK 5 PC. OUTDOOR DINING", | |
"Quantity": 1, | |
"Cartons": 1, | |
"Value": null, | |
"Length": 60.00, | |
"Width": 46.00, | |
"Height": 33.00, | |
"Cubes": 4.0, | |
"Weight": 65.00, | |
"SKU": null, | |
"SerialNumber": null | |
} |
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": "1", | |
"PONumber": "82378237823", | |
"SalesOrder": "ajshkja8172872", | |
"Email": "[email protected]", | |
"OriginName": "West Coast Distribution Center", | |
"OriginAddress1": "700 E Roth Rd Bldg 550", | |
"OriginAddress2": "Sharpe Army Depot", | |
"OriginCity": "French Camp", | |
"OriginState": "CA", | |
"OriginZip": "95231", | |
"OriginPhone": "2092343705", | |
"ShipName": "SOMEONE", | |
"ShipAddress1": "123 Main Street", | |
"ShipAddress2": "", | |
"ShipCity": "AURORA", | |
"ShipState": "CO", | |
"ShipZip": "80011", | |
"ShipPhone": "2143126953", | |
"PickupEmail": "", | |
"ShipMobilPhone": null, | |
"ServiceLevel": "White Glove", | |
"PUWindowsStart": "2020-04-09T05:00:00Z", | |
"PUWindowsEnd": "2020-04-12T05:00:00Z", | |
"DLWindowsStart": null, | |
"DLWindowsEnd": null, | |
"QuoteID": null, | |
"Value": null, | |
"FreightItems": [{ | |
"Model": "ABC123", | |
"Description": "Item Type 1", | |
"Quantity": 2, | |
"Cartons": 0, | |
"Value": null, | |
"Length": 28.00, | |
"Width": 23.00, | |
"Height": 20.00, | |
"Cubes": 7.45, | |
"Weight": 51.70, | |
"SKU": "6347155", | |
"SerialNumber": null | |
}, { | |
"Model": "XYZ456", | |
"Description": "Item Type 2", | |
"Quantity": 2, | |
"Cartons": 0, | |
"Value": null, | |
"Length": 28.00, | |
"Width": 23.00, | |
"Height": 20.00, | |
"Cubes": 7.45, | |
"Weight": 51.70, | |
"SKU": "6347155", | |
"SerialNumber": null | |
}], | |
"References": [], | |
"Notes": [] | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment