GET api/public/v2/drivers/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DriverModelName | Description | Type | Additional information |
---|---|---|---|
Identifier | globally unique identifier |
None. |
|
Name | string |
None. |
|
Phone | string |
None. |
|
PhotoUrl | string |
None. |
|
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "identifier": "6a1dbd69-3f93-45eb-b54d-88c82d17f7e1", "name": "sample string 2", "phone": "sample string 3", "photoUrl": "sample string 4", "email": "sample string 5" }
text/xml
Sample:
<DriverModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Swift.DeliveryAPI2"> <Email>sample string 5</Email> <Identifier>6a1dbd69-3f93-45eb-b54d-88c82d17f7e1</Identifier> <Name>sample string 2</Name> <Phone>sample string 3</Phone> <PhotoUrl>sample string 4</PhotoUrl> </DriverModel>