Reservation
Click here for a complete list of operations.
GetTransferPrice
Gets Transfer Price List.
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 /sws/Reservation.asmx HTTP/1.1
Host: sejour.skymaxholidays.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.sansejour.com/GetTransferPrice"
<?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>
<GetTransferPrice xmlns="http://www.sansejour.com/">
<token>string</token>
<saleStartDate>dateTime</saleStartDate>
<from>string</from>
<to>string</to>
<fromHotel>string</fromHotel>
<toHotel>string</toHotel>
<transferType>string</transferType>
<transferDate>dateTime</transferDate>
</GetTransferPrice>
</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>
<GetTransferPriceResponse xmlns="http://www.sansejour.com/">
<GetTransferPriceResult>
<Message>string</Message>
<MessageCode>string</MessageCode>
<TransferPriceList>
<TransferPrice>
<FromHotelCode>string</FromHotelCode>
<FromHotelGiataCode>string</FromHotelGiataCode>
<ToHotelCode>string</ToHotelCode>
<ToHotelGiataCode>string</ToHotelGiataCode>
<From>string</From>
<To>string</To>
<FromHotel>string</FromHotel>
<ToHotel>string</ToHotel>
<TransferType>string</TransferType>
<ValidFrom>string</ValidFrom>
<ValidTo>string</ValidTo>
<SaleDateFrom>string</SaleDateFrom>
<AdultPrice>decimal</AdultPrice>
<ChildPrice>decimal</ChildPrice>
<InfantPrice>decimal</InfantPrice>
<MinimumChildAge>int</MinimumChildAge>
<MaximumChildAge>int</MaximumChildAge>
<MinimumInfantAge>int</MinimumInfantAge>
<MaximumInfantAge>int</MaximumInfantAge>
<IsAdultFoc>string</IsAdultFoc>
<IsFirstChildFoc>string</IsFirstChildFoc>
<IsFirstInfantFoc>string</IsFirstInfantFoc>
<Currency>string</Currency>
<TariffName>string</TariffName>
<TariffCalculationType>PerPerson or PerVehicle</TariffCalculationType>
<VATCode>string</VATCode>
<IsRoundTrip>boolean</IsRoundTrip>
<Rates xsi:nil="true" />
</TransferPrice>
<TransferPrice>
<FromHotelCode>string</FromHotelCode>
<FromHotelGiataCode>string</FromHotelGiataCode>
<ToHotelCode>string</ToHotelCode>
<ToHotelGiataCode>string</ToHotelGiataCode>
<From>string</From>
<To>string</To>
<FromHotel>string</FromHotel>
<ToHotel>string</ToHotel>
<TransferType>string</TransferType>
<ValidFrom>string</ValidFrom>
<ValidTo>string</ValidTo>
<SaleDateFrom>string</SaleDateFrom>
<AdultPrice>decimal</AdultPrice>
<ChildPrice>decimal</ChildPrice>
<InfantPrice>decimal</InfantPrice>
<MinimumChildAge>int</MinimumChildAge>
<MaximumChildAge>int</MaximumChildAge>
<MinimumInfantAge>int</MinimumInfantAge>
<MaximumInfantAge>int</MaximumInfantAge>
<IsAdultFoc>string</IsAdultFoc>
<IsFirstChildFoc>string</IsFirstChildFoc>
<IsFirstInfantFoc>string</IsFirstInfantFoc>
<Currency>string</Currency>
<TariffName>string</TariffName>
<TariffCalculationType>PerPerson or PerVehicle</TariffCalculationType>
<VATCode>string</VATCode>
<IsRoundTrip>boolean</IsRoundTrip>
<Rates xsi:nil="true" />
</TransferPrice>
</TransferPriceList>
<TransferSpoList>
<TransferSPO>
<TourOperator>string</TourOperator>
<SalesStartDate>dateTime</SalesStartDate>
<SalesEndDate>dateTime</SalesEndDate>
<ReservationStartDate>dateTime</ReservationStartDate>
<ReservationEndDate>dateTime</ReservationEndDate>
<DirectionFrom>string</DirectionFrom>
<DirectionTo>string</DirectionTo>
<TransferType>string</TransferType>
<Hotel>string</Hotel>
<Room>string</Room>
<RoomType>string</RoomType>
<BoardType>string</BoardType>
<FixedPrice>decimal</FixedPrice>
<DiscountAmount>decimal</DiscountAmount>
<Percentage>decimal</Percentage>
<Currency>string</Currency>
<FixedChildPrice>decimal</FixedChildPrice>
<FixedInfantPrice>decimal</FixedInfantPrice>
</TransferSPO>
<TransferSPO>
<TourOperator>string</TourOperator>
<SalesStartDate>dateTime</SalesStartDate>
<SalesEndDate>dateTime</SalesEndDate>
<ReservationStartDate>dateTime</ReservationStartDate>
<ReservationEndDate>dateTime</ReservationEndDate>
<DirectionFrom>string</DirectionFrom>
<DirectionTo>string</DirectionTo>
<TransferType>string</TransferType>
<Hotel>string</Hotel>
<Room>string</Room>
<RoomType>string</RoomType>
<BoardType>string</BoardType>
<FixedPrice>decimal</FixedPrice>
<DiscountAmount>decimal</DiscountAmount>
<Percentage>decimal</Percentage>
<Currency>string</Currency>
<FixedChildPrice>decimal</FixedChildPrice>
<FixedInfantPrice>decimal</FixedInfantPrice>
</TransferSPO>
</TransferSpoList>
</GetTransferPriceResult>
</GetTransferPriceResponse>
</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 /sws/Reservation.asmx HTTP/1.1
Host: sejour.skymaxholidays.net
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>
<GetTransferPrice xmlns="http://www.sansejour.com/">
<token>string</token>
<saleStartDate>dateTime</saleStartDate>
<from>string</from>
<to>string</to>
<fromHotel>string</fromHotel>
<toHotel>string</toHotel>
<transferType>string</transferType>
<transferDate>dateTime</transferDate>
</GetTransferPrice>
</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>
<GetTransferPriceResponse xmlns="http://www.sansejour.com/">
<GetTransferPriceResult>
<Message>string</Message>
<MessageCode>string</MessageCode>
<TransferPriceList>
<TransferPrice>
<FromHotelCode>string</FromHotelCode>
<FromHotelGiataCode>string</FromHotelGiataCode>
<ToHotelCode>string</ToHotelCode>
<ToHotelGiataCode>string</ToHotelGiataCode>
<From>string</From>
<To>string</To>
<FromHotel>string</FromHotel>
<ToHotel>string</ToHotel>
<TransferType>string</TransferType>
<ValidFrom>string</ValidFrom>
<ValidTo>string</ValidTo>
<SaleDateFrom>string</SaleDateFrom>
<AdultPrice>decimal</AdultPrice>
<ChildPrice>decimal</ChildPrice>
<InfantPrice>decimal</InfantPrice>
<MinimumChildAge>int</MinimumChildAge>
<MaximumChildAge>int</MaximumChildAge>
<MinimumInfantAge>int</MinimumInfantAge>
<MaximumInfantAge>int</MaximumInfantAge>
<IsAdultFoc>string</IsAdultFoc>
<IsFirstChildFoc>string</IsFirstChildFoc>
<IsFirstInfantFoc>string</IsFirstInfantFoc>
<Currency>string</Currency>
<TariffName>string</TariffName>
<TariffCalculationType>PerPerson or PerVehicle</TariffCalculationType>
<VATCode>string</VATCode>
<IsRoundTrip>boolean</IsRoundTrip>
<Rates xsi:nil="true" />
</TransferPrice>
<TransferPrice>
<FromHotelCode>string</FromHotelCode>
<FromHotelGiataCode>string</FromHotelGiataCode>
<ToHotelCode>string</ToHotelCode>
<ToHotelGiataCode>string</ToHotelGiataCode>
<From>string</From>
<To>string</To>
<FromHotel>string</FromHotel>
<ToHotel>string</ToHotel>
<TransferType>string</TransferType>
<ValidFrom>string</ValidFrom>
<ValidTo>string</ValidTo>
<SaleDateFrom>string</SaleDateFrom>
<AdultPrice>decimal</AdultPrice>
<ChildPrice>decimal</ChildPrice>
<InfantPrice>decimal</InfantPrice>
<MinimumChildAge>int</MinimumChildAge>
<MaximumChildAge>int</MaximumChildAge>
<MinimumInfantAge>int</MinimumInfantAge>
<MaximumInfantAge>int</MaximumInfantAge>
<IsAdultFoc>string</IsAdultFoc>
<IsFirstChildFoc>string</IsFirstChildFoc>
<IsFirstInfantFoc>string</IsFirstInfantFoc>
<Currency>string</Currency>
<TariffName>string</TariffName>
<TariffCalculationType>PerPerson or PerVehicle</TariffCalculationType>
<VATCode>string</VATCode>
<IsRoundTrip>boolean</IsRoundTrip>
<Rates xsi:nil="true" />
</TransferPrice>
</TransferPriceList>
<TransferSpoList>
<TransferSPO>
<TourOperator>string</TourOperator>
<SalesStartDate>dateTime</SalesStartDate>
<SalesEndDate>dateTime</SalesEndDate>
<ReservationStartDate>dateTime</ReservationStartDate>
<ReservationEndDate>dateTime</ReservationEndDate>
<DirectionFrom>string</DirectionFrom>
<DirectionTo>string</DirectionTo>
<TransferType>string</TransferType>
<Hotel>string</Hotel>
<Room>string</Room>
<RoomType>string</RoomType>
<BoardType>string</BoardType>
<FixedPrice>decimal</FixedPrice>
<DiscountAmount>decimal</DiscountAmount>
<Percentage>decimal</Percentage>
<Currency>string</Currency>
<FixedChildPrice>decimal</FixedChildPrice>
<FixedInfantPrice>decimal</FixedInfantPrice>
</TransferSPO>
<TransferSPO>
<TourOperator>string</TourOperator>
<SalesStartDate>dateTime</SalesStartDate>
<SalesEndDate>dateTime</SalesEndDate>
<ReservationStartDate>dateTime</ReservationStartDate>
<ReservationEndDate>dateTime</ReservationEndDate>
<DirectionFrom>string</DirectionFrom>
<DirectionTo>string</DirectionTo>
<TransferType>string</TransferType>
<Hotel>string</Hotel>
<Room>string</Room>
<RoomType>string</RoomType>
<BoardType>string</BoardType>
<FixedPrice>decimal</FixedPrice>
<DiscountAmount>decimal</DiscountAmount>
<Percentage>decimal</Percentage>
<Currency>string</Currency>
<FixedChildPrice>decimal</FixedChildPrice>
<FixedInfantPrice>decimal</FixedInfantPrice>
</TransferSPO>
</TransferSpoList>
</GetTransferPriceResult>
</GetTransferPriceResponse>
</soap12:Body>
</soap12:Envelope>