GET api/DriverAssign?key={key}&signature={signature}&accountId={accountId}&driverId={driverId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
|
| signature | string |
Required |
|
| accountId | string |
Required |
|
| driverId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DriverTruckAssignResult| Name | Description | Type | Additional information |
|---|---|---|---|
| VehicleId | globally unique identifier |
None. |
|
| Vehicle | string |
None. |
|
| VehicleLinked1Id | globally unique identifier |
None. |
|
| VehicleLinked1 | string |
None. |
|
| VehicleLinked2Id | globally unique identifier |
None. |
|
| VehicleLinked2 | string |
None. |
|
| Error | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorDescription | string |
None. |
|
| Warnings | string |
None. |
|
| AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"VehicleId": "e9de64b3-36e3-4515-bbfd-bef0fd6eea37",
"Vehicle": "sample string 2",
"VehicleLinked1Id": "4e534b35-028e-4ae2-a0b4-b056f2498cef",
"VehicleLinked1": "sample string 3",
"VehicleLinked2Id": "092fb978-45de-44ad-b3e9-f561747fba15",
"VehicleLinked2": "sample string 4",
"Error": true,
"ErrorCode": "sample string 6",
"ErrorDescription": "sample string 7",
"Warnings": "sample string 8",
"AccessGranted": true
}