Reservation
Click here for a complete list of operations.
GetConfirmationInfo
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 /Reservation.asmx HTTP/1.1
Host: sejourapi.royalstartravel.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.sansejour.com/GetConfirmationInfo"
<?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>
<GetConfirmationInfo xmlns="http://www.sansejour.com/">
<token>string</token>
<Params>
<DateCriterias>
<DateCriteria>
<Type>CREATION or SERVICEBEGINDATE or CONFIRMATION or VALIDITY or SERVICEDATE or CHANGE or SERVICEENDDATE</Type>
<From>dateTime</From>
<To>dateTime</To>
</DateCriteria>
<DateCriteria>
<Type>CREATION or SERVICEBEGINDATE or CONFIRMATION or VALIDITY or SERVICEDATE or CHANGE or SERVICEENDDATE</Type>
<From>dateTime</From>
<To>dateTime</To>
</DateCriteria>
</DateCriterias>
</Params>
</GetConfirmationInfo>
</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>
<GetConfirmationInfoResponse xmlns="http://www.sansejour.com/">
<GetConfirmationInfoResult>
<Items>
<ConfirmationInfoItem>
<TourOperatorCode>string</TourOperatorCode>
<Voucher>string</Voucher>
<OrderNumber>short</OrderNumber>
<ConfirmCode>string</ConfirmCode>
<ConfirmName>string</ConfirmName>
<ConfirmDate>dateTime</ConfirmDate>
<ResTypeCode>string</ResTypeCode>
<ResTypeName>string</ResTypeName>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<PartnerID>long</PartnerID>
<HotelCode>string</HotelCode>
<RoomCode>string</RoomCode>
<RoomTypeCode>string</RoomTypeCode>
<BoardCode>string</BoardCode>
<Adult>short</Adult>
<Child>short</Child>
<Infant>short</Infant>
<CheckIn>dateTime</CheckIn>
<CheckOut>dateTime</CheckOut>
<Night>int</Night>
<SubVoucher>string</SubVoucher>
</ConfirmationInfoItem>
<ConfirmationInfoItem>
<TourOperatorCode>string</TourOperatorCode>
<Voucher>string</Voucher>
<OrderNumber>short</OrderNumber>
<ConfirmCode>string</ConfirmCode>
<ConfirmName>string</ConfirmName>
<ConfirmDate>dateTime</ConfirmDate>
<ResTypeCode>string</ResTypeCode>
<ResTypeName>string</ResTypeName>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<PartnerID>long</PartnerID>
<HotelCode>string</HotelCode>
<RoomCode>string</RoomCode>
<RoomTypeCode>string</RoomTypeCode>
<BoardCode>string</BoardCode>
<Adult>short</Adult>
<Child>short</Child>
<Infant>short</Infant>
<CheckIn>dateTime</CheckIn>
<CheckOut>dateTime</CheckOut>
<Night>int</Night>
<SubVoucher>string</SubVoucher>
</ConfirmationInfoItem>
</Items>
</GetConfirmationInfoResult>
</GetConfirmationInfoResponse>
</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 /Reservation.asmx HTTP/1.1
Host: sejourapi.royalstartravel.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>
<GetConfirmationInfo xmlns="http://www.sansejour.com/">
<token>string</token>
<Params>
<DateCriterias>
<DateCriteria>
<Type>CREATION or SERVICEBEGINDATE or CONFIRMATION or VALIDITY or SERVICEDATE or CHANGE or SERVICEENDDATE</Type>
<From>dateTime</From>
<To>dateTime</To>
</DateCriteria>
<DateCriteria>
<Type>CREATION or SERVICEBEGINDATE or CONFIRMATION or VALIDITY or SERVICEDATE or CHANGE or SERVICEENDDATE</Type>
<From>dateTime</From>
<To>dateTime</To>
</DateCriteria>
</DateCriterias>
</Params>
</GetConfirmationInfo>
</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>
<GetConfirmationInfoResponse xmlns="http://www.sansejour.com/">
<GetConfirmationInfoResult>
<Items>
<ConfirmationInfoItem>
<TourOperatorCode>string</TourOperatorCode>
<Voucher>string</Voucher>
<OrderNumber>short</OrderNumber>
<ConfirmCode>string</ConfirmCode>
<ConfirmName>string</ConfirmName>
<ConfirmDate>dateTime</ConfirmDate>
<ResTypeCode>string</ResTypeCode>
<ResTypeName>string</ResTypeName>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<PartnerID>long</PartnerID>
<HotelCode>string</HotelCode>
<RoomCode>string</RoomCode>
<RoomTypeCode>string</RoomTypeCode>
<BoardCode>string</BoardCode>
<Adult>short</Adult>
<Child>short</Child>
<Infant>short</Infant>
<CheckIn>dateTime</CheckIn>
<CheckOut>dateTime</CheckOut>
<Night>int</Night>
<SubVoucher>string</SubVoucher>
</ConfirmationInfoItem>
<ConfirmationInfoItem>
<TourOperatorCode>string</TourOperatorCode>
<Voucher>string</Voucher>
<OrderNumber>short</OrderNumber>
<ConfirmCode>string</ConfirmCode>
<ConfirmName>string</ConfirmName>
<ConfirmDate>dateTime</ConfirmDate>
<ResTypeCode>string</ResTypeCode>
<ResTypeName>string</ResTypeName>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<PartnerID>long</PartnerID>
<HotelCode>string</HotelCode>
<RoomCode>string</RoomCode>
<RoomTypeCode>string</RoomTypeCode>
<BoardCode>string</BoardCode>
<Adult>short</Adult>
<Child>short</Child>
<Infant>short</Infant>
<CheckIn>dateTime</CheckIn>
<CheckOut>dateTime</CheckOut>
<Night>int</Night>
<SubVoucher>string</SubVoucher>
</ConfirmationInfoItem>
</Items>
</GetConfirmationInfoResult>
</GetConfirmationInfoResponse>
</soap12:Body>
</soap12:Envelope>