GET api/DriverMangmnt/GetDriversDD?UserType={UserType}&ContID={ContID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserType

string

Required

ContID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DriverDropDown
NameDescriptionTypeAdditional information
DriverID

integer

None.

Driver

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DriverID": 1,
    "Driver": "sample string 2"
  },
  {
    "DriverID": 1,
    "Driver": "sample string 2"
  }
]