Tour


Click here for a complete list of operations.

GetHolPackList

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 /Tour.asmx HTTP/1.1
Host: tvws.paximum.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.tourvisio.com/GetHolPackList"

<?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>
    <GetHolPackList xmlns="http://www.tourvisio.com/">
      <token>string</token>
      <request>
        <RecID>int</RecID>
      </request>
      <errorMsg>string</errorMsg>
    </GetHolPackList>
  </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>
    <GetHolPackListResponse xmlns="http://www.tourvisio.com/">
      <GetHolPackListResult>
        <Body>
          <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>
            <GrpCode1>string</GrpCode1>
            <GrpCode2>string</GrpCode2>
            <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>
            <GrpCode1>string</GrpCode1>
            <GrpCode2>string</GrpCode2>
            <FixPriceInf>decimal</FixPriceInf>
            <FixPriceChd1>decimal</FixPriceChd1>
            <FixPriceChd2>decimal</FixPriceChd2>
          </mdlHolPack>
        </Body>
      </GetHolPackListResult>
      <errorMsg>string</errorMsg>
    </GetHolPackListResponse>
  </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 /Tour.asmx HTTP/1.1
Host: tvws.paximum.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>
    <GetHolPackList xmlns="http://www.tourvisio.com/">
      <token>string</token>
      <request>
        <RecID>int</RecID>
      </request>
      <errorMsg>string</errorMsg>
    </GetHolPackList>
  </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>
    <GetHolPackListResponse xmlns="http://www.tourvisio.com/">
      <GetHolPackListResult>
        <Body>
          <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>
            <GrpCode1>string</GrpCode1>
            <GrpCode2>string</GrpCode2>
            <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>
            <GrpCode1>string</GrpCode1>
            <GrpCode2>string</GrpCode2>
            <FixPriceInf>decimal</FixPriceInf>
            <FixPriceChd1>decimal</FixPriceChd1>
            <FixPriceChd2>decimal</FixPriceChd2>
          </mdlHolPack>
        </Body>
      </GetHolPackListResult>
      <errorMsg>string</errorMsg>
    </GetHolPackListResponse>
  </soap12:Body>
</soap12:Envelope>