Online Documentation

Call Provider Cancel Service Request


The call provider will use the cancel service request message to cancel the service request with the service provider. If the service provider has already dispatched the call, the request cannot be cancelled.

Base URL: https://service.BGsync.com/BGsyncapi/api/request/cancel
Method: Http Post
Content-Type: application/json
Parameter Required Default Description
call_provider_BGsync_id Yes   Call Provider sureEcosystem Id
api_key Yes   Call Provider API Key
BGsync_request_id Yes   sureEcosystem request id
notes No   Notes

Sample Request

{
"call_provider_BGsync_id": "1",
"BGsync_request_id": "22",
"api_key": "ABC1234",
"notes": "Car started back."
}

Sample Response from sureEcosystem

{
"success":true
"error_message":null
"BGsync_request_id":"22"
}