Authorization: Bearer ********************
{
"hawb": "610292656",
"customer_code": "CUST001",
"customer_name": "John Doe",
"customer_address": "Barangaroo Reserve, Hickson Rd, Barangaroo NSW 2000, Australia",
"postcode": 1,
"description_of_goods": "Electronics",
"count": 2,
"landed": true,
"weight": 442,
"shipper_code": "",
"shipper_name": "ACME Coffrp.",
"shipper_address": "456 Elm Strffeet, Metropolis",
"shipper_city": "Metropoflis",
"shipper_state": "Illinfois",
"shipper_postcode": "62960",
"shipper_country": "USA",
"origin": "USA",
"port": "",
"total_value": 1500.00,
"goods_currency": "USD",
"sac": true,
"fr_reference": "",
"sub_master": "",
"pkg_type": "",
"country_of_origin": "",
"cyber_vendor_account": "",
"customs_code": "",
"cyber_importer_account": "",
"importer_abn": "",
"importer_cac": "",
"cyber_supplier_account": "",
"supplier_customs_code": "",
"is_scanned": true,
"zone": 18,
"suburb": 2,
"state": 5,
"country": 1,
"height": 3.4,
"length": 1.4,
"volume_weighted": 2.4,
"delivery_date": null,
"coordinates": {
"latitude": -33.7601,
"longitude": 151.22313
}
}
curl --location -g --request PATCH '{{base_url}}package-model/625/' \
--header 'Content-Type: application/json' \
--data-raw '{
"hawb": "610292656",
"customer_code": "CUST001",
"customer_name": "John Doe",
"customer_address": "Barangaroo Reserve, Hickson Rd, Barangaroo NSW 2000, Australia",
"postcode": 1,
"description_of_goods": "Electronics",
"count": 2,
"landed": true,
"weight": 442,
"shipper_code": "",
"shipper_name": "ACME Coffrp.",
"shipper_address": "456 Elm Strffeet, Metropolis",
"shipper_city": "Metropoflis",
"shipper_state": "Illinfois",
"shipper_postcode": "62960",
"shipper_country": "USA",
"origin": "USA",
"port": "",
"total_value": 1500.00,
"goods_currency": "USD",
"sac": true,
"fr_reference": "",
"sub_master": "",
"pkg_type": "",
"country_of_origin": "",
"cyber_vendor_account": "",
"customs_code": "",
"cyber_importer_account": "",
"importer_abn": "",
"importer_cac": "",
"cyber_supplier_account": "",
"supplier_customs_code": "",
"is_scanned": true,
"zone": 18,
"suburb": 2,
"state": 5,
"country": 1,
"height": 3.4,
"length": 1.4,
"volume_weighted": 2.4,
"delivery_date": null,
"coordinates": {
"latitude": -33.7601,
"longitude": 151.22313
}
}'
{}