Trip

Fields
Field Name Data Type Description
blockId String Block id of the trip
DailyRunId Numerical Id of the daily run of the trip
DailyTripId Numerical id associated with this trip
RouteId String Name of the master route this trip is in
shapeId String Shape id of the land route
tripId String trip id
direction String direction of the trip's subroute
Example
{
	"data":
	[
		"blockId": "15",
		"DailyRunId": 130,	
		"DailyTripId": 9,	
		"RouteId": "Peachtree to Lennox",	
		"shapeId": "12",	
		"tripId": "45"
	],
	"predicate": "tripId"
	"subject": "Morning Dialysis " 
	"time": "2013-10-24T17:25:04-05:00",
	"type": "Trip",
	"version": "4.0"
}