GET api/Driver?DvrId={DvrId}&Latitude={Latitude}&Longitude={Longitude}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DvrId | integer |
Required |
|
| Latitude | string |
Required |
|
| Longitude | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true
}