POST TCPV1/Home/DashBoard/Search/SearchJourney?Token={Token}&UserID={UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
Required |
|
| UserID | integer |
Required |
Body Parameters
JourneySearch| Name | Description | Type | Additional information |
|---|---|---|---|
| RouteCode | string |
None. |
|
| RouteDescription | string |
None. |
|
| JourneyNumber | integer |
None. |
|
| Van | integer |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| JourneyStatus | integer |
None. |
|
| InvolveThirdParty | boolean |
None. |
|
| AssignedToUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RouteCode": "sample string 1",
"RouteDescription": "sample string 2",
"JourneyNumber": 3,
"Van": 4,
"DateFrom": "2026-06-08T00:10:09.476639+01:00",
"DateTo": "2026-06-08T00:10:09.476639+01:00",
"JourneyStatus": 5,
"InvolveThirdParty": true,
"AssignedToUserID": 7
}
application/xml, text/xml
Sample:
<JourneySearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartTCPWebAPI.Models.SmartAPI"> <AssignedToUserID>7</AssignedToUserID> <DateFrom>2026-06-08T00:10:09.476639+01:00</DateFrom> <DateTo>2026-06-08T00:10:09.476639+01:00</DateTo> <InvolveThirdParty>true</InvolveThirdParty> <JourneyNumber>3</JourneyNumber> <JourneyStatus>5</JourneyStatus> <RouteCode>sample string 1</RouteCode> <RouteDescription>sample string 2</RouteDescription> <Van>4</Van> </JourneySearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |