GET api/FleetMangmnt/GetFleetsDropDown
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Cls_FleetManagerDropDown| Name | Description | Type | Additional information |
|---|---|---|---|
| FleetManagerID | integer |
None. |
|
| ContactID | integer |
None. |
|
| Name | string |
None. |
|
| Company | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FleetManagerID": 1,
"ContactID": 2,
"Name": "sample string 3",
"Company": "sample string 4"
},
{
"FleetManagerID": 1,
"ContactID": 2,
"Name": "sample string 3",
"Company": "sample string 4"
}
]