Authorization: Bearer ********************
{
"hawb": "23132131",
"customer_code": "232323",
"customer_name": "Nimit",
"customer_phone": "614356552548",
"customer_email": "nimitinfra@yopmail.com",
"customer_zone": 1,
"postcode": 16,
"description_of_goods": "Plastic",
"count": "2",
"landed": false,
"weight": "2",
"shipper_code": "232",
"shipper_name": "Ahmed",
"shipper_address": "17 union street toongabie",
"shipper_city": "Toongabbie",
"shipper_state": "New South Wales",
"shipper_postcode": "2146",
"shipper_country": "Australia",
"origin": "Australia",
"port": "22",
"total_value": "2323",
"goods_currency": "AUD",
"sac": false,
"fr_reference": "32323",
"sub_master": "Des",
"pkg_type": "Plactic",
"country_of_origin": "Australia",
"cyber_vendor_account": "33424",
"customs_code": "34324",
"cyber_importer_account": "23432423423",
"importer_abn": "3434234",
"importer_cac": "234343",
"cyber_supplier_account": "234234234",
"supplier_customs_code": "234234324",
"is_scanned": true,
"is_picked_up": true,
"parcel_no": 0,
"order_no": "8787897",
"zone": 124,
"suburb": 16,
"state": 1,
"country": 1,
"height": "22",
"length": "33",
"volume_weighted": "22",
"delivery_date": "17-06-2025 13:12",
"price": null,
"company": 21,
"coordinates": {
"latitude": -33.7841023,
"longitude": 150.9490751
}
}
curl --location --request POST 'http://127.0.0.1:8000/package-model/' \
--header 'X-Webhook-Secret: q1QyXKNj5D4ukdAk9QGna5DtUvketegM' \
--header 'Content-Type: application/json' \
--data-raw '{
"hawb": "23132131",
"customer_code": "232323",
"customer_name": "Nimit",
"customer_phone": "614356552548",
"customer_email": "nimitinfra@yopmail.com",
"customer_zone": 1,
"postcode": 16,
"description_of_goods": "Plastic",
"count": "2",
"landed": false,
"weight": "2",
"shipper_code": "232",
"shipper_name": "Ahmed",
"shipper_address": "17 union street toongabie",
"shipper_city": "Toongabbie",
"shipper_state": "New South Wales",
"shipper_postcode": "2146",
"shipper_country": "Australia",
"origin": "Australia",
"port": "22",
"total_value": "2323",
"goods_currency": "AUD",
"sac": false,
"fr_reference": "32323",
"sub_master": "Des",
"pkg_type": "Plactic",
"country_of_origin": "Australia",
"cyber_vendor_account": "33424",
"customs_code": "34324",
"cyber_importer_account": "23432423423",
"importer_abn": "3434234",
"importer_cac": "234343",
"cyber_supplier_account": "234234234",
"supplier_customs_code": "234234324",
"is_scanned": true,
"is_picked_up": true,
"parcel_no": 0,
"order_no": "8787897",
"zone": 124,
"suburb": 16,
"state": 1,
"country": 1,
"height": "22",
"length": "33",
"volume_weighted": "22",
"delivery_date": "17-06-2025 13:12",
"price": null,
"company": 21,
"coordinates": {
"latitude": -33.7841023,
"longitude": 150.9490751
}
}'
{}