- 🐶 Walk through Apidog
- hey couriers
- Web
- Hey Courier
- Auth
- Group Permission
- Webhook Secret Key
- Profile Update
- Common
- Employee
- Package Model
- Assign Package To Driver
- Photo Upload in Assign Package
- Route
- Delivery Rates
- Driver Delivery Rates
- Dashboard API
- Optimize Route List of Package
- Return Report
- Delivery Attempt
- Company
- Delivery Status Manage Model
- Warehouse
- Pickup Point
- Driver Lat-Long Manage
- Company Package Upload
- Package by Company Key
- Driver Support
- Pickup Package
- Wallet
- Pickup Route
- Pickup Package by Webhook
- Wallet Adjustment
- Invoice
- App
- Untitled EndpointGET
- Untitled EndpointGET
- Untitled EndpointPOST
Delivery Rate Filters
PATCH
/delivery-rates/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
country
string
optional
Example:
1
company
string
optional
Example:
3
start_weight_unit_of_measurement
string
optional
Example:
1
start_weight
string
optional
Example:
21
end_weight_unit_of_measurement
string
optional
Example:
1
end_weight
string
optional
Example:
23
search
string
required
ordering
string
required
Body Params application/json
state_name
null
required
zone_name
array
required
Example
{
"state_name": null,
"zone_name": []
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/delivery-rates/?search=&ordering=' \
--header 'Content-Type: application/json' \
--data-raw '{
"state_name": null,
"zone_name": []
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-22 06:13:56