GET api/Mobile/SelectStartTrip/{UserGUID}/{EntityGUID}

Use this method to select the data to for the start trip task

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserGUID

Unique user global identifier

string

Required

EntityGUID

Identifier of the entity that is related to the task

string

Required

Body Parameters

None.

Response Information

Resource Description

StartTripResp
NameDescriptionTypeAdditional information
IsSuccessful

Set to true if method was successful

boolean

None.

ErrorMessage

The error message if method call was not successful

string

None.

TripID

Unique trip identifer

integer

None.

Name

The name or short summary of the trip

string

None.

Instructions

Special instructions related to the trip

string

None.

Stops

Contains the stops on the trip

Collection of TripStopItem

None.

Response Formats

application/json, text/json

Sample:

Sample not available.