Skip to content

Instantly share code, notes, and snippets.

@jaychoo
Created December 1, 2020 23:15
Show Gist options
  • Save jaychoo/a7df3a6e31832eb63f2b6e359380b3f1 to your computer and use it in GitHub Desktop.
Save jaychoo/a7df3a6e31832eb63f2b6e359380b3f1 to your computer and use it in GitHub Desktop.
Payload
{
"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": "destination@example.com"
}
]
}
],
"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": "origin@example.com"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment