POST api/Extreme/SearchTours
Request Information
URI Parameters
None.
Body Parameters
SearchRequestModelName | Description | Type | Additional information |
---|---|---|---|
categories | Collection of globally unique identifier |
None. |
|
destinations | Collection of globally unique identifier |
None. |
|
pax | integer |
None. |
|
price | integer |
None. |
|
fr | date |
None. |
|
to | date |
None. |
|
currencyAbbr | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "categories": [ "11023ab3-bfc9-481f-bd50-37c3ac23116b", "4e94f1b5-cdfd-45c7-b4e7-5ac149968512" ], "destinations": [ "a19901ff-9777-467d-82d9-e5a7746cde3d", "65127165-d6c3-4fc1-a58b-c20258ef68b5" ], "pax": 1, "price": 2, "fr": "2025-09-04T15:06:26.5217498+00:00", "to": "2025-09-04T15:06:26.5217498+00:00", "currencyAbbr": "sample string 5" }
application/xml, text/xml
Sample:
<SearchRequestModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <categories> <guid>11023ab3-bfc9-481f-bd50-37c3ac23116b</guid> <guid>4e94f1b5-cdfd-45c7-b4e7-5ac149968512</guid> </categories> <destinations> <guid>a19901ff-9777-467d-82d9-e5a7746cde3d</guid> <guid>65127165-d6c3-4fc1-a58b-c20258ef68b5</guid> </destinations> <pax>1</pax> <price>2</price> <fr>2025-09-04T15:06:26.5217498+00:00</fr> <to>2025-09-04T15:06:26.5217498+00:00</to> <currencyAbbr>sample string 5</currencyAbbr> </SearchRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SearchResultName | Description | Type | Additional information |
---|---|---|---|
bokunTitle | string |
None. |
|
dateTimeStart | date |
None. |
|
startTimeStr | string |
None. |
|
endTime | date |
None. |
|
bokunAvailabilityCount | integer |
None. |
|
pricePerAdult | decimal number |
None. |
|
tourLinkPath | string |
None. |
|
pictureLinkPath | string |
None. |
|
destinations | Collection of string |
None. |
|
categories | Collection of string |
None. |
|
hitCounter | integer |
None. |
|
text | string |
None. |
|
externalId | string |
None. |
|
importance | integer |
None. |
|
currency | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.