POST api/DriverAssign?key={key}&signature={signature}&accountId={accountId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key | string |
Required |
|
signature | string |
Required |
|
accountId | string |
Required |
Body Parameters
DriverAssignPOSTName | Description | Type | Additional information |
---|---|---|---|
UserName | string |
None. |
|
DriverId | globally unique identifier |
None. |
|
VehicleId | globally unique identifier |
None. |
|
VehicleLinked1Id | globally unique identifier |
None. |
|
VehicleLinked2Id | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserName": "sample string 1", "DriverId": "40020b7c-6717-4099-b03c-2717fb0d162c", "VehicleId": "35127f42-2df4-4e4c-8eec-1aa92096aa52", "VehicleLinked1Id": "e20c1ea6-4cff-414e-a5a4-3b837bfef3d4", "VehicleLinked2Id": "c1f0f96c-703c-42bd-b5c3-bfd7c98be4fe" }
Response Information
Resource Description
BasicResultName | Description | Type | Additional information |
---|---|---|---|
Error | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorDescription | string |
None. |
|
Warnings | string |
None. |
|
AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }