POST GetSpecificDriverRoutes

Request Information

URI Parameters

None.

Body Parameters

DriverRoute
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

RouteId

integer

None.

DriverId

integer

None.

OwnerId

string

None.

Active

boolean

None.

AssociationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:41:22.0863056+02:00",
  "LastModified": "2025-12-12T08:41:22.0863056+02:00",
  "RouteId": 1,
  "DriverId": 1,
  "OwnerId": "sample string 4",
  "Active": true,
  "AssociationId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetSpecificDriverRoutes_Result
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

StartLongitude

decimal number

None.

StartLatitude

decimal number

None.

EndLongitue

decimal number

None.

EndLatitude

decimal number

None.

Active

boolean

None.

RouteName

string

None.

StartAddress

string

None.

EndAddresss

string

None.

AssociationId

integer

None.

Distance

decimal number

None.

Cost

decimal number

None.

PassengerRadius

decimal number

None.

AllowTolls

boolean

None.

AllowHighways

boolean

None.

PassengerUnitofMeasure

integer

None.

DirectionType

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "DateCreated": "2025-12-12T08:41:22.0863056+02:00",
    "LastModified": "2025-12-12T08:41:22.0863056+02:00",
    "StartLongitude": 1.1,
    "StartLatitude": 1.1,
    "EndLongitue": 1.1,
    "EndLatitude": 1.1,
    "Active": true,
    "RouteName": "sample string 1",
    "StartAddress": "sample string 2",
    "EndAddresss": "sample string 3",
    "AssociationId": 1,
    "Distance": 1.1,
    "Cost": 1.1,
    "PassengerRadius": 1.1,
    "AllowTolls": true,
    "AllowHighways": true,
    "PassengerUnitofMeasure": 1,
    "DirectionType": 1
  },
  {
    "$ref": "1"
  }
]