Trendsic Platform Service

<back to all web services

DispatchTrackRequest

The following routes are available for this service:
GET,OPTIONS/v1/dispatch/track/{Token}/json
DispatchTrackRequest Parameters:
NameParameterData TypeRequiredDescription
TokenpathstringNo
DispatchTrackResponse Parameters:
NameParameterData TypeRequiredDescription
KindformstringNo
CodeformstringNo
WhatformstringNo
FromLocformstringNo
ToLocformstringNo
Bagsformint?No
Fareformdecimal?No
PayModeformstringNo
CardLast4formstringNo
ChargedformboolNo
StageformstringNo
HeadlineformstringNo
SubformstringNo
IsClosedformboolNo
EtaformstringNo
DriverNameformstringNo
CustomerNameformstringNo
StepsformList<DispatchTrackStepView>No
ExpiredformboolNo
InvalidformboolNo
ResponseStatusformResponseStatusNo
DispatchTrackStepView Parameters:
NameParameterData TypeRequiredDescription
NameformstringNo
AtformDateTime?No
DoneformboolNo
CurrentformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /v1/dispatch/track/{Token}/json HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Kind: String,
	Code: String,
	What: String,
	FromLoc: String,
	ToLoc: String,
	Bags: 0,
	Fare: 0,
	PayMode: String,
	CardLast4: String,
	Charged: False,
	Stage: String,
	Headline: String,
	Sub: String,
	IsClosed: False,
	Eta: String,
	DriverName: String,
	CustomerName: String,
	Steps: 
	[
		{
			Name: String,
			At: 0001-01-01,
			Done: False,
			Current: False
		}
	],
	Expired: False,
	Invalid: False,
	ResponseStatus: 
	{
		ErrorCode: String,
		Message: String,
		StackTrace: String,
		Errors: 
		[
			{
				ErrorCode: String,
				FieldName: String,
				Message: String,
				Meta: 
				{
					String: String
				}
			}
		],
		Meta: 
		{
			String: String
		}
	}
}