Common
Click here for a complete list of operations.
SaveWebParam
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 /Common.asmx HTTP/1.1
Host: sejourapi.royalstartravel.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.sansejour.com/SaveWebParam"
<?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>
<SaveWebParam xmlns="http://www.sansejour.com/">
<token>string</token>
<wp>
<invoiceText>string</invoiceText>
<invoiceBanka>string</invoiceBanka>
<firmalogo>base64Binary</firmalogo>
<logoWidth>int</logoWidth>
<logoHeight>int</logoHeight>
<weblogoShow>unsignedByte</weblogoShow>
<turopCode>string</turopCode>
<PriceSearchUser>string</PriceSearchUser>
<firmaKase>base64Binary</firmaKase>
<kaseWidth>int</kaseWidth>
<kaseHeight>int</kaseHeight>
<webKaseShow>unsignedByte</webKaseShow>
<commType>unsignedByte</commType>
<flightType>unsignedByte</flightType>
<insurType>unsignedByte</insurType>
<showComm>unsignedByte</showComm>
<autoVoucher>unsignedByte</autoVoucher>
<hasDomestic>unsignedByte</hasDomestic>
<hasPackage>unsignedByte</hasPackage>
<hasAdditional>unsignedByte</hasAdditional>
<hasVoucherPanel>unsignedByte</hasVoucherPanel>
<defArrTrfType>string</defArrTrfType>
<defDepTrfType>string</defDepTrfType>
<hideStopOrRelease>unsignedByte</hideStopOrRelease>
<showTrfRegion>unsignedByte</showTrfRegion>
<showLoginLogo>unsignedByte</showLoginLogo>
<showInvoiceLogo>unsignedByte</showInvoiceLogo>
<hasMobileServices>unsignedByte</hasMobileServices>
<operatorBaseComm>unsignedByte</operatorBaseComm>
<showHandlingFee>unsignedByte</showHandlingFee>
<defaultPageTitle>string</defaultPageTitle>
<announcementScrollSpeed>int</announcementScrollSpeed>
<HotelResultPerPage>int</HotelResultPerPage>
<RoomResultPerPage>int</RoomResultPerPage>
<denyMinStayAccom>unsignedByte</denyMinStayAccom>
<showChildPolicy>unsignedByte</showChildPolicy>
<showCancelPolicy>unsignedByte</showCancelPolicy>
<canEnterVisa>unsignedByte</canEnterVisa>
<checkCancellationRules>unsignedByte</checkCancellationRules>
<attentionActive>unsignedByte</attentionActive>
<ShowPriceListDetail>unsignedByte</ShowPriceListDetail>
<AllotmentControlInPriceSearch>unsignedByte</AllotmentControlInPriceSearch>
<AvailabilityDescription>unsignedByte</AvailabilityDescription>
<PartialSearchInRegion>unsignedByte</PartialSearchInRegion>
<displayContract>string</displayContract>
<calculateKickBack>unsignedByte</calculateKickBack>
<defaultSearchUrl>string</defaultSearchUrl>
<showMenuParam>string</showMenuParam>
<showAcentaLogoInVoucher>unsignedByte</showAcentaLogoInVoucher>
<showOptLogoInVoucher>unsignedByte</showOptLogoInVoucher>
<showGroupReservation>unsignedByte</showGroupReservation>
<accommodationListType>unsignedByte</accommodationListType>
<getMinPrice>unsignedByte</getMinPrice>
<showFlightInsurance>unsignedByte</showFlightInsurance>
<showCalcTrf>unsignedByte</showCalcTrf>
<hasGeneral>unsignedByte</hasGeneral>
<hasRentACar>unsignedByte</hasRentACar>
<psCurrType>string</psCurrType>
<hasVoucherPanelResRep>unsignedByte</hasVoucherPanelResRep>
<checkBookingRules>unsignedByte</checkBookingRules>
<hotelResultTabs>string</hotelResultTabs>
<trfCalcChecked>unsignedByte</trfCalcChecked>
<operatorBaseCommFlight_Ins>unsignedByte</operatorBaseCommFlight_Ins>
<upToDaySearch>string</upToDaySearch>
<showTvOprPriceInInvoiceList>unsignedByte</showTvOprPriceInInvoiceList>
<priceSearchCss>string</priceSearchCss>
<CacheTime>int</CacheTime>
<CacheLimit>int</CacheLimit>
<IsUseAsncSpo>boolean</IsUseAsncSpo>
<DisableCopyTextInHotelResult>unsignedByte</DisableCopyTextInHotelResult>
<DisplayQRCode>unsignedByte</DisplayQRCode>
<DisplayBarcode>unsignedByte</DisplayBarcode>
<DisplayResDateOnVoucher>unsignedByte</DisplayResDateOnVoucher>
<DisplayIssuedOnVoucher>unsignedByte</DisplayIssuedOnVoucher>
<DisplayEBPaymentPlanDate>unsignedByte</DisplayEBPaymentPlanDate>
<UseSysContactInfoOnVoucher>unsignedByte</UseSysContactInfoOnVoucher>
<ChildBirthDateCantBlank>unsignedByte</ChildBirthDateCantBlank>
<DisplayResComment>unsignedByte</DisplayResComment>
<CalculateHandlingFeeOnPriceSearch>unsignedByte</CalculateHandlingFeeOnPriceSearch>
<CheckWebUserLocation>unsignedByte</CheckWebUserLocation>
<AlwaysMakeAllotmentControlOnPriceSearch>boolean</AlwaysMakeAllotmentControlOnPriceSearch>
<CanGetReportAsPDF>unsignedByte</CanGetReportAsPDF>
<UseOprLogoForSubOnInvoice>unsignedByte</UseOprLogoForSubOnInvoice>
<DoNotMakeAllotmentControl>boolean</DoNotMakeAllotmentControl>
<DoNotSendDailyRatesInPriceSearchResponse>boolean</DoNotSendDailyRatesInPriceSearchResponse>
<FillCustomerFlightInfoWithDefInOnlyHotelRes>boolean</FillCustomerFlightInfoWithDefInOnlyHotelRes>
<InvoiceSearchCss>string</InvoiceSearchCss>
<CanCreateNewVoucher>boolean</CanCreateNewVoucher>
</wp>
</SaveWebParam>
</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>
<SaveWebParamResponse xmlns="http://www.sansejour.com/">
<SaveWebParamResult>boolean</SaveWebParamResult>
</SaveWebParamResponse>
</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 /Common.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>
<SaveWebParam xmlns="http://www.sansejour.com/">
<token>string</token>
<wp>
<invoiceText>string</invoiceText>
<invoiceBanka>string</invoiceBanka>
<firmalogo>base64Binary</firmalogo>
<logoWidth>int</logoWidth>
<logoHeight>int</logoHeight>
<weblogoShow>unsignedByte</weblogoShow>
<turopCode>string</turopCode>
<PriceSearchUser>string</PriceSearchUser>
<firmaKase>base64Binary</firmaKase>
<kaseWidth>int</kaseWidth>
<kaseHeight>int</kaseHeight>
<webKaseShow>unsignedByte</webKaseShow>
<commType>unsignedByte</commType>
<flightType>unsignedByte</flightType>
<insurType>unsignedByte</insurType>
<showComm>unsignedByte</showComm>
<autoVoucher>unsignedByte</autoVoucher>
<hasDomestic>unsignedByte</hasDomestic>
<hasPackage>unsignedByte</hasPackage>
<hasAdditional>unsignedByte</hasAdditional>
<hasVoucherPanel>unsignedByte</hasVoucherPanel>
<defArrTrfType>string</defArrTrfType>
<defDepTrfType>string</defDepTrfType>
<hideStopOrRelease>unsignedByte</hideStopOrRelease>
<showTrfRegion>unsignedByte</showTrfRegion>
<showLoginLogo>unsignedByte</showLoginLogo>
<showInvoiceLogo>unsignedByte</showInvoiceLogo>
<hasMobileServices>unsignedByte</hasMobileServices>
<operatorBaseComm>unsignedByte</operatorBaseComm>
<showHandlingFee>unsignedByte</showHandlingFee>
<defaultPageTitle>string</defaultPageTitle>
<announcementScrollSpeed>int</announcementScrollSpeed>
<HotelResultPerPage>int</HotelResultPerPage>
<RoomResultPerPage>int</RoomResultPerPage>
<denyMinStayAccom>unsignedByte</denyMinStayAccom>
<showChildPolicy>unsignedByte</showChildPolicy>
<showCancelPolicy>unsignedByte</showCancelPolicy>
<canEnterVisa>unsignedByte</canEnterVisa>
<checkCancellationRules>unsignedByte</checkCancellationRules>
<attentionActive>unsignedByte</attentionActive>
<ShowPriceListDetail>unsignedByte</ShowPriceListDetail>
<AllotmentControlInPriceSearch>unsignedByte</AllotmentControlInPriceSearch>
<AvailabilityDescription>unsignedByte</AvailabilityDescription>
<PartialSearchInRegion>unsignedByte</PartialSearchInRegion>
<displayContract>string</displayContract>
<calculateKickBack>unsignedByte</calculateKickBack>
<defaultSearchUrl>string</defaultSearchUrl>
<showMenuParam>string</showMenuParam>
<showAcentaLogoInVoucher>unsignedByte</showAcentaLogoInVoucher>
<showOptLogoInVoucher>unsignedByte</showOptLogoInVoucher>
<showGroupReservation>unsignedByte</showGroupReservation>
<accommodationListType>unsignedByte</accommodationListType>
<getMinPrice>unsignedByte</getMinPrice>
<showFlightInsurance>unsignedByte</showFlightInsurance>
<showCalcTrf>unsignedByte</showCalcTrf>
<hasGeneral>unsignedByte</hasGeneral>
<hasRentACar>unsignedByte</hasRentACar>
<psCurrType>string</psCurrType>
<hasVoucherPanelResRep>unsignedByte</hasVoucherPanelResRep>
<checkBookingRules>unsignedByte</checkBookingRules>
<hotelResultTabs>string</hotelResultTabs>
<trfCalcChecked>unsignedByte</trfCalcChecked>
<operatorBaseCommFlight_Ins>unsignedByte</operatorBaseCommFlight_Ins>
<upToDaySearch>string</upToDaySearch>
<showTvOprPriceInInvoiceList>unsignedByte</showTvOprPriceInInvoiceList>
<priceSearchCss>string</priceSearchCss>
<CacheTime>int</CacheTime>
<CacheLimit>int</CacheLimit>
<IsUseAsncSpo>boolean</IsUseAsncSpo>
<DisableCopyTextInHotelResult>unsignedByte</DisableCopyTextInHotelResult>
<DisplayQRCode>unsignedByte</DisplayQRCode>
<DisplayBarcode>unsignedByte</DisplayBarcode>
<DisplayResDateOnVoucher>unsignedByte</DisplayResDateOnVoucher>
<DisplayIssuedOnVoucher>unsignedByte</DisplayIssuedOnVoucher>
<DisplayEBPaymentPlanDate>unsignedByte</DisplayEBPaymentPlanDate>
<UseSysContactInfoOnVoucher>unsignedByte</UseSysContactInfoOnVoucher>
<ChildBirthDateCantBlank>unsignedByte</ChildBirthDateCantBlank>
<DisplayResComment>unsignedByte</DisplayResComment>
<CalculateHandlingFeeOnPriceSearch>unsignedByte</CalculateHandlingFeeOnPriceSearch>
<CheckWebUserLocation>unsignedByte</CheckWebUserLocation>
<AlwaysMakeAllotmentControlOnPriceSearch>boolean</AlwaysMakeAllotmentControlOnPriceSearch>
<CanGetReportAsPDF>unsignedByte</CanGetReportAsPDF>
<UseOprLogoForSubOnInvoice>unsignedByte</UseOprLogoForSubOnInvoice>
<DoNotMakeAllotmentControl>boolean</DoNotMakeAllotmentControl>
<DoNotSendDailyRatesInPriceSearchResponse>boolean</DoNotSendDailyRatesInPriceSearchResponse>
<FillCustomerFlightInfoWithDefInOnlyHotelRes>boolean</FillCustomerFlightInfoWithDefInOnlyHotelRes>
<InvoiceSearchCss>string</InvoiceSearchCss>
<CanCreateNewVoucher>boolean</CanCreateNewVoucher>
</wp>
</SaveWebParam>
</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>
<SaveWebParamResponse xmlns="http://www.sansejour.com/">
<SaveWebParamResult>boolean</SaveWebParamResult>
</SaveWebParamResponse>
</soap12:Body>
</soap12:Envelope>