Endpoints relating to BookingAmendment objects. An existing booking is required to create booking amendments for.
The created booking amendment
| _object | string  | ||||||||||||||||||||||||||||||||||||
| self | string  | ||||||||||||||||||||||||||||||||||||
| version | integer  | ||||||||||||||||||||||||||||||||||||
object (BookingAmendment)   | |||||||||||||||||||||||||||||||||||||
  | |||||||||||||||||||||||||||||||||||||
error
{- "booking_id": 12345,
 - "new_name": "Valentine's Day - 2020",
 - "amendment_note": "This is an amendment note with useful context to changes made to the booking.",
 - "new_container_counts": {
- "twenty_ft": 2,
 - "forty_ft": 3,
 - "forty_ft_hc": 4,
 - "forty_five_ft_hc": 5
 
}, - "new_wants_pickup_service": false,
 - "new_wants_import_customs_service": false,
 - "new_origin_address_ref": "warehouse_cn",
 - "new_origin_port_loc_code": "CNSZP",
 - "new_cargo_ready_date": "2019-06-30",
 - "new_cargo": {
- "volume": {
- "value": 472.62,
 - "unit": "cbm"
 
}, - "weight": {
- "value": 2300.4,
 - "unit": "kg"
 
}, - "marks_and_numbers": "Fragile",
 - "shipping_units": [
- {
- "name": "Watches",
 - "volume": {
- "value": 472.62,
 - "unit": "cbm"
 
}, - "weight": {
- "value": 2300.4,
 - "unit": "kg"
 
}, - "height": {
- "value": 472.62,
 - "unit": "cm"
 
}, - "length": {
- "value": 472.62,
 - "unit": "cm"
 
}, - "width": {
- "value": 472.62,
 - "unit": "cm"
 
}, - "count": 9,
 - "atomic_count": 9,
 - "unit_type": "carton"
 
} 
], - "contains_hazmat": true,
 - "contains_magnets": true,
 - "contains_other_dangerous_goods": true,
 - "contains_li_ion": true,
 - "contains_non_li_ion_battery": true,
 - "lithium_batteries_packing_types": [
- "packed_loose"
 
] 
}, - "new_metadata": {
- "PO": [
- "12345"
 
], - "SKU": [
- "abc123"
 
] 
} 
}{- "_object": "/api/response",
 - "version": 2,
 - "data": {
- "_object": "/booking_amendment",
 - "id": 2983,
 - "booking_id": 12345,
 - "is_pending": false,
 - "new_name": "Valentine's Day - 2020",
 - "new_container_counts": {
- "twenty_ft": 2,
 - "forty_ft": 3,
 - "forty_ft_hc": 4,
 - "forty_five_ft_hc": 5
 
}, - "new_wants_pickup_service": false,
 - "new_wants_import_customs_service": false,
 - "new_origin_address": {
- "_object": "/address",
 - "street_address": "123 Queen St",
 - "street_address2": null,
 - "city": "Shanghai",
 - "state": null,
 - "country": "China",
 - "country_code": "CN",
 - "zip": null,
 - "unlocode": "CNSHA",
 - "timezone": "China/Shanghai",
 - "ref": "my-shanghai-address-ref"
 
}, - "new_port_of_loading": {
- "_object": "/address",
 - "street_address": "123 Queen St",
 - "street_address2": null,
 - "city": "Shanghai",
 - "state": null,
 - "country": "China",
 - "country_code": "CN",
 - "zip": null,
 - "unlocode": "CNSHA",
 - "timezone": "China/Shanghai",
 - "ref": "my-shanghai-address-ref"
 
}, - "new_port_of_unloading": {
- "_object": "/address",
 - "street_address": "10000 West O'Hare Ave",
 - "street_address2": "PO Box 66142",
 - "city": "Chicago",
 - "state": "IL",
 - "country": "United States of America",
 - "country_code": "US",
 - "zip": "60666",
 - "unlocode": "US AL2",
 - "timezone": "America/Chicago",
 - "ref": "my-chicago-ref"
 
}, - "new_cargo_ready_date": "2019-06-30",
 - "new_cargo": {
- "volume": {
- "value": 472.62,
 - "unit": "cbm"
 
}, - "weight": {
- "value": 2300.4,
 - "unit": "kg"
 
}, - "marks_and_numbers": "Fragile",
 - "shipping_units": [
- {
- "name": "Watches",
 - "volume": {
- "value": 472.62,
 - "unit": "cbm"
 
}, - "weight": {
- "value": 2300.4,
 - "unit": "kg"
 
}, - "height": {
- "value": 472.62,
 - "unit": "cm"
 
}, - "length": {
- "value": 472.62,
 - "unit": "cm"
 
}, - "width": {
- "value": 472.62,
 - "unit": "cm"
 
}, - "count": 9,
 - "atomic_count": 9,
 - "unit_type": "carton"
 
} 
], - "contains_hazmat": true,
 - "contains_magnets": true,
 - "contains_other_dangerous_goods": true,
 - "contains_li_ion": true,
 - "contains_non_li_ion_battery": true,
 - "lithium_batteries_packing_types": [
- "packed_loose"
 
] 
}, - "new_metadata": {
- "PO": [
- "12345"
 
], - "SKU": [
- "abc123"
 
] 
} 
} 
}