Online Documentation

Accept Service Response from Service Provider


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

Base URL: https://service.BGsync.com/BGsyncapi/api/request/fullfill 
Method: Http Post
Content-Type: application/json

Sample Request

{
"dispatch_software_provider_id":"1",
"api_key":"ABC1234",
"BGsync_request_id":"60",
"eta":"45",
"response":"Yes",
"contact_number":"112-987-7865"
}