StaticData


Click here for a complete list of operations.

GetHolPackDetail

Holpack Detail returns as list object
Parameters

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /TvWebServices/StaticData.asmx HTTP/1.1
Host: tivrona.tourvisio.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.tourvisio.com/GetHolPackDetail"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetHolPackDetail xmlns="http://www.tourvisio.com/">
      <token>string</token>
      <Package>string</Package>
      <Hotel>string</Hotel>
      <DepartureDate>dateTime</DepartureDate>
      <Duration>int</Duration>
      <errorMsg>string</errorMsg>
    </GetHolPackDetail>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetHolPackDetailResponse xmlns="http://www.tourvisio.com/">
      <GetHolPackDetailResult>
        <mdlHolPack>
          <RecID>int</RecID>
          <Code>string</Code>
          <OrjName>string</OrjName>
          <Name>string</Name>
          <NameLocal>string</NameLocal>
          <ShortName>string</ShortName>
          <Direction>Abroad or Domestic or Other</Direction>
          <Category>int</Category>
          <CategoryDescription>string</CategoryDescription>
          <B2BMenuCategory>string</B2BMenuCategory>
          <DepCity>int</DepCity>
          <ArrCity>int</ArrCity>
          <DepCityName>string</DepCityName>
          <ArrCityName>string</ArrCityName>
          <BegDate>dateTime</BegDate>
          <EndDate>dateTime</EndDate>
          <Active>string</Active>
          <B2BActive>boolean</B2BActive>
          <B2CActive>boolean</B2CActive>
          <WebPubDate>dateTime</WebPubDate>
          <Description>string</Description>
          <LocalDescription>string</LocalDescription>
          <Duration>int</Duration>
          <AccomNights>string</AccomNights>
          <PackageTypeID>string</PackageTypeID>
          <PackageTypeDesc>string</PackageTypeDesc>
          <FixPriceInf>decimal</FixPriceInf>
          <FixPriceChd1>decimal</FixPriceChd1>
          <FixPriceChd2>decimal</FixPriceChd2>
        </mdlHolPack>
        <mdlHolPack>
          <RecID>int</RecID>
          <Code>string</Code>
          <OrjName>string</OrjName>
          <Name>string</Name>
          <NameLocal>string</NameLocal>
          <ShortName>string</ShortName>
          <Direction>Abroad or Domestic or Other</Direction>
          <Category>int</Category>
          <CategoryDescription>string</CategoryDescription>
          <B2BMenuCategory>string</B2BMenuCategory>
          <DepCity>int</DepCity>
          <ArrCity>int</ArrCity>
          <DepCityName>string</DepCityName>
          <ArrCityName>string</ArrCityName>
          <BegDate>dateTime</BegDate>
          <EndDate>dateTime</EndDate>
          <Active>string</Active>
          <B2BActive>boolean</B2BActive>
          <B2CActive>boolean</B2CActive>
          <WebPubDate>dateTime</WebPubDate>
          <Description>string</Description>
          <LocalDescription>string</LocalDescription>
          <Duration>int</Duration>
          <AccomNights>string</AccomNights>
          <PackageTypeID>string</PackageTypeID>
          <PackageTypeDesc>string</PackageTypeDesc>
          <FixPriceInf>decimal</FixPriceInf>
          <FixPriceChd1>decimal</FixPriceChd1>
          <FixPriceChd2>decimal</FixPriceChd2>
        </mdlHolPack>
      </GetHolPackDetailResult>
      <errorMsg>string</errorMsg>
    </GetHolPackDetailResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /TvWebServices/StaticData.asmx HTTP/1.1
Host: tivrona.tourvisio.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetHolPackDetail xmlns="http://www.tourvisio.com/">
      <token>string</token>
      <Package>string</Package>
      <Hotel>string</Hotel>
      <DepartureDate>dateTime</DepartureDate>
      <Duration>int</Duration>
      <errorMsg>string</errorMsg>
    </GetHolPackDetail>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetHolPackDetailResponse xmlns="http://www.tourvisio.com/">
      <GetHolPackDetailResult>
        <mdlHolPack>
          <RecID>int</RecID>
          <Code>string</Code>
          <OrjName>string</OrjName>
          <Name>string</Name>
          <NameLocal>string</NameLocal>
          <ShortName>string</ShortName>
          <Direction>Abroad or Domestic or Other</Direction>
          <Category>int</Category>
          <CategoryDescription>string</CategoryDescription>
          <B2BMenuCategory>string</B2BMenuCategory>
          <DepCity>int</DepCity>
          <ArrCity>int</ArrCity>
          <DepCityName>string</DepCityName>
          <ArrCityName>string</ArrCityName>
          <BegDate>dateTime</BegDate>
          <EndDate>dateTime</EndDate>
          <Active>string</Active>
          <B2BActive>boolean</B2BActive>
          <B2CActive>boolean</B2CActive>
          <WebPubDate>dateTime</WebPubDate>
          <Description>string</Description>
          <LocalDescription>string</LocalDescription>
          <Duration>int</Duration>
          <AccomNights>string</AccomNights>
          <PackageTypeID>string</PackageTypeID>
          <PackageTypeDesc>string</PackageTypeDesc>
          <FixPriceInf>decimal</FixPriceInf>
          <FixPriceChd1>decimal</FixPriceChd1>
          <FixPriceChd2>decimal</FixPriceChd2>
        </mdlHolPack>
        <mdlHolPack>
          <RecID>int</RecID>
          <Code>string</Code>
          <OrjName>string</OrjName>
          <Name>string</Name>
          <NameLocal>string</NameLocal>
          <ShortName>string</ShortName>
          <Direction>Abroad or Domestic or Other</Direction>
          <Category>int</Category>
          <CategoryDescription>string</CategoryDescription>
          <B2BMenuCategory>string</B2BMenuCategory>
          <DepCity>int</DepCity>
          <ArrCity>int</ArrCity>
          <DepCityName>string</DepCityName>
          <ArrCityName>string</ArrCityName>
          <BegDate>dateTime</BegDate>
          <EndDate>dateTime</EndDate>
          <Active>string</Active>
          <B2BActive>boolean</B2BActive>
          <B2CActive>boolean</B2CActive>
          <WebPubDate>dateTime</WebPubDate>
          <Description>string</Description>
          <LocalDescription>string</LocalDescription>
          <Duration>int</Duration>
          <AccomNights>string</AccomNights>
          <PackageTypeID>string</PackageTypeID>
          <PackageTypeDesc>string</PackageTypeDesc>
          <FixPriceInf>decimal</FixPriceInf>
          <FixPriceChd1>decimal</FixPriceChd1>
          <FixPriceChd2>decimal</FixPriceChd2>
        </mdlHolPack>
      </GetHolPackDetailResult>
      <errorMsg>string</errorMsg>
    </GetHolPackDetailResponse>
  </soap12:Body>
</soap12:Envelope>