Click or drag to resize
ParaPlan Logo

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
)

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