Skip to content

Instantly share code, notes, and snippets.

@jpda
Created February 8, 2018 00:58
Show Gist options
  • Select an option

  • Save jpda/b740dbb6baca0c21fc52c5b85a959d56 to your computer and use it in GitHub Desktop.

Select an option

Save jpda/b740dbb6baca0c21fc52c5b85a959d56 to your computer and use it in GitHub Desktop.
aa-asb-sample-data
[{
"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