GET Searchs/TourSearchDetail?HashCode={HashCode}&Language={Language}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
HashCode | string |
Required |
|
Language | string |
Default value is PT |
Body Parameters
None.
Response Information
Resource Description
TourSearchName | Description | Type | Additional information |
---|---|---|---|
HashCode | string |
None. |
|
SearchType | string |
None. |
|
SearchDate | date |
None. |
|
DestinationCode | string |
None. |
|
DestinationID | integer |
None. |
|
DestinationDetail | DestinationDetail |
None. |
|
DestinationType | eDestinationType |
None. |
|
DestinationDescription | string |
None. |
|
TotalAdults | integer |
None. |
|
TotalChilds | integer |
None. |
|
ChildAge1 | integer |
None. |
|
ChildAge2 | integer |
None. |
|
ChildAge3 | integer |
None. |
|
ChildAge4 | integer |
None. |
|
ChildAge5 | integer |
None. |
|
ChildAge6 | integer |
None. |
|
ChildAge7 | integer |
None. |
|
ChildAge8 | integer |
None. |
|
ChildAge9 | integer |
None. |
|
CheckinDate | string |
None. |
|
CheckoutDate | string |
None. |
|
UserID | integer |
None. |
|
SiteID | integer |
None. |
|
CompanyID | integer |
None. |
|
HasError | boolean |
None. |
|
ErrorDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "HashCode": "sample string 1", "SearchType": "sample string 2", "SearchDate": "2025-04-04T01:00:32.7110232+01:00", "DestinationCode": "sample string 4", "DestinationID": 5, "DestinationDetail": { "DestinationCode": "sample string 1", "DestinationID": 2, "CountryID": "sample string 3", "CountryName": "sample string 4", "CityName": "sample string 5" }, "DestinationType": 1, "DestinationDescription": "sample string 6", "TotalAdults": 7, "TotalChilds": 8, "ChildAge1": 9, "ChildAge2": 10, "ChildAge3": 11, "ChildAge4": 12, "ChildAge5": 13, "ChildAge6": 14, "ChildAge7": 15, "ChildAge8": 16, "ChildAge9": 17, "CheckinDate": "sample string 18", "CheckoutDate": "sample string 19", "UserID": 20, "SiteID": 21, "CompanyID": 22, "HasError": true, "ErrorDescription": "sample string 24" }