Online Documentation

Call Provider Kill Request


The call provider will use this message to kill the service request if the service provider takes too long to respond. Once the service request is killed in sureEcosystem, the dispatch software provider will not be able to respond to the service request.

Base URL: https://service.BGsync.com/BGsyncapi/api/request/kill
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": "Service provider took too long to respond."
}

Sample Response from sureEcosystem

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