GET api/Mobile/SelectEndTrip/{UserGUID}/{EntityGUID}
Use this method to select the data for the end trip task
Request Information
URI Parameters
| Name | Description | Type | Additional 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
EndTripResp| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| TripID | integer |
None. |
|
| Name | string |
None. |
|
| Instructions | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.