X-Token: ********************
{
"hawb": "HAWB56209",
"customer_code": "",
"customer_name": "Maahi Shah",
"customer_address": "Patel's Cafe, Road, Gota, Ahmedabad, Gujarat 382481",
"customer_phone": null,
"customer_email": null,
"postcode": null,
"description_of_goods": "",
"company": 1,
"count": null,
"landed": false,
"weight": null,
"shipper_code": "",
"shipper_name": "",
"shipper_address": "",
"shipper_city": "",
"shipper_state": "",
"shipper_postcode": "",
"shipper_country": "",
"origin": "",
"port": "",
"total_value": null,
"goods_currency": "",
"sac": false,
"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": false,
"zone": 20,
"suburb": 2,
"state": 6,
"country": 2,
"height": null,
"length": null,
"volume_weighted": null,
"delivery_date": null,
"price": null,
"coordinates": {
"latitude": -33.89376300000001,
"longitude": 151.2281313
}
}
curl --location -g --request POST '{{base_url}}add-package-by-webhook/' \
--header 'X-Webhook-Secret: q1QyXKNj5D4ukdAk9QGna5DtUvketegM' \
--header 'Content-Type: application/json' \
--data-raw '{
"hawb": "HAWB56209",
"customer_code": "",
"customer_name": "Maahi Shah",
"customer_address": "Patel'\''s Cafe, Road, Gota, Ahmedabad, Gujarat 382481",
"customer_phone": null,
"customer_email": null,
"postcode": null,
"description_of_goods": "",
"company": 1,
"count": null,
"landed": false,
"weight": null,
"shipper_code": "",
"shipper_name": "",
"shipper_address": "",
"shipper_city": "",
"shipper_state": "",
"shipper_postcode": "",
"shipper_country": "",
"origin": "",
"port": "",
"total_value": null,
"goods_currency": "",
"sac": false,
"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": false,
"zone": 20,
"suburb": 2,
"state": 6,
"country": 2,
"height": null,
"length": null,
"volume_weighted": null,
"delivery_date": null,
"price": null,
"coordinates": {
"latitude": -33.89376300000001,
"longitude": 151.2281313
}
}'
{}