Pricing
The API charges a service fee of 247. The price is for reference only.
GetPriceForCustomerAPI
POST
/Api/Customer/GetPriceForCustomerAPI
Request Body
Name | Type | Description |
---|---|---|
ServiceTypeID | string | Service code |
ClientHubID | number | ClientHubID (not required when pickup address is flexible) |
RealWeight | number | Real weight (after packing) (kg) |
Height | number | Height (0 if size is unknow) (cm) |
Width | number | Width (0 if size is unknow) (cm) |
Length | number | Length (0 if size is unknow) (cm) |
FromProvinceName | string | From province name (required if the pickup address is flexible) |
ToWardName | string | To ward name |
ToDistrictName | string | To district name |
ToProvinceName | string | To province name |
Example
Last updated