Created
December 1, 2020 23:15
-
-
Save jaychoo/a7df3a6e31832eb63f2b6e359380b3f1 to your computer and use it in GitHub Desktop.
Payload
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
{ | |
"additional_services": [ | |
"origin_condition_check", | |
"destination_unpacking", | |
"debris_disposal" | |
], | |
"destination_locations": [ | |
{ | |
"address_line_1": "11 West 53rd Street", | |
"city": "New York", | |
"country": "US", | |
"postal_code": "10019", | |
"region": "NY", | |
"contacts": [ | |
{ | |
"name": "Destination Contact", | |
"phone_numbers": [ | |
{ | |
"country_code": "1", | |
"number": "(333) 333-3333" | |
} | |
], | |
"primary_email": "[email protected]" | |
} | |
] | |
} | |
], | |
"objects": [ | |
{ | |
"current_packing": ["blanket"], | |
"type": "collectibles", | |
"sub_type": "book", | |
"depth": null, | |
"width": "10", | |
"height": "10", | |
"weight": null, | |
"weight_unit": "lb", | |
"value": "2000000.00", | |
"value_currency": "USD", | |
"unit_of_measurement": "in", | |
"details": { | |
"title": "Tales of my neon sign", | |
"is_fragile": false, | |
"notes": null, | |
"materials": null | |
} | |
} | |
], | |
"origin_locations": [ | |
{ | |
"address_line_1": "1155 Willow Road", | |
"city": "Winnetka", | |
"country": "US", | |
"postal_code": "60093", | |
"region": "IL", | |
"contacts": [ | |
{ | |
"name": "Origin Contact", | |
"phone_numbers": [ | |
{ | |
"country_code": "1", | |
"number": "(444) 444-4444" | |
} | |
], | |
"primary_email": "[email protected]" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment