POST api/DriverRoutes

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:40:37.3152451+02:00",
  "LastModified": "2025-12-12T08:40:37.3152451+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

string

Response Formats

application/json, text/json

Sample:
"sample string 1"