Service_V4_NoCache
Click here for a complete list of operations.
CheckAvailabilityWithCancellation_NoCache_LiveCalculation
(Cloned from V3 - RailGun Cache) Similar Clone to CheckAvailability Method above, but the result response provides cancellation policy for every rate returned. V2 Changes: Allow Searching by Nationality ID Instead of Market ID in V1
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 /Service_V4_NoCache.asmx HTTP/1.1 Host: valuation.darinab2b.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://travelcontrol.softexsw.us/CheckAvailabilityWithCancellation_NoCache_LiveCalculation" <?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> <CheckAvailabilityWithCancellation_NoCache_LiveCalculation xmlns="http://travelcontrol.softexsw.us/"> <SecStr>string</SecStr> <AccountName>string</AccountName> <UserName>string</UserName> <Password>string</Password> <AgentID>int</AgentID> <FromDate>string</FromDate> <ToDate>string</ToDate> <HotelID>int</HotelID> <RoomType>int</RoomType> <MealPlan>int</MealPlan> <OccupancyID>int</OccupancyID> <AdultPax>int</AdultPax> <ChildPax>int</ChildPax> <ChildrenAges> <int>int</int> <int>int</int> </ChildrenAges> <ExtraBedAdult>boolean</ExtraBedAdult> <ExtraBedChild>boolean</ExtraBedChild> <Nationality_CountryID>int</Nationality_CountryID> <CurrencyID>int</CurrencyID> <Availability>ShowAll or ShowAvailableOnly</Availability> <GetHotelImageLink>boolean</GetHotelImageLink> <GetHotelMapLink>boolean</GetHotelMapLink> <Source>int</Source> </CheckAvailabilityWithCancellation_NoCache_LiveCalculation> </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> <CheckAvailabilityWithCancellation_NoCache_LiveCalculationResponse xmlns="http://travelcontrol.softexsw.us/"> <CheckAvailabilityWithCancellation_NoCache_LiveCalculationResult>xml</CheckAvailabilityWithCancellation_NoCache_LiveCalculationResult> </CheckAvailabilityWithCancellation_NoCache_LiveCalculationResponse> </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 /Service_V4_NoCache.asmx HTTP/1.1 Host: valuation.darinab2b.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> <CheckAvailabilityWithCancellation_NoCache_LiveCalculation xmlns="http://travelcontrol.softexsw.us/"> <SecStr>string</SecStr> <AccountName>string</AccountName> <UserName>string</UserName> <Password>string</Password> <AgentID>int</AgentID> <FromDate>string</FromDate> <ToDate>string</ToDate> <HotelID>int</HotelID> <RoomType>int</RoomType> <MealPlan>int</MealPlan> <OccupancyID>int</OccupancyID> <AdultPax>int</AdultPax> <ChildPax>int</ChildPax> <ChildrenAges> <int>int</int> <int>int</int> </ChildrenAges> <ExtraBedAdult>boolean</ExtraBedAdult> <ExtraBedChild>boolean</ExtraBedChild> <Nationality_CountryID>int</Nationality_CountryID> <CurrencyID>int</CurrencyID> <Availability>ShowAll or ShowAvailableOnly</Availability> <GetHotelImageLink>boolean</GetHotelImageLink> <GetHotelMapLink>boolean</GetHotelMapLink> <Source>int</Source> </CheckAvailabilityWithCancellation_NoCache_LiveCalculation> </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> <CheckAvailabilityWithCancellation_NoCache_LiveCalculationResponse xmlns="http://travelcontrol.softexsw.us/"> <CheckAvailabilityWithCancellation_NoCache_LiveCalculationResult>xml</CheckAvailabilityWithCancellation_NoCache_LiveCalculationResult> </CheckAvailabilityWithCancellation_NoCache_LiveCalculationResponse> </soap12:Body> </soap12:Envelope>