| TripServiceFleetmanagers Method |
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Fleetmanager> Fleetmanagers(
string token,
string device,
string tripDate
)
public:
List<Fleetmanager^>^ Fleetmanagers(
String^ token,
String^ device,
String^ tripDate
)
function Fleetmanagers(token, device, tripDate);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API - tripDate
- Type: SystemString
Date to get information
Return Value
Type:
ListFleetmanagerList of Fleetmanagers
See Also