POST PostRecentRoute

Request Information

URI Parameters

None.

Body Parameters

RecentRoute
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

RouteId

integer

None.

DriverId

string

None.

Active

boolean

None.

Request Formats

application/json, text/json

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RecentRoute
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

RouteId

integer

None.

DriverId

string

None.

Active

boolean

None.

Response Formats

application/json, text/json

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