aplication/json

Body

string string

Responses

  • 200

    Ok

POST /fulfillment/cancel
curl \
 --request POST 'https://api.staging.deliverect.com/fulfillment/cancel' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: aplication/json"
Request example
{
  "reasonTag": "CUSTOMER_UNRESPONSIVE",
  "deliveryJobId": "6220a195af10fe8e6121257f",
  "extraDescription": "Customer did not pickup the phone nor showed up in door",
  "deliveryFeeCharged": 4500
}