Created
February 9, 2017 06:42
-
-
Save mayurah/eebbab6a552461ff00873f41b9c54b14 to your computer and use it in GitHub Desktop.
DHL - domain specific language
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
{ | |
"statue_messages": [ | |
"The instruction data for this shipment have been provided by the sender to DHL electronically", | |
"The shipment has been processed in the parcel center", | |
"The international shipment has been processed in the parcel center of origin", | |
"The international shipment has been processed in the export parcel center", | |
"The shipment will be transported to the destination country and, from there, handed over to the delivery organization. ", | |
"The shipment has arrived in the destination country", | |
"The shipment is being prepared for delivery in the delivery depot", | |
"The shipment has been successfully delivered" | |
], | |
"services_metrics": [ | |
"Drop off", | |
"Pick up", | |
"Online", | |
"Phone", | |
"door-to-door", | |
"next-day", | |
"2-working-day", | |
"5-working-day", | |
"international", | |
"domestic", | |
"signature-on-delivery" | |
], | |
"types": [ | |
"Envelope 1", | |
"Box 2", | |
"Box 3", | |
"Box 4", | |
"Box 5", | |
"Box 6", | |
"Box 7" | |
], | |
"parcel": { | |
"id": 3873173242, | |
"type": "Envelope 1", | |
"description": "document", | |
"service": [ | |
"Pick up", | |
"door-to-door", | |
"international" | |
], | |
"dimension (inch)": { | |
"length": 13.18, | |
"width": 9.2, | |
"height": 1 | |
}, | |
"weight (lbs)": "0.11", | |
"address": { | |
"to": { | |
"name": "HackerEarth", | |
"address": "5th Block, Koramangala, Bangalore 560095, IN", | |
"zip": "560095" | |
}, | |
"from": { | |
"name": "HCL", | |
"address": "68 King William St, London EC4N 7DZ, UK", | |
"zip": "EC4N 7DZ" | |
} | |
}, | |
"tracking": { | |
"code": "3873173242", | |
"current_status": "NOIDA: Out for delivery", | |
"notification": { | |
"email": null, | |
"text": "+44-974-196-7699" | |
}, | |
"updates": { | |
"1": [ | |
"timestamp", | |
"location", | |
"status" | |
], | |
"2": [ | |
"timestamp", | |
"location", | |
"status" | |
], | |
"3": [ | |
"timestamp", | |
"location", | |
"status" | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment