POST
method, and the body must include the necessary details of the dispatch address.ApiKey: ********************
curl --location --request POST 'https://app.hisabkitab.co/third-party/dispatch-addresses' \
--header 'ApiKey: <api-key>' \
--form 'address_1="C-330, Atlanta Shopping Mall"' \
--form 'address_2="Nr. Sudama Chowk, Mota Varachha"' \
--form 'country_id="4"' \
--form 'state_id="2"' \
--form 'city_id="6"' \
--form 'pin_code="394101"'
{
"data": {
"id": 3,
"address_1": "C-330, Atlanta Shopping Mall",
"address_2": "Nr. Sudama Chowk, Mota Varachha",
"country_id": "4",
"state_id": "2",
"city_id": "6",
"pin_code": "394101",
"model_id": 6,
"model_type": "App\\Models\\Company",
"address_type": 2,
"created_at": "2025-02-13T06:25:45.000000Z",
"updated_at": "2025-02-13T06:25:45.000000Z"
},
"success": true,
"message": "Dispatch Address Created Successfully."
}