Authorization: Bearer ********************
{
"clientId": "string",
"zone": "string",
"kms": 0,
"from": "string",
"to": "string",
"ratePerTrip": 0
}
curl --location --request PUT 'https://api.upbooks.io/api/v1/route/' \
--header 'ORGANIZATION-ID: 00000' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"zone": "string",
"kms": 0,
"from": "string",
"to": "string",
"ratePerTrip": 0
}'
{
"data": {
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"__v": 0,
"_id": "string",
"organizationId": "string",
"clientId": "string",
"zone": "string",
"kms": 0,
"from": "string",
"to": "string",
"ratePerTrip": 0
},
"message": "string"
}