Online Documentation

Is Online Request to Dispatch Software Provider


This request is sent from sureEcosystem to the dispatch software provider to determine if the service provider is online.

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

Sample Request

{
"request_type":"IsOnlineRequest",
"api_key":"ABC1234",
"dispatch_software_provider_id":1,
"service_provider_BGsync_id":"1"
}

Sample Response from Dispatch Software

{
"service_provider_BGsync_id": "1"
"online": true
}