GET api/tour/search/GetAccessibleTourInfo?tourId={tourId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tourId

integer

Required

Body Parameters

None.

Response Information

Resource Description

OwnTourInfoResponse
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

TourTypeId

integer

None.

TourTypeName

string

None.

OwnerLegalId

integer

None.

OwnerLegalName

string

None.

Duration

integer

None.

TourServices

Collection of TourItemService

None.

SelectedTariffs

Collection of TourTariff

None.

BeginDateTime

SerializedDateTime

None.

ShortDescription

string

None.

FullDescription

string

None.

TourConditions

string

None.

CancellationConditions

string

None.

ImagesInfo

TourImageInfo

None.

CityId

integer

None.

CityName

string

None.

CountryId

integer

None.

CountryName

string

None.

DefaultBeginTime

integer

None.

TourName

string

None.

Price

decimal number

None.

Adults

integer

None.

Children

integer

None.

ActiveQuota

integer

None.

TourId

string

None.

DontUseTariffs

boolean

None.

AdditionalServicePrices

Collection of AdditionalServicePriceInfo

None.

HotelServicePrices

Collection of AdditionalServicePriceInfo

None.

SeatingArrangementInfos

Collection of SeatingArrangementInfo

None.

Tariffs

Collection of TourTariffInfo

None.

LinkOffer

string

None.

LinkConfidicial

string

None.

ResultQueryInfo

Сообщения

ResultQueryInfoContainer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "TourTypeId": 3,
  "TourTypeName": "sample string 4",
  "OwnerLegalId": 5,
  "OwnerLegalName": "sample string 6",
  "Duration": 7,
  "TourServices": [
    {
      "Id": 1,
      "Day": 2,
      "Duration": 3,
      "Name": "sample string 4",
      "Quota": 1,
      "ServiceClass": {
        "Id": 1,
        "Name": "sample string 2",
        "NameLat": "sample string 3",
        "IsCity": true,
        "IsID1": true,
        "IsID2": true,
        "MappingId": 1,
        "IsExternal": true,
        "CanMaped": true,
        "PartnerName": "sample string 9",
        "IsPredefined": true
      },
      "PeopleCount": 5,
      "CountryId": 6,
      "RegionId": 1,
      "CityId": 1,
      "StartTime": 7,
      "DurationTime": 8,
      "HotelData": {
        "HotelId": 1,
        "RoomTypeId": 2,
        "RoomCategoryId": 3,
        "RoomAccommodationId": 4,
        "BoardingId": 5
      },
      "AirflightData": {
        "FromCountryId": 1,
        "FromCityId": 2,
        "ToCountryId": 3,
        "ToCityId": 4,
        "TariffId": 5,
        "FlightId": 6
      },
      "TransferData": {
        "TransferId": 1,
        "TransportId": 2
      },
      "ExcursionData": {
        "ExcursionId": 1,
        "TransportId": 2
      },
      "CruiseData": {
        "ShipId": 1,
        "CabinId": 2,
        "BoardingId": 3,
        "RoomAccommodationId": 4
      },
      "AdditionalData": {
        "AdditionalServiceId": 1,
        "AddDescription1Id": 2,
        "AddDescription2Id": 3
      },
      "TariffServicePrices": [
        {
          "Id": 1,
          "TourTariffId": "sample string 2",
          "TourServiceId": 3,
          "TourServiceKey": "sample string 4",
          "HasVariants": true,
          "IncludeInCost": true,
          "IsCommissionService": true,
          "IsGroupService": true,
          "Netto": 9.1,
          "AgentPrice": 10.1,
          "ClientPrice": 11.1,
          "Quota": 1,
          "HotelServicePrices": [
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            },
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            }
          ]
        },
        {
          "Id": 1,
          "TourTariffId": "sample string 2",
          "TourServiceId": 3,
          "TourServiceKey": "sample string 4",
          "HasVariants": true,
          "IncludeInCost": true,
          "IsCommissionService": true,
          "IsGroupService": true,
          "Netto": 9.1,
          "AgentPrice": 10.1,
          "ClientPrice": 11.1,
          "Quota": 1,
          "HotelServicePrices": [
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            },
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            }
          ]
        }
      ]
    },
    {
      "Id": 1,
      "Day": 2,
      "Duration": 3,
      "Name": "sample string 4",
      "Quota": 1,
      "ServiceClass": {
        "Id": 1,
        "Name": "sample string 2",
        "NameLat": "sample string 3",
        "IsCity": true,
        "IsID1": true,
        "IsID2": true,
        "MappingId": 1,
        "IsExternal": true,
        "CanMaped": true,
        "PartnerName": "sample string 9",
        "IsPredefined": true
      },
      "PeopleCount": 5,
      "CountryId": 6,
      "RegionId": 1,
      "CityId": 1,
      "StartTime": 7,
      "DurationTime": 8,
      "HotelData": {
        "HotelId": 1,
        "RoomTypeId": 2,
        "RoomCategoryId": 3,
        "RoomAccommodationId": 4,
        "BoardingId": 5
      },
      "AirflightData": {
        "FromCountryId": 1,
        "FromCityId": 2,
        "ToCountryId": 3,
        "ToCityId": 4,
        "TariffId": 5,
        "FlightId": 6
      },
      "TransferData": {
        "TransferId": 1,
        "TransportId": 2
      },
      "ExcursionData": {
        "ExcursionId": 1,
        "TransportId": 2
      },
      "CruiseData": {
        "ShipId": 1,
        "CabinId": 2,
        "BoardingId": 3,
        "RoomAccommodationId": 4
      },
      "AdditionalData": {
        "AdditionalServiceId": 1,
        "AddDescription1Id": 2,
        "AddDescription2Id": 3
      },
      "TariffServicePrices": [
        {
          "Id": 1,
          "TourTariffId": "sample string 2",
          "TourServiceId": 3,
          "TourServiceKey": "sample string 4",
          "HasVariants": true,
          "IncludeInCost": true,
          "IsCommissionService": true,
          "IsGroupService": true,
          "Netto": 9.1,
          "AgentPrice": 10.1,
          "ClientPrice": 11.1,
          "Quota": 1,
          "HotelServicePrices": [
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            },
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            }
          ]
        },
        {
          "Id": 1,
          "TourTariffId": "sample string 2",
          "TourServiceId": 3,
          "TourServiceKey": "sample string 4",
          "HasVariants": true,
          "IncludeInCost": true,
          "IsCommissionService": true,
          "IsGroupService": true,
          "Netto": 9.1,
          "AgentPrice": 10.1,
          "ClientPrice": 11.1,
          "Quota": 1,
          "HotelServicePrices": [
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            },
            {
              "Id": 1,
              "RoomTypeId": 2,
              "RoomAccomodationId": 3,
              "BoardingId": 4,
              "IsDefault": true,
              "Netto": 6.1,
              "AgentPrice": 7.1,
              "ClientPrice": 8.1,
              "Quota": 1
            }
          ]
        }
      ]
    }
  ],
  "SelectedTariffs": [
    {
      "Id": 1,
      "TariffId": "sample string 2",
      "Name": "sample string 3",
      "AdultCount": 4,
      "ChildCount": 5,
      "ChildAgeSince": 6,
      "ChildAgeFor": 7,
      "Netto": 8.0,
      "Brutto": 9.0,
      "Commission": 10.0,
      "Charge": 11.0,
      "IsDefault": true
    },
    {
      "Id": 1,
      "TariffId": "sample string 2",
      "Name": "sample string 3",
      "AdultCount": 4,
      "ChildCount": 5,
      "ChildAgeSince": 6,
      "ChildAgeFor": 7,
      "Netto": 8.0,
      "Brutto": 9.0,
      "Commission": 10.0,
      "Charge": 11.0,
      "IsDefault": true
    }
  ],
  "BeginDateTime": {
    "Serialized": "01.01.1970",
    "HasValue": true,
    "Milliseconds": 3,
    "Format": "sample string 4"
  },
  "ShortDescription": "sample string 8",
  "FullDescription": "sample string 9",
  "TourConditions": "sample string 10",
  "CancellationConditions": "sample string 11",
  "ImagesInfo": {
    "ImagesUrls": [
      "sample string 1",
      "sample string 2"
    ],
    "PreviewImageUrl": "sample string 1"
  },
  "CityId": 12,
  "CityName": "sample string 13",
  "CountryId": 14,
  "CountryName": "sample string 15",
  "DefaultBeginTime": 16,
  "TourName": "sample string 17",
  "Price": 18.0,
  "Adults": 19,
  "Children": 20,
  "ActiveQuota": 21,
  "TourId": "sample string 22",
  "DontUseTariffs": true,
  "AdditionalServicePrices": [
    {
      "ServiceId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "Price": 4.1,
      "ServiceClassId": 5,
      "IsGroupService": true,
      "ActiveQuota": 1,
      "ServiceVariants": [
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        },
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        }
      ]
    },
    {
      "ServiceId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "Price": 4.1,
      "ServiceClassId": 5,
      "IsGroupService": true,
      "ActiveQuota": 1,
      "ServiceVariants": [
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        },
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        }
      ]
    }
  ],
  "HotelServicePrices": [
    {
      "ServiceId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "Price": 4.1,
      "ServiceClassId": 5,
      "IsGroupService": true,
      "ActiveQuota": 1,
      "ServiceVariants": [
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        },
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        }
      ]
    },
    {
      "ServiceId": 1,
      "Name": "sample string 2",
      "Description": "sample string 3",
      "Price": 4.1,
      "ServiceClassId": 5,
      "IsGroupService": true,
      "ActiveQuota": 1,
      "ServiceVariants": [
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        },
        {
          "ServiceVariantPriceId": 1,
          "Price": 2.1,
          "IsDefault": true,
          "Description": "sample string 4",
          "ActiveQuota": 1
        }
      ]
    }
  ],
  "SeatingArrangementInfos": [
    {
      "TransferId": 1,
      "TransportId": 2,
      "SeatingArrangements": [
        {
          "Id": 1,
          "SeatNumber": "sample string 2",
          "Type": 3,
          "XCoord": 4,
          "YCoord": 5
        },
        {
          "Id": 1,
          "SeatNumber": "sample string 2",
          "Type": 3,
          "XCoord": 4,
          "YCoord": 5
        }
      ]
    },
    {
      "TransferId": 1,
      "TransportId": 2,
      "SeatingArrangements": [
        {
          "Id": 1,
          "SeatNumber": "sample string 2",
          "Type": 3,
          "XCoord": 4,
          "YCoord": 5
        },
        {
          "Id": 1,
          "SeatNumber": "sample string 2",
          "Type": 3,
          "XCoord": 4,
          "YCoord": 5
        }
      ]
    }
  ],
  "Tariffs": [
    {
      "TariffId": 1,
      "TariffName": "sample string 2",
      "SelectedCount": 3,
      "AdultCount": 4,
      "ChildCount": 5,
      "ChildAgeSince": 6,
      "ChildAgeFor": 7,
      "Netto": 8.0,
      "Brutto": 9.0,
      "Commission": 10.0,
      "Charge": 11.0
    },
    {
      "TariffId": 1,
      "TariffName": "sample string 2",
      "SelectedCount": 3,
      "AdultCount": 4,
      "ChildCount": 5,
      "ChildAgeSince": 6,
      "ChildAgeFor": 7,
      "Netto": 8.0,
      "Brutto": 9.0,
      "Commission": 10.0,
      "Charge": 11.0
    }
  ],
  "LinkOffer": "sample string 24",
  "LinkConfidicial": "sample string 25",
  "RedirectUrl": "sample string 26",
  "ResultQueryInfo": {
    "ResultsCount": 1,
    "HasError": false,
    "Info": [],
    "CacheStorageTimeEnd": true,
    "RefreshPeriod": 0,
    "DelFromCacheDateTime": "2025-05-09T16:09:57.8135298+03:00",
    "UserMessages": "",
    "UserMessagesHtml": ""
  }
}

application/xml, text/xml

Sample:
<OwnTourInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Areas.Tour.Models.Dto">
  <RedirectUrl xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">sample string 26</RedirectUrl>
  <ResultQueryInfo xmlns="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <_x003C_DelFromCacheDateTime_x003E_k__BackingField>2025-05-09T16:09:57.8135298+03:00</_x003C_DelFromCacheDateTime_x003E_k__BackingField>
    <_x003C_ResultsCount_x003E_k__BackingField>1</_x003C_ResultsCount_x003E_k__BackingField>
    <info />
  </ResultQueryInfo>
  <ActiveQuota>21</ActiveQuota>
  <AdditionalServicePrices>
    <AdditionalServicePriceInfo>
      <ActiveQuota>1</ActiveQuota>
      <Description>sample string 3</Description>
      <IsGroupService>true</IsGroupService>
      <Name>sample string 2</Name>
      <Price>4.1</Price>
      <ServiceClassId>5</ServiceClassId>
      <ServiceId>1</ServiceId>
      <ServiceVariants>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
      </ServiceVariants>
    </AdditionalServicePriceInfo>
    <AdditionalServicePriceInfo>
      <ActiveQuota>1</ActiveQuota>
      <Description>sample string 3</Description>
      <IsGroupService>true</IsGroupService>
      <Name>sample string 2</Name>
      <Price>4.1</Price>
      <ServiceClassId>5</ServiceClassId>
      <ServiceId>1</ServiceId>
      <ServiceVariants>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
      </ServiceVariants>
    </AdditionalServicePriceInfo>
  </AdditionalServicePrices>
  <Adults>19</Adults>
  <BeginDateTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.Common.Contract">
    <d2p1:_format>sample string 4</d2p1:_format>
    <d2p1:_serialized>01.01.1970</d2p1:_serialized>
    <d2p1:_value>1970-01-01T03:00:00.003+03:00</d2p1:_value>
  </BeginDateTime>
  <CancellationConditions>sample string 11</CancellationConditions>
  <Children>20</Children>
  <CityId>12</CityId>
  <CityName>sample string 13</CityName>
  <CountryId>14</CountryId>
  <CountryName>sample string 15</CountryName>
  <DefaultBeginTime>16</DefaultBeginTime>
  <DontUseTariffs>true</DontUseTariffs>
  <Duration>7</Duration>
  <FullDescription>sample string 9</FullDescription>
  <HotelServicePrices>
    <AdditionalServicePriceInfo>
      <ActiveQuota>1</ActiveQuota>
      <Description>sample string 3</Description>
      <IsGroupService>true</IsGroupService>
      <Name>sample string 2</Name>
      <Price>4.1</Price>
      <ServiceClassId>5</ServiceClassId>
      <ServiceId>1</ServiceId>
      <ServiceVariants>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
      </ServiceVariants>
    </AdditionalServicePriceInfo>
    <AdditionalServicePriceInfo>
      <ActiveQuota>1</ActiveQuota>
      <Description>sample string 3</Description>
      <IsGroupService>true</IsGroupService>
      <Name>sample string 2</Name>
      <Price>4.1</Price>
      <ServiceClassId>5</ServiceClassId>
      <ServiceId>1</ServiceId>
      <ServiceVariants>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
        <TourServiceVariant>
          <ActiveQuota>1</ActiveQuota>
          <Description>sample string 4</Description>
          <IsDefault>true</IsDefault>
          <Price>2.1</Price>
          <ServiceVariantPriceId>1</ServiceVariantPriceId>
        </TourServiceVariant>
      </ServiceVariants>
    </AdditionalServicePriceInfo>
  </HotelServicePrices>
  <Id>1</Id>
  <ImagesInfo>
    <ImagesUrls xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </ImagesUrls>
    <PreviewImageUrl>sample string 1</PreviewImageUrl>
  </ImagesInfo>
  <LinkConfidicial>sample string 25</LinkConfidicial>
  <LinkOffer>sample string 24</LinkOffer>
  <Name>sample string 2</Name>
  <OwnerLegalId>5</OwnerLegalId>
  <OwnerLegalName>sample string 6</OwnerLegalName>
  <Price>18</Price>
  <SeatingArrangementInfos>
    <SeatingArrangementInfo>
      <SeatingArrangements>
        <SeatingArrangement>
          <Id>1</Id>
          <SeatNumber>sample string 2</SeatNumber>
          <Type>3</Type>
          <XCoord>4</XCoord>
          <YCoord>5</YCoord>
        </SeatingArrangement>
        <SeatingArrangement>
          <Id>1</Id>
          <SeatNumber>sample string 2</SeatNumber>
          <Type>3</Type>
          <XCoord>4</XCoord>
          <YCoord>5</YCoord>
        </SeatingArrangement>
      </SeatingArrangements>
      <TransferId>1</TransferId>
      <TransportId>2</TransportId>
    </SeatingArrangementInfo>
    <SeatingArrangementInfo>
      <SeatingArrangements>
        <SeatingArrangement>
          <Id>1</Id>
          <SeatNumber>sample string 2</SeatNumber>
          <Type>3</Type>
          <XCoord>4</XCoord>
          <YCoord>5</YCoord>
        </SeatingArrangement>
        <SeatingArrangement>
          <Id>1</Id>
          <SeatNumber>sample string 2</SeatNumber>
          <Type>3</Type>
          <XCoord>4</XCoord>
          <YCoord>5</YCoord>
        </SeatingArrangement>
      </SeatingArrangements>
      <TransferId>1</TransferId>
      <TransportId>2</TransportId>
    </SeatingArrangementInfo>
  </SeatingArrangementInfos>
  <SelectedTariffs>
    <TourTariff>
      <AdultCount>4</AdultCount>
      <Brutto>9</Brutto>
      <Charge>11</Charge>
      <ChildAgeFor>7</ChildAgeFor>
      <ChildAgeSince>6</ChildAgeSince>
      <ChildCount>5</ChildCount>
      <Commission>10</Commission>
      <Id>1</Id>
      <IsDefault>true</IsDefault>
      <Name>sample string 3</Name>
      <Netto>8</Netto>
      <TariffId>sample string 2</TariffId>
    </TourTariff>
    <TourTariff>
      <AdultCount>4</AdultCount>
      <Brutto>9</Brutto>
      <Charge>11</Charge>
      <ChildAgeFor>7</ChildAgeFor>
      <ChildAgeSince>6</ChildAgeSince>
      <ChildCount>5</ChildCount>
      <Commission>10</Commission>
      <Id>1</Id>
      <IsDefault>true</IsDefault>
      <Name>sample string 3</Name>
      <Netto>8</Netto>
      <TariffId>sample string 2</TariffId>
    </TourTariff>
  </SelectedTariffs>
  <ShortDescription>sample string 8</ShortDescription>
  <Tariffs>
    <TourTariffInfo>
      <AdultCount>4</AdultCount>
      <Brutto>9</Brutto>
      <Charge>11</Charge>
      <ChildAgeFor>7</ChildAgeFor>
      <ChildAgeSince>6</ChildAgeSince>
      <ChildCount>5</ChildCount>
      <Commission>10</Commission>
      <Netto>8</Netto>
      <SelectedCount>3</SelectedCount>
      <TariffId>1</TariffId>
      <TariffName>sample string 2</TariffName>
    </TourTariffInfo>
    <TourTariffInfo>
      <AdultCount>4</AdultCount>
      <Brutto>9</Brutto>
      <Charge>11</Charge>
      <ChildAgeFor>7</ChildAgeFor>
      <ChildAgeSince>6</ChildAgeSince>
      <ChildCount>5</ChildCount>
      <Commission>10</Commission>
      <Netto>8</Netto>
      <SelectedCount>3</SelectedCount>
      <TariffId>1</TariffId>
      <TariffName>sample string 2</TariffName>
    </TourTariffInfo>
  </Tariffs>
  <TourConditions>sample string 10</TourConditions>
  <TourId>sample string 22</TourId>
  <TourName>sample string 17</TourName>
  <TourServices>
    <TourItemService>
      <AdditionalData>
        <AddDescription1Id>2</AddDescription1Id>
        <AddDescription2Id>3</AddDescription2Id>
        <AdditionalServiceId>1</AdditionalServiceId>
      </AdditionalData>
      <AirflightData>
        <FlightId>6</FlightId>
        <FromCityId>2</FromCityId>
        <FromCountryId>1</FromCountryId>
        <TariffId>5</TariffId>
        <ToCityId>4</ToCityId>
        <ToCountryId>3</ToCountryId>
      </AirflightData>
      <CityId>1</CityId>
      <CountryId>6</CountryId>
      <CruiseData>
        <BoardingId>3</BoardingId>
        <CabinId>2</CabinId>
        <RoomAccommodationId>4</RoomAccommodationId>
        <ShipId>1</ShipId>
      </CruiseData>
      <Day>2</Day>
      <Duration>3</Duration>
      <DurationTime>8</DurationTime>
      <ExcursionData>
        <ExcursionId>1</ExcursionId>
        <TransportId>2</TransportId>
      </ExcursionData>
      <HotelData>
        <BoardingId>5</BoardingId>
        <HotelId>1</HotelId>
        <RoomAccommodationId>4</RoomAccommodationId>
        <RoomCategoryId>3</RoomCategoryId>
        <RoomTypeId>2</RoomTypeId>
      </HotelData>
      <Id>1</Id>
      <Name>sample string 4</Name>
      <PeopleCount>5</PeopleCount>
      <Quota>1</Quota>
      <RegionId>1</RegionId>
      <ServiceClass xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.MasterAgentDictionary.Contract.Entities">
        <d4p1:CanMaped>true</d4p1:CanMaped>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IsCity>true</d4p1:IsCity>
        <d4p1:IsExternal>true</d4p1:IsExternal>
        <d4p1:IsID1>true</d4p1:IsID1>
        <d4p1:IsID2>true</d4p1:IsID2>
        <d4p1:IsPredefined>true</d4p1:IsPredefined>
        <d4p1:MappingId>1</d4p1:MappingId>
        <d4p1:Name>sample string 2</d4p1:Name>
        <d4p1:NameLat>sample string 3</d4p1:NameLat>
        <d4p1:PartnerName>sample string 9</d4p1:PartnerName>
      </ServiceClass>
      <StartTime>7</StartTime>
      <TariffServicePrices>
        <TariffServicePrice>
          <AgentPrice>10.1</AgentPrice>
          <ClientPrice>11.1</ClientPrice>
          <HasVariants>true</HasVariants>
          <HotelServicePrices>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
          </HotelServicePrices>
          <Id>1</Id>
          <IncludeInCost>true</IncludeInCost>
          <IsCommissionService>true</IsCommissionService>
          <IsGroupService>true</IsGroupService>
          <Netto>9.1</Netto>
          <Quota>1</Quota>
          <TourServiceId>3</TourServiceId>
          <TourServiceKey>sample string 4</TourServiceKey>
          <TourTariffId>sample string 2</TourTariffId>
        </TariffServicePrice>
        <TariffServicePrice>
          <AgentPrice>10.1</AgentPrice>
          <ClientPrice>11.1</ClientPrice>
          <HasVariants>true</HasVariants>
          <HotelServicePrices>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
          </HotelServicePrices>
          <Id>1</Id>
          <IncludeInCost>true</IncludeInCost>
          <IsCommissionService>true</IsCommissionService>
          <IsGroupService>true</IsGroupService>
          <Netto>9.1</Netto>
          <Quota>1</Quota>
          <TourServiceId>3</TourServiceId>
          <TourServiceKey>sample string 4</TourServiceKey>
          <TourTariffId>sample string 2</TourTariffId>
        </TariffServicePrice>
      </TariffServicePrices>
      <TransferData>
        <TransferId>1</TransferId>
        <TransportId>2</TransportId>
      </TransferData>
    </TourItemService>
    <TourItemService>
      <AdditionalData>
        <AddDescription1Id>2</AddDescription1Id>
        <AddDescription2Id>3</AddDescription2Id>
        <AdditionalServiceId>1</AdditionalServiceId>
      </AdditionalData>
      <AirflightData>
        <FlightId>6</FlightId>
        <FromCityId>2</FromCityId>
        <FromCountryId>1</FromCountryId>
        <TariffId>5</TariffId>
        <ToCityId>4</ToCityId>
        <ToCountryId>3</ToCountryId>
      </AirflightData>
      <CityId>1</CityId>
      <CountryId>6</CountryId>
      <CruiseData>
        <BoardingId>3</BoardingId>
        <CabinId>2</CabinId>
        <RoomAccommodationId>4</RoomAccommodationId>
        <ShipId>1</ShipId>
      </CruiseData>
      <Day>2</Day>
      <Duration>3</Duration>
      <DurationTime>8</DurationTime>
      <ExcursionData>
        <ExcursionId>1</ExcursionId>
        <TransportId>2</TransportId>
      </ExcursionData>
      <HotelData>
        <BoardingId>5</BoardingId>
        <HotelId>1</HotelId>
        <RoomAccommodationId>4</RoomAccommodationId>
        <RoomCategoryId>3</RoomCategoryId>
        <RoomTypeId>2</RoomTypeId>
      </HotelData>
      <Id>1</Id>
      <Name>sample string 4</Name>
      <PeopleCount>5</PeopleCount>
      <Quota>1</Quota>
      <RegionId>1</RegionId>
      <ServiceClass xmlns:d4p1="http://schemas.datacontract.org/2004/07/Mag.TourGate.TourGateWebClient.Models.MasterAgentDictionary.Contract.Entities">
        <d4p1:CanMaped>true</d4p1:CanMaped>
        <d4p1:Id>1</d4p1:Id>
        <d4p1:IsCity>true</d4p1:IsCity>
        <d4p1:IsExternal>true</d4p1:IsExternal>
        <d4p1:IsID1>true</d4p1:IsID1>
        <d4p1:IsID2>true</d4p1:IsID2>
        <d4p1:IsPredefined>true</d4p1:IsPredefined>
        <d4p1:MappingId>1</d4p1:MappingId>
        <d4p1:Name>sample string 2</d4p1:Name>
        <d4p1:NameLat>sample string 3</d4p1:NameLat>
        <d4p1:PartnerName>sample string 9</d4p1:PartnerName>
      </ServiceClass>
      <StartTime>7</StartTime>
      <TariffServicePrices>
        <TariffServicePrice>
          <AgentPrice>10.1</AgentPrice>
          <ClientPrice>11.1</ClientPrice>
          <HasVariants>true</HasVariants>
          <HotelServicePrices>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
          </HotelServicePrices>
          <Id>1</Id>
          <IncludeInCost>true</IncludeInCost>
          <IsCommissionService>true</IsCommissionService>
          <IsGroupService>true</IsGroupService>
          <Netto>9.1</Netto>
          <Quota>1</Quota>
          <TourServiceId>3</TourServiceId>
          <TourServiceKey>sample string 4</TourServiceKey>
          <TourTariffId>sample string 2</TourTariffId>
        </TariffServicePrice>
        <TariffServicePrice>
          <AgentPrice>10.1</AgentPrice>
          <ClientPrice>11.1</ClientPrice>
          <HasVariants>true</HasVariants>
          <HotelServicePrices>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
            <HotelServicePrice>
              <AgentPrice>7.1</AgentPrice>
              <BoardingId>4</BoardingId>
              <ClientPrice>8.1</ClientPrice>
              <Id>1</Id>
              <IsDefault>true</IsDefault>
              <Netto>6.1</Netto>
              <Quota>1</Quota>
              <RoomAccomodationId>3</RoomAccomodationId>
              <RoomTypeId>2</RoomTypeId>
            </HotelServicePrice>
          </HotelServicePrices>
          <Id>1</Id>
          <IncludeInCost>true</IncludeInCost>
          <IsCommissionService>true</IsCommissionService>
          <IsGroupService>true</IsGroupService>
          <Netto>9.1</Netto>
          <Quota>1</Quota>
          <TourServiceId>3</TourServiceId>
          <TourServiceKey>sample string 4</TourServiceKey>
          <TourTariffId>sample string 2</TourTariffId>
        </TariffServicePrice>
      </TariffServicePrices>
      <TransferData>
        <TransferId>1</TransferId>
        <TransportId>2</TransportId>
      </TransferData>
    </TourItemService>
  </TourServices>
  <TourTypeId>3</TourTypeId>
  <TourTypeName>sample string 4</TourTypeName>
</OwnTourInfoResponse>