XML Feed
China Hotels
Hotel Search Request
<?xml version="1.0" encoding="utf-8" ?>
<main action="" account="" password="" Domain="">
<condition>
<HotelCode />
<City />
<Startdate />
<Enddate />
<Hotelname />
<Language />
<Grade />
</condition>
<control>
<Type />
<PageMax />
<PageItem />
</control>
</main>
Node Illustration Form for Hotel Search Request
| Node |
Illustration |
| City |
The city where the hotel is located in |
| startdate |
The check-in date (yyyy-mm-dd) |
| enddate |
The check-out date (yyyy-mm-dd)
|
| Hotelname |
The name of the hotel
|
| Language |
The languages of your website (1=Englsih; 2=Chinese; 3=Japanese; 4=German; 5=French; 6=Spanish)
|
| Grade |
The rank of the hotel:
1=5-Stars; 2=4-Stars; 3=3-Stars; 4=2-Stars; 5=International Agency;
6=Domestic Agency; 7=Others; 8=Quasi-5-star; 9=Quasi-4-star
10=Guesthouse; 11=Apartment |
| HotelCode |
Code of the Hotel in our database
|
Hotel List Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="HOTELLIST">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<HotelCode></HotelCode>
<HotelName><![CDATA[]]></HotelName>
<HotelStart></HotelStart>
<HotelAddress><![CDATA[]]></HotelAddress>
<HotelIntro><![CDATA[]]></HotelIntro>
<HotelLOGOPicture><![CDATA[]]></HotelLOGOPicture>
<HotelTel></HotelTel>
</MainData>
</Data>
</main>
Node Illustration Form for Hotel List Response
| Node |
Illustration |
| HotelCode |
The code of the hotel in our database |
| HotelName |
The name of the hotel |
| HotelStar |
The star rank of the hotel |
| HotelAddress |
The adresss of the hotel |
| HotelIntro |
Introduction of the hotel |
| HotelLOGOPicture |
Picture of the hotel exterior |
| HotelTel |
Telephone number of the hotel |
Hotel Detail Information Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="HOTELDETAIL">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<HotelIntro><![CDATA[]]></HotelIntro>
<HotelService></HotelService>
<HotelLocal></HotelLocal>
<HotelFacilities></HotelFacilities>
</MainData>
</Data>
</main>
Node Illustration Form for Hotel Detail Information Response
| Node |
Illustration |
| HotelIntro |
Introduction of the hotel |
| HotelService |
The services the hotel offers |
| HotelLocal |
Hotel surroundings |
| HotelFacilities |
The facilities in the hotel |
Hotel Pictures Response
<?xml version="1.0" encoding="utf-8"?>
<main error="200" MethodName="HOTELPHOTO">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<Photos>
<PhotoName><![CDATA[#PII2_Name#]]></PhotoName>
<PhotoURL><![CDATA[#PicURL#]]></PhotoURL>
<PhotoIntro><![CDATA[#PII_ShortIntro#]]></PhotoIntro>
<PhotoType>#PII_ServiceType2#</PhotoType>
<ObjectType></ObjectType>
<ObjectCode></ObjectCode>
</Photos>
</MainData>
</Data>
</main>
Node Illustration Form for Hotel Pictures Response
| Node |
Illustration |
| PhotoName |
The name of the photo |
| PhotoURL |
The URL of the photo |
| PhotoIntro |
The introduction of the Photo |
| PhotoType |
The type of the Photo |
| ObjectType |
Picture type (a picture of hotel or a picture of room) |
| ObjectCode |
The code of the picture |
Hotel Room Quotation Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="HOTELROOMS">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<RoomCode></RoomCode>
<RoomName><![CDATA[]]></RoomName>
<RoomIntro><![CDATA[]]></RoomIntro>
<RoomPublishiPrice></RoomPublishiPrice>
<RoomSalePrice></RoomSalePrice>
<RoomLogoPictureURL><![CDATA[]]></RoomLogoPictureURL>
</MainData>
</Data>
</main>
Node Illustration Form for Hotel Room Quotation Response
| Node |
Illustration |
| RoomCode |
The code of the room in our database |
| RoomName |
The name of the room |
| RoomIntro |
The introduction of the room |
| RoomPublishiPrice |
Original price |
| RoomSalePrice |
Selling price |
| RoomLogoPictureURL |
URL of the picture of the room |
Hotel Booking Request
<?xml version="1.0" encoding="utf-8" ?>
<main action="BOOKINGHOTEL" account="" password="" Domain="">
<OrderInfo>
<HotelCode></HotelCode>
<HotelName></HotelName>
<RoomCode></RoomCode>
<RoomName></RoomName>
<RoomNumber></RoomNumber>
<CheckInDate></CheckInDate>
<CheckOutDate></CheckOutDate>
<EarlyTime></EarlyTime>
<LastTime></LastTime>
<ContactFirstName><![CDATA[]]></ContactFirstName>
<ContactLastName><![CDATA[]]></ContactLastName>
<ContactTitle></ContactTitle>
<NationalityCode></NationalityCode>
<Nationality></Nationality>
<Email><![CDATA[]]></Email>
<AlternativeEmail><![CDATA[]]></AlternativeEmail>
<Phone></Phone>
<Adults></Adults>
<Children></Children>
<Babies></Babies>
<Requirements><![CDATA[]]></Requirements>
<Price></Price>
<AddOns>
<AddOnsItem>
<AddOnsCode></AddOnsCode>
<AddOnsName></AddOnsName>
</AddOnsItem>
</AddOns>
<Guests>
<GuestItem>
<FirstName><![CDATA[]]></FirstName>
<LastName><![CDATA[]]></LastName>
</GuestItem>
</Guests>
</OrderInfo>
</main>
Node Illustration Form for Hotel Booking Request
| Node |
Illustration |
| HotelCode |
Hotel Code |
| HotelName |
Hotel Name |
| RoomCode |
Hotel Rooms Code |
| RoomName |
Booking Rooms’ Name |
| RoomNumber |
Rooms Booking Number |
| CheckInDate |
Check In Date |
| CheckOutDate |
Check Out Date |
| EarlyTime |
Earliest Confirmation time |
| LastTime |
Latest Confirmation time |
| ContactFirstName |
Contact Person’s first name |
| ContactLastName |
Contact person’s last name |
| ContactTitle |
title of the contact person |
| NationalityCode |
Contact person’s Nationality |
| Nationality |
Name of Nationality |
| Email |
Contact person Email |
| AlternativeEmail |
Contact person Alternative Email |
| Phone |
Contact person Phone Number |
| Adults |
Adults Number |
| Children |
Children Number |
| Babies |
Babies Number |
| Requirements |
Other Requirements |
| Price |
Total Price of this order |
| AddOns |
Add-ons Information |
| AddOnsCode |
Add-ons Code |
| AddOnsName |
Add-ons Name |
| Guests |
Guests information in the group |
| FirstName |
Guest fist name in the group |
| LastName |
Guest last name of in the group |
Hotel Booking Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200">
</main>
Node Illustration Form for Hotel Booking Response
| Node |
Illustration |
| main error="" |
Definition:
100=Paramater error
101=Paramater number Error
300=Server Error
102=Account Restriction
103=Account Error
200=Normal |
China Flights
Flights Search Request
<?xml version="1.0" encoding="gb2312" ?>
- <main action="" dstring="">
- <info>
<type />
<startcity />
<seccity />
<endcity />
<startdate />
<enddate />
</info>
- <addons>
- <rebate>
<aircomp />
<position />
<curebate />
</rebate>
</addons>
</main>
One-way Trip Flights Search
<?xml version="1.0" encoding="gb2312" ?>
- <main action="" dstring="">
- <info>
<type>1</type>
<startcity>PEK</startcity>
<seccity />
<endcity>KWL</endcity>
<startdate>2007-7-1</startdate>
<enddate />
</info>
</main>
Round-trip Flights Search
<?xml version="1.0" encoding="gb2312" ?>
- <main action="" dstring="">
- <info>
<type>2</type>
<startcity>PEK</startcity>
<seccity />
<endcity>KWL</endcity>
<startdate>2007-7-1</startdate>
<enddate>2007-7-3 </enddate>
</info>
</main>
Multiple-destinations Flights Search
<?xml version="1.0" encoding="gb2312" ?>
- <main action="" dstring="">
- <info>
<type>3</type>
<startcity>PEK</startcity>
<seccity>PVG</seccity>
<endcity>KWL</endcity>
<startdate>2007-7-1</startdate>
<enddate>2007-7-4</enddate>
</info>
</main>
Node Illustration Form for Flights Search Request, One-way Trip Flights Search, Round-trip Flights Search and Multiple-destinations Flights Search
| Node |
Illustration |
| Type |
Checking typle (1=one way, 2=round trip, 3=multiple destinations) |
| Startcity |
Departure city air code |
| Seccity |
Transferring city air code (multiple destinations)
|
| Endcity |
arriving city air code
|
| Startdate |
Flying date
|
| enddate |
Transferring city take off date (valid when type=3) |
| Aircomp |
Air company code
|
| Position |
Flight class
|
| Curebate |
Flights discount
|
| Action |
Action
|
| Dstring |
Reserved rights
|
Flights Search Response
<?xml version="1.0" encoding="gb2312" ?>
- <main error="">
- <flight>
- <flightsegment arrivaldatetime="" departuredatetime="" flightnumber=" " stopquantity="" ticket=" " departureairport="" arrivalairport="" equipment="" marketingairline="" fmeals="" buildprice="" fuelprice="" mile="" take="">
- <class>
<bookingclassavail agiocode="" agio="" seating="" />
</class>
</flightsegment>
</flight>
</main>
Node Illustration Form for Flights Search Response
| Node |
Illustration |
| Error |
Error (1=Paramater blank; 2=internal eror; 3=server is busy; 4=authorization error) |
| Arrivaldatetime |
Flights landing date and time |
| Departuredatetime |
Flight depart date and time
|
| Flightnumber |
The number of the flight
|
| Stopquantity |
Land on at other cities (except the destination city) or not? (0=no; 1=Yes) |
| Ticket |
E-tickes or not (0=No; 1=Yes) |
| Departureairport |
Departure airport
|
| Arrivalairport |
Arrival airport
|
| Equipment |
Flights type
|
| Marketingairline |
Air company
|
| Fmeals |
Including meals on plane or not (0=No; 1=Yes)
|
| Buildprice |
Airport tax
|
| Fuelprice |
Fuel surchage
|
| Mile |
Flying miles
|
| Take |
Flying duration
|
| Agiocode |
Flight class code
|
| Agio |
Flight class quotation
|
| Seating |
Seat available (10=more than 9 seats are available; 1-9= the exact number of seats left)
|
Flights Booking Request
<?xml version="1.0" encoding="utf-8" ?>
<main action="BOOKINGFLIGHT" account="" password="" Domain="">
<OrderInfo>
<Flights>
<FlightsNo></FlightsNo>
<Cabin></Cabin>
<DepartAirport></DepartAirport>
<ArrivalAirport></ArrivalAirport>
<DepartureDate></DepartureDate>
<DepartureTime></DepartureTime>
<ArrivalTime></ArrivalTime>
<PriceY></PriceY>
<FOI_Mile></FOI_Mile>
<Adults></Adults>
<Children></Children>
<Babies></Babies>
<Requirements><![CDATA[]]></Requirements>
<Price></Price>
</Flights>
<Contact>
<ContactLastName><![CDATA[]]></ContactLastName>
<ContactTitle></ContactTitle>
<NationalityCode></NationalityCode>
<Nationality></Nationality>
<Email><![CDATA[]]></Email>
<AlternativeEmail><![CDATA[]]></AlternativeEmail>
<Phone></Phone>
</Contact>
<AddOns>
<AddOnsItem>
<AddOnsCode></AddOnsCode>
<AddOnsName></AddOnsName>
</AddOnsItem>
</AddOns>
<Guests>
<GuestItem>
<FirstName><![CDATA[]]></FirstName>
<LastName><![CDATA[]]></LastName>
<Passport><![CDATA[]]></Passport>
</GuestItem>
</Guests>
</OrderInfo>
</main>
Node Illustration Form for Flights Booking Request
| Node |
Illustration |
| FlightsNo |
Flight Number |
| Cabin |
Cabin Reserved |
| DepartAirport |
Take off Airport |
| ArrivalAirport |
Landing Airport |
| DepartureDate |
Departure Date |
| DepartureTime |
Take off time |
| ArrivalTime |
Arrival Time |
| PriceY |
Price for Y cabin |
| FOI_Mile |
Flying Miles |
| Adults |
Adults Number |
| Children |
Children Number |
| Babies |
Babies Number |
| Requirements |
Other Requirements |
| Price |
Total Price of this order |
Contact |
Booking Person’s contact information |
| ContactFirstName |
First name of booking person |
| ContactLastName |
Last name of booking person |
| ContactTitle |
Title of contact person |
| NationalityCode |
Nationality Code |
| Nationality |
Nationality Name |
| Email |
Email of customer |
| AlternativeEmail |
Contact person’s alternative email |
| Phone |
Contact person’s phone number |
| AddOns |
Addons Information |
| AddOnsCode |
Addons Code |
| AddOnsName |
Addons Name |
| Guests |
Guest information in the group |
| FirstName |
Guests first name in the group |
| LastName |
Guests last name in the group |
| Passport |
Guest’s passport in the group |
Flight Booking Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200">
</main>
Node Illustration Form for Flights Booking Response
| Node |
Illustration |
| main error="" |
Definition:
100=Paramater error
101=Paramater number Error
300=Server Error
102=Account Restriction
103=Account Error
200=Normal |
Yangtze River Cruise Ship
Cruise Ship Search Request
<?xml version="1.0" encoding="utf-8" ?>
- <main action="" account="" password="" Domain="">
- <condition>
<ShipCode />
<Route />
<Destination />
<Length />
<StartDate />
<EndDate />
<Language />
</condition>
- <control>
<Type />
<PageMax />
<PageItem />
</control>
</main>
Node Illustration Form for Yangtze River Cruise Ship Search Request
| Node |
Illustration |
| ShipCode |
Code of the ship |
| Route |
Name of route |
| Destination |
The destination of the cruise
|
| Length |
The length of the cruise
|
| StartDate |
Cruise beginning date |
| EndDate |
Cruising Ending Date |
| Language |
Language returned
|
| Type |
Type (10=Whole, 20=divided pages, 30=recommendation)
|
| PageMax |
Page maximum recording number
|
| PageItem |
The current page
|
Cruise Ship Brief Introduction Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="CruiseOverview">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<ShipIntro />
<ShipSizeIntro />
<ShipFoodIntro />
<ShipEntertainmentIntro />
<ShipStart></ShipStart>
<ShipTipsIntro></ShipTipsIntro>
<ShipDealIntro></ShipDealIntro>
<ShipPhone></ShipPhone>
<ShipFeatures>
<ShipFeatureItem>
<FeatureName></FeatureName>
<FeaturePicture></FeaturePicture>
<FeatureIntro></FeatureIntro>
</ShipFeatureItem>
</ShipFeatures>
<ShipFacilities>
<ShipFacilitieItem>
<ShipFacilitieName></ShipFacilitieName>
<ShipFacilitieOwner></ShipFacilitieOwner>
</ShipFacilitieItem>
</ShipFacilities>
</MainData>
</Data>
</main>
Node Illustration Form for Cruise Ship Brief Introduction Response
| Node |
Illustration |
| ShipCode |
Code of the ship |
| ShipSizeIntro |
Ship size |
| ShipFoodIntro |
Food introduction on ship
|
| ShipEntertainmentIntro |
Entertainments information on ship
|
| ShipStart |
Ship star rank |
| ShipTipsIntro |
Special cruising notes |
| ShipDealIntro |
Ship promotion info
|
| ShipPhone |
Ship picture URL
|
| ShipFeatures |
Ship activity information
|
| FeatureName |
Activity name
|
| FeaturePicture |
Activity picture
|
| FeatureIntro |
Activity details
|
| ShipFacilities |
Ship facility introduction
|
| ShipFacilitieName |
Facility name
|
| ShipFacilitieOwner |
Facility availability
|
Cruise Ship List Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="CruiseList">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<ShipCode />
<ShipName />
<ShipStart />
<ShipType />
<ShipLeaveTime />
<ShipArriveTime />
<ShipIntro />
<ShipLOGOPicture />
<ShipDestination />
<CruiseDatas>
<StartData />
<EndData />
</CruiseDatas>
<ShipRooms>
<RoomCode />
<RoomName />
<RoomIntro />
<RoomPublishiPrice />
<RoomSalePrice />
<RoomPromotionPrice />
<RommStartDate></RommStartDate>
<RoomEndDate></RoomEndDate>
</ShipRooms>
</MainData>
</Data>
</main>
Node Illustration Form for Cruise Ship List Response
| Node |
Illustration |
| ShipCode |
Code of the ship |
| ShipName |
Ship name |
| ShipStart |
Ship star rank
|
| ShipType |
Cruising direction
|
| ShipLeaveTime |
Cruising departure time |
| ShipArriveTime |
Cruising arrival time |
| ShipIntro |
Ship brief introduction
|
| ShipLOGOPicture |
URL of the exterior of the cruise ship |
| ShipDestination |
Cruises destinations list
|
| CruiseDatas |
Departure dates of the cruise ship
|
| StartData |
Cruise ship start date
|
| EndData |
Ship arrival date |
| ShipRooms |
Ship’s room Information
|
| RoomCode |
Ship’s Room Number
|
| RoomName |
Room’s Name
|
| RoomIntro |
Room’s Introduction
|
| RoomPublishiPrice |
Original price
|
| RoomSalePrice |
Selling Price |
| RommStartDate |
Quotation effective Date |
| RoomEndDate |
Quotation invalid date
|
| RoomPromotionPrice |
Room’s Name
|
Cruise Ship Public Information Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="CruisePublic">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<ShipCompanys>
<ShipCompanyCode />
<ShipCompanyName />
<Cruises>
<CruiseCode></CruiseCode>
<CruiseName></CruiseName>
<CruiseRoutes>
<StartData></StartData>
<EndData></EndData>
</CruiseRoutes>
<ShipDestinations>
<DestinationNO></DestinationNO>
<DestinationCode></DestinationCode>
<DestinationName></DestinationName>
</ShipDestinations>
</Cruises>
<Ships>
<ShipCode></ShipCode>
<ShipName></ShipName>
</Ships>
</ShipCompanys>
</MainData>
</Data>
</main>
Node Illustration Form for Cruise Ship Public Information Response
| Node |
Illustration |
| ShipCompanyCode |
Ship series code |
| ShipCompanyName |
Ship series name |
| Cruises |
Cruising information |
| CruiseCode |
Cruising route code |
| CruiseName |
Route name |
| CruiseRoutes |
Cruise route information |
| StartData |
Cruise departure date |
| EndData |
Cruising ending date |
| ShipDestinations |
Cruise destination information |
| DestinationNO |
Destinations serial number |
| DestinationCode |
Destination Code |
| DestinationName |
Destination Name |
| Ships |
Ship Information |
| ShipCode |
Ship Code |
| ShipName |
Ship’s name |
Cruise Ship Picture Information Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="CruiseShipPhoto">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<Photos>
<PhotoName></PhotoName>
<PhotoURL></PhotoURL>
<PhotoIntro></PhotoIntro>
<PhotoType></PhotoType>
<ObjectType></ObjectType>
<ObjectCode></ObjectCode>
</Photos>
</MainData>
</Data>
</main>
Node Illustration Form for Cruise Ship Picture Information Response
| Node |
Illustration |
| PhotoName |
picture name |
| PhotoURL |
Picture URL |
| PhotoIntro |
Picture information |
| PhotoType |
Picture type |
| ObjectType |
Picture related type object |
| ObjectCode |
Related object code |
Rooms Information on Cruise Ship Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="CruiseShipRoom">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<Rooms>
<RoomCount></RoomCount>
<RoomService></RoomService>
<RoomIntro></RoomIntro>
<RoomPhotos>
<RoomPhotoItem>
<RoomPhotoURL></RoomPhotoURL>
<RoomPhotoType></RoomPhotoType>
</RoomPhotoItem>
</RoomPhotos>
<RoomPrices>
<PriceItem>
<RoomCode />
<RoomName />
<RoomIntro />
<RoomPublishiPrice />
<RoomSalePrice />
<RoomPromotionPrice />
<RoomAreaCode></RoomAreaCode>
<StartData></StartData>
<EndData></EndData>
</PriceItem>
</RoomPrices>
</Rooms>
</MainData>
</Data>
</main>
Node Illustration Form for Information about Rooms on Cruise Ship Response
| Node |
Illustration |
| RoomCount |
Room’s total number |
| RoomService |
Room’s service information |
| RoomIntro |
Romm’s brief introduction |
| RoomPhotos |
Room’s picture information |
| RoomPhotoURL |
picture URL |
| RoomPhotoType |
Picture Type |
| RoomPrices |
Room’s quotation information |
| RoomCode |
Room’s code |
| RoomName |
Room name |
| RoomIntro |
Room introduction |
| RoomPublishiPrice |
Room Published Rate |
| RoomSalePrice |
Room Selling Rate |
| RoomPromotionPrice |
Shipping room promotion price |
| RoomAreaCode |
price applying area and people |
| StartData |
quote effective date |
| EndData |
quote invalid date |
Cruises Booking Request
<?xml version="1.0" encoding="utf-8" ?>
<main action="BOOKINGCRUISE" account="" password="" Domain="">
<OrderInfo>
<CruiseCode></CruiseCode>
<CruiseName></CruiseName>
<ShipRoomCode></ShipRoomCode>
<ShipRoomName></ShipRoomName>
<ShipRoomNumber></ShipRoomNumber>
<ContactFirstName><![CDATA[]]></ContactFirstName>
<ContactLastName><![CDATA[]]></ContactLastName>
<NationalityCode></NationalityCode>
<Nationality></Nationality>
<Email><![CDATA[]]></Email>
<AlternativeEmail><![CDATA[]]></AlternativeEmail>
<Phone></Phone>
<TourStarting></TourStarting>
<Days></Days>
<Adults></Adults>
<Children></Children>
<Babies></Babies>
<Requirements><![CDATA[]]></Requirements>
<AddOns>
<AddOnsItem>
<AddOnsCode></AddOnsCode>
<AddOnsName></AddOnsName>
</AddOnsItem>
</AddOns>
<Guests>
<GuestItem>
<FirstName><![CDATA[]]></FirstName>
<LastName><![CDATA[]]></LastName>
</GuestItem>
</Guests>
</OrderInfo>
</main>
Node Illustration Form for Cruises Booking Request
| Node |
Illustration |
| CruiseCode |
Cruise code |
| CruiseName |
Cruise Name |
| ShipRoomCode |
Ship Room Code |
| ShipRoomName |
Ship Room Name |
| ShipRoomNumber |
Ship Room Number |
| ContactFirstName |
Contact Person First Name |
| ContactLastName |
Contact Person Last Name |
| NationalityCode |
Contact Person Nationality |
| Nationality |
Contact Person’s country name |
| Email |
Contact person email |
| AlternativeEmail |
Alternative Email of contact person |
| Phone |
Contact person’s phone number |
| TourStarting |
Cruising Start time |
| Days |
Number of Days |
| Adults |
Adults number |
| Children |
Children Number |
| Babies |
Babies Number |
| Requirements |
other Requirement |
| AddOns |
Addons List |
| AddOnsCode |
Addons Code |
| AddOnsName |
Name of Addons |
| Guests |
Other guests name |
| FirstName |
First name of other guests |
| LastName |
Last name of other guests |
Cruises Booking Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200">
</main>
Node Illustration Form for Cruises Booking Response
| Node |
Illustration |
| main error="" |
Definition:
100=Paramater error
101=Paramater number Error
300=Server Error
102=Account Restriction
103=Account Error
200=Normal |
China Tours
Tours Booking Request
<?xml version="1.0" encoding="utf-8" ?>
<main action="BOOKINGTOUR" account="" password="" Domain="">
<OrderInfo>
<TourCode></TourCode>
<ContactFirstName><![CDATA[]]></ContactFirstName>
<ContactLastName><![CDATA[]]></ContactLastName>
<NationalityCode></NationalityCode>
<Nationality></Nationality>
<Email><![CDATA[]]></Email>
<AlternativeEmail><![CDATA[]]></AlternativeEmail>
<Phone></Phone>
<TourStarting></TourStarting>
<Days></Days>
<Adults></Adults>
<Children></Children>
<Babies></Babies>
<Requirements><![CDATA[]]></Requirements>
<AddOns>
<AddOnsItem>
<AddOnsCode></AddOnsCode>
<AddOnsName></AddOnsName>
</AddOnsItem>
</AddOns>
<Guests>
<GuestItem>
<FirstName><![CDATA[]]></FirstName>
<LastName><![CDATA[]]></LastName>
</GuestItem>
</Guests>
</OrderInfo>
</main>
Node Illustration Form for Tours Booking Request
| Node |
Illustration |
| TourCode |
Tour code |
| ContactFirstName |
Booking person’s first name |
| ContactLastName |
Booking person’s last name |
| NationalityCode |
Nationality |
| Nationality |
Name of the country |
| Email |
Booking person’s email |
| AlternativeEmail |
Booking person’s Alternative email |
| Phone |
Booking person phone number |
| TourStarting |
Tour Starting Date |
| Days |
Traveling Days |
| Adults |
Adults Number |
| Children |
Children Number |
| Babies |
Babies Number |
| Requirements |
Other Requirements |
| AddOns |
Add-ons Information |
| AddOnsCode |
Add-ons Code |
| AddOnsName |
Add-ons Name |
| Guests |
Guests Information in the group |
| FirstName |
Guest first name in the group |
| LastName |
Guests last name in the group |
Tours Booking Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200">
</main>
Node Illustration Form for Cruises Booking Response
| Node |
Illustration |
| main error="" |
Definition:
100=Paramater error
101=Paramater number Error
300=Server Error
102=Account Restriction
103=Account Error
200=Normal |
Tours Booking Search Request
<?xml version="1.0" encoding="utf-8" ?>
<main action="BOOKINGINFO" account="" password="" Domain="">
<OrderInfo>
<OrderNO></OrderNO>
<ContactName></ContactName>
<OrderType></OrderType>
<OrderStartDate></OrderStartDate>
<OrderEndDate></OrderEndDate>
</OrderInfo>
</main>
Node Illustration Form for Tours Booking Search Request
| Node |
Illustration |
| OrderNO |
Order Number |
| ContactName |
Contact person Name |
| OrderType |
Type of Order(A=hotel; 4=cruises; 3=flights) |
| OrderStartDate |
Booking beginning Date |
| OrderEndDate |
Booking ending date |
Tours Booking Search Response
<?xml version="1.0" encoding="utf-8" ?>
<main error="200" MethodName="BOOKINGINFO">
<Condition>ConditionName=ConditionValue;ConditionName=ConditionValue</Condition>
<Data>
<MainData>
<OrderNO></OrderNO>
<OrderCreateDate></OrderCreateDate>
<OrderPrice></OrderPrice>
<OrderState></OrderState>
<OrderDetail></OrderDetail>
<ContactFirstName></ContactFirstName>
<ContactLastName></ContactLastName>
<ContactPhone></ContactPhone>
<ContactMail></ContactMail>
<ContactAddrs></ContactAddrs>
<Guests>
<GuestItem>
<FirstName></FirstName>
<LastName></LastName>
<Passport></Passport>
</GuestItem>
</Guests>
</MainData>
</Data>
</main>
Node Illustration Form for Tours Booking Search Response
| Node |
Illustration |
| OrderNO |
Order Number |
| OrderCreateDate |
Order Beginning Date |
| OrderPrice |
Order Price |
| OrderState |
Order State |
| OrderDetail |
Order Detailed |
| ContactFirstName |
Contact person first name |
| ContactLastName |
Contact person last name |
| ContactPhone |
Contact person Phone number |
| ContactMail |
Contact person Email |
| ContactAddrs |
Contact Person Address |
| Guests |
Guests Information in the group |
| FirstName |
Guests first name in the group |
| LastName |
Guests last name in the group |
| Passport |
Guests passports in the group |