POST Searchs/TourSearchSave

Request Information

URI Parameters

None.

Body Parameters

TourSearch
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "HashCode": "sample string 1",
  "SearchType": "sample string 2",
  "SearchDate": "2024-09-20T05:03:35.4974095+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"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HashCode
NameDescriptionTypeAdditional information
HashCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "HashCode": "sample string 1"
}