Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"employee": 1,
"company": 3,
"weight_start": "0.5",
"start_unit_of_measurement": 1,
"weight_end": "10",
"end_unit_of_measurement": 1,
"rate": "15",
"currency": "AUD"
}
Request Code Samples
curl --location --request PATCH '/driver-delivery-rate/1/' \
--header 'Content-Type: application/json' \
--data-raw '{
"employee": 1,
"company": 3,
"weight_start": "0.5",
"start_unit_of_measurement": 1,
"weight_end": "10",
"end_unit_of_measurement": 1,
"rate": "15",
"currency": "AUD"
}'
Responses
application/json Modified at 2024-11-22 06:13:56