GET api/ScheduledDriver
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ScheduledDriverData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DriverId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| RouteSequence | integer |
None. |
|
| Identifier | string |
None. |
|
| Updated | date |
None. |
|
| IsDeleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "86d48f62-d8b1-46e7-a373-00741a8bc889",
"DriverId": "58858c82-c27b-4202-afc7-3ac46d04a1f5",
"CustomerId": "a3d60935-4cb9-4484-be1d-a4cbf791a2ba",
"RouteSequence": 1,
"Identifier": "sample string 1",
"Updated": "2025-12-15T23:39:21.8320867-05:00",
"IsDeleted": 1
},
{
"Id": "86d48f62-d8b1-46e7-a373-00741a8bc889",
"DriverId": "58858c82-c27b-4202-afc7-3ac46d04a1f5",
"CustomerId": "a3d60935-4cb9-4484-be1d-a4cbf791a2ba",
"RouteSequence": 1,
"Identifier": "sample string 1",
"Updated": "2025-12-15T23:39:21.8320867-05:00",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfScheduledDriverData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<ScheduledDriverData>
<CustomerId>a3d60935-4cb9-4484-be1d-a4cbf791a2ba</CustomerId>
<DriverId>58858c82-c27b-4202-afc7-3ac46d04a1f5</DriverId>
<Id>86d48f62-d8b1-46e7-a373-00741a8bc889</Id>
<Identifier>sample string 1</Identifier>
<IsDeleted>1</IsDeleted>
<RouteSequence>1</RouteSequence>
<Updated>2025-12-15T23:39:21.8320867-05:00</Updated>
</ScheduledDriverData>
<ScheduledDriverData>
<CustomerId>a3d60935-4cb9-4484-be1d-a4cbf791a2ba</CustomerId>
<DriverId>58858c82-c27b-4202-afc7-3ac46d04a1f5</DriverId>
<Id>86d48f62-d8b1-46e7-a373-00741a8bc889</Id>
<Identifier>sample string 1</Identifier>
<IsDeleted>1</IsDeleted>
<RouteSequence>1</RouteSequence>
<Updated>2025-12-15T23:39:21.8320867-05:00</Updated>
</ScheduledDriverData>
</ArrayOfScheduledDriverData>