POST api/v3/Mps/company/{CompanyId}/driver?ApplicationName={ApplicationName}&ApiKey={ApiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | string |
Required |
|
| ApplicationName | string |
Required |
|
| ApiKey | string |
Required |
Body Parameters
Collection of Drivers| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverId | integer |
None. |
|
| LocationId | string |
None. |
|
| TagNumber | string |
None. |
|
| DriverName | string |
None. |
|
| DriverGUID | globally unique identifier |
None. |
|
| VehicleGUID | globally unique identifier |
None. |
|
| Timestamp | date |
None. |
|
| Deleted | date |
None. |
|
| ApplicationName | string |
None. |
|
| DriverIdOrder | byte |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"DriverId": 1,
"LocationId": "sample string 2",
"TagNumber": "sample string 3",
"DriverName": "sample string 4",
"DriverGUID": "16221cf2-8a00-4e2d-8f0b-bb18f56664b5",
"VehicleGUID": "03ffea61-df90-4868-9012-c17f6f7615f9",
"Timestamp": "2025-12-12T22:31:51.9213115-05:00",
"Deleted": "2025-12-12T22:31:51.9213115-05:00",
"ApplicationName": "sample string 6",
"DriverIdOrder": 64
},
{
"DriverId": 1,
"LocationId": "sample string 2",
"TagNumber": "sample string 3",
"DriverName": "sample string 4",
"DriverGUID": "16221cf2-8a00-4e2d-8f0b-bb18f56664b5",
"VehicleGUID": "03ffea61-df90-4868-9012-c17f6f7615f9",
"Timestamp": "2025-12-12T22:31:51.9213115-05:00",
"Deleted": "2025-12-12T22:31:51.9213115-05:00",
"ApplicationName": "sample string 6",
"DriverIdOrder": 64
}
]
application/xml, text/xml
Sample:
<ArrayOfDrivers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPSWebApi.Models">
<Drivers>
<ApplicationName>sample string 6</ApplicationName>
<Deleted>2025-12-12T22:31:51.9213115-05:00</Deleted>
<DriverGUID>16221cf2-8a00-4e2d-8f0b-bb18f56664b5</DriverGUID>
<DriverId>1</DriverId>
<DriverIdOrder>64</DriverIdOrder>
<DriverName>sample string 4</DriverName>
<LocationId>sample string 2</LocationId>
<TagNumber>sample string 3</TagNumber>
<Timestamp>2025-12-12T22:31:51.9213115-05:00</Timestamp>
<VehicleGUID>03ffea61-df90-4868-9012-c17f6f7615f9</VehicleGUID>
</Drivers>
<Drivers>
<ApplicationName>sample string 6</ApplicationName>
<Deleted>2025-12-12T22:31:51.9213115-05:00</Deleted>
<DriverGUID>16221cf2-8a00-4e2d-8f0b-bb18f56664b5</DriverGUID>
<DriverId>1</DriverId>
<DriverIdOrder>64</DriverIdOrder>
<DriverName>sample string 4</DriverName>
<LocationId>sample string 2</LocationId>
<TagNumber>sample string 3</TagNumber>
<Timestamp>2025-12-12T22:31:51.9213115-05:00</Timestamp>
<VehicleGUID>03ffea61-df90-4868-9012-c17f6f7615f9</VehicleGUID>
</Drivers>
</ArrayOfDrivers>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |