- 🐶 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
Rate Card by Company
PATCH
{{base_url}}delivery-rates/rate-card-by-company/
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
company_id
string
required
Example:
1
country
string
required
Example:
2
start_weight_unit_of_measurement
string
required
Example:
gm
start_weight
string
required
Example:
1
end_weight_unit_of_measurement
string
required
Example:
gm
end_weight
string
required
Example:
10
search
string
required
Example:
kjj
ordering
string
required
Example:
id
Body Params application/json
object {0}
Example
{}
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 -g --request PATCH '{{base_url}}delivery-rates/rate-card-by-company/?company_id=1&country=2&start_weight_unit_of_measurement=gm&start_weight=1&end_weight_unit_of_measurement=gm&end_weight=10&search=kjj&ordering=id' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-04-28 07:02:01