Created
February 8, 2018 00:58
-
-
Save jpda/b740dbb6baca0c21fc52c5b85a959d56 to your computer and use it in GitHub Desktop.
aa-asb-sample-data
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
| [{ | |
| "shipmentId": "1Z1234ABC", | |
| "timestamp": "2018-02-01T01:13:45Z", | |
| "status": "Left carrier facility, Seattle WA" | |
| }, | |
| { | |
| "shipmentId": "1Z1234ABC", | |
| "timestamp": "2018-02-01T16:49:17Z", | |
| "status": "Arrived carrier facility, Des Moines IA" | |
| }, | |
| { | |
| "shipmentId": "1Z1234ABC", | |
| "timestamp": "2018-02-02T07:22:19Z", | |
| "status": "Left carrier facility, Des Moines IA" | |
| }, | |
| { | |
| "shipmentId": "1Z1234ABC", | |
| "timestamp": "2018-02-03T01:57:12Z", | |
| "status": "Arrived carrier facility, Charlotte NC" | |
| }, | |
| { | |
| "shipmentId": "1Z1234ABC", | |
| "timestamp": "2018-02-03T05:12:44Z", | |
| "status": "Out for Delivery, Charlotte NC" | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment