Online Documentation

Cancel Before Dispatch


This request is sent from sureEcosystem to the dispatch software provider to cancel the service request.

Base URL: Dispatch Software Provider API EndPoint
Method: Http Post
Content-Type: application/json

Sample Request

{
"request_type":"CancelRequest",
"api_key":"ABC1234",
"dispatch_software_provider_id":1,
"BGsync_request_id":"60",
"call_provider_BGsync_id":"1",
"service_provider_BGsync_id":"1",
"reason":"ETA is too long.",
"service_type":"Tow",
"vehicle_data":{
"vehicle_year":"2008",
"vehicle_make":"Chevrolet",
"vehicle_model":"Tahoe",
"vehicle_location":"100 Main St. Cheryville,NC 28021"}
}