Created
July 7, 2020 07:57
-
-
Save leinich/a42b042621a7392c2efd57575011ada6 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"identifier": "XX1", | |
"tracking_number": "XXXXXX", | |
"courier_id": "dhl", | |
"user_id": "XXX", | |
"content": "item", | |
"sender": { | |
"name": "sender", | |
"location": { | |
"address": null, | |
"city": null, | |
"state": null, | |
"zip": null, | |
"country": null, | |
"coordinates": null | |
} | |
}, | |
"recipient": { | |
"name": null, | |
"location": { | |
"address": null, | |
"city": null, | |
"state": null, | |
"zip": null, | |
"country": null, | |
"coordinates": null | |
} | |
}, | |
"status": "delivered", | |
"status_message": "Die Sendung wurde erfolgreich zugestellt.", | |
"status_timestamp": "2020-07-04 16:05:00", | |
"expected_date": "2020-07-04", | |
"expected_time": null, | |
"created_timestamp": "2020-07-02T14:00:58Z", | |
"updated_timestamp": null, | |
"image_url": null, | |
"category": null, | |
"order": null, | |
"products": null, | |
"livetracking": null, | |
"should_refresh": false, | |
"is_client_scrape": false, | |
"has_update": false, | |
"last_update_id": 394163582, | |
"last_update_timestamp": "2020-07-04T14:18:15Z", | |
"last_statusupdate_timestamp": "2020-07-04T14:18:15Z", | |
"additional_info": null, | |
"child_parcel_ids": [] | |
}, | |
{ | |
"identifier": "XXX2", | |
"tracking_number": "XXXXXXXX", | |
"courier_id": "dhl", | |
"user_id": "XXXX", | |
"content": "content", | |
"sender": { | |
"name": "sender", | |
"location": { | |
"address": null, | |
"city": null, | |
"state": null, | |
"zip": null, | |
"country": null, | |
"coordinates": null | |
} | |
}, | |
"recipient": { | |
"name": null, | |
"location": { | |
"address": null, | |
"city": null, | |
"state": null, | |
"zip": null, | |
"country": null, | |
"coordinates": null | |
} | |
}, | |
"status": "delivered", | |
"status_message": "Die Sendung wurde erfolgreich zugestellt.", | |
"status_timestamp": "2020-07-04 10:49:00", | |
"expected_date": "2020-07-04", | |
"expected_time": null, | |
"created_timestamp": "2020-07-03T13:32:20Z", | |
"updated_timestamp": null, | |
"image_url": null, | |
"category": null, | |
"order": null, | |
"products": null, | |
"livetracking": null, | |
"should_refresh": false, | |
"is_client_scrape": false, | |
"has_update": false, | |
"last_update_id": 393672802, | |
"last_update_timestamp": "2020-07-04T09:20:18Z", | |
"last_statusupdate_timestamp": "2020-07-04T09:20:18Z", | |
"additional_info": null, | |
"child_parcel_ids": [] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment