Last active
February 15, 2016 06:08
-
-
Save iBasit/abbc050beb50d1288262 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
{ | |
"slug": "quasi-consequuntur-voluptatem-facere", | |
"title": "Quasi consequuntur voluptatem facere.", | |
"description": "Esse praesentium repellendus ratione nemo similique consequatur. Dolorum doloremque dicta accusamus praesentium illo et. Qui illum facilis aut consequatur ab quos. Expedita dolores autem quibusdam totam sed.", | |
"pickup_address": { | |
"id": 74, | |
"type": "pickup", | |
"first_name": "Jenifer", | |
"last_name": "Nader", | |
"business_name": null, | |
"email": "[email protected]", | |
"phone": "293.777.7958", | |
"format_address": "785 Walker Forest Apt. 649\nNorth Cydneybury, NJ 73679", | |
"suite_number": "7456", | |
"city": "Port Jude", | |
"postal_code": "61477", | |
"country": "SX", | |
"latitude": 0.1671, | |
"longitude": 51.4976, | |
"is_default": false, | |
"created": "2015-07-18T14:55:53+0000", | |
"modified": "2015-12-18T05:54:18+0000" | |
}, | |
"pickup_instruction": "knock on the door", | |
"dropoff_address": { | |
"id": 69, | |
"type": "dropoff", | |
"first_name": "Ludwig", | |
"last_name": "Murray", | |
"business_name": null, | |
"email": "[email protected]", | |
"phone": "521-516-0879", | |
"format_address": "80827 Schmitt Union\nPort Mae, VA 28174", | |
"suite_number": "463", | |
"city": "New Kurtis", | |
"postal_code": "55141", | |
"country": "TV", | |
"latitude": 0.1536, | |
"longitude": 51.4584, | |
"is_default": false, | |
"created": "2015-10-23T18:41:57+0000", | |
"modified": "2016-01-30T01:42:52+0000" | |
}, | |
"dropoff_instruction": "press red bell", | |
"longest_length": null, | |
"longest_width": null, | |
"longest_height": null, | |
"total_weight": null, | |
"total_quantity": null, | |
"duration": 6024, | |
"duration_text": "52 mins", | |
"distance": 3138, | |
"distance_text": "1595 km", | |
"special_handling": false, | |
"tracking_code": null, | |
"transit": "waiting", | |
"status": "closed", | |
"is_paid": false, | |
"total_bids": null, | |
"ebay_id": null, | |
"expiry": "2016-02-21T15:45:37+0000", | |
"created": "2015-09-13T20:30:45+0000", | |
"customer": { | |
"first_name": "Mary", | |
"last_name": "James", | |
"slug": "mary.james", | |
"phone": null, | |
"is_pic": false, | |
"rating": 3.5, | |
"success_rate": 75, | |
"_links": { | |
"self": { | |
"href": "\/api\/v1\/user\/mary.james" | |
}, | |
"thumbnail": { | |
"href": "\/\/d2d.com\/img\/profilePic_thumbnail.png" | |
} | |
} | |
}, | |
"items": [{ | |
"id": 10, | |
"name": "ship", | |
"quantity": 3, | |
"length": 65, | |
"width": 76, | |
"height": 60, | |
"length_method": "in", | |
"weight": 97, | |
"weight_method": "kg", | |
"is_predefined": false | |
}], | |
"_links": { | |
"self": { | |
"href": "\/api\/v1\/delivery\/quasi-consequuntur-voluptatem-facere" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment