GET api/Driver?DriverId={DriverId}&Message={Message}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverId | integer |
Required |
|
| Message | 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
}