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
{ "call_provider_BGsync_id": "1", "BGsync_request_id": "22", "api_key": "ABC1234", "notes": "Car started back." }
{ "success":true "error_message":null "BGsync_request_id":"22" }