| TripServiceEkidzTrips Method |
Call specifically designed to work with Ekidz Software
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<RESTTrip> EkidzTrips(
string token,
string device,
string dateStart,
string dateEnd,
string hideProcessed,
string hideCancelled,
string hideNoShow,
string hideNonCompleted,
string programs,
string thin,
string clientType
)
public:
List<RESTTrip^>^ EkidzTrips(
String^ token,
String^ device,
String^ dateStart,
String^ dateEnd,
String^ hideProcessed,
String^ hideCancelled,
String^ hideNoShow,
String^ hideNonCompleted,
String^ programs,
String^ thin,
String^ clientType
)
function EkidzTrips(token, device, dateStart, dateEnd, hideProcessed, hideCancelled, hideNoShow, hideNonCompleted, programs, thin, clientType);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API - dateStart
- Type: SystemString
- dateEnd
- Type: SystemString
- hideProcessed
- Type: SystemString
- hideCancelled
- Type: SystemString
- hideNoShow
- Type: SystemString
- hideNonCompleted
- Type: SystemString
- programs
- Type: SystemString
- thin
- Type: SystemString
- clientType
- Type: SystemString
Return Value
Type:
ListRESTTrip[Missing <returns> documentation for "M:ParaPlanREST.TripService.EkidzTrips(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)"]
See Also