Calculate Expected Delivery Time
Request
Body Params application/json
{
"from_address": {
"province_id": 201,
"district_id": 1448,
"ward_id": "1A0320"
},
"to_address": {
"province_id": 201,
"district_id": 3440,
"ward_id": "13010"
},
"method_id": 2,
"delivery_service_id": 53321
}
Request Code Samples
curl --location --request POST 'http://petfen-shipping.local.com:8087/api/v1/delivery/expected-time' \
--header 'Authorization: {{authorization-token}}' \
--header 'X-Auth-Service: {{x-auth-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"from_address": {
"province_id": 201,
"district_id": 1448,
"ward_id": "1A0320"
},
"to_address": {
"province_id": 201,
"district_id": 3440,
"ward_id": "13010"
},
"method_id": 2,
"delivery_service_id": 53321
}'
Responses
application/json Modified at 2025-09-15 16:09:10