Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"zone": 1,
"country": 1,
"state": 1,
"company": 3,
"start_weight": 8,
"end_weight": 12,
"unit_of_measurement": 1,
"price": 12.99,
"currency": "USD"
}
Request Code Samples
curl --location --request PATCH '/delivery-rates/2/' \
--header 'Content-Type: application/json' \
--data-raw '{
"zone": 1,
"country": 1,
"state": 1,
"company": 3,
"start_weight": 8,
"end_weight": 12,
"unit_of_measurement": 1,
"price": 12.99,
"currency": "USD"
}'
Responses
application/json Modified at 2024-11-22 06:13:56