Export


Click here for a complete list of operations.

StartSejourGeneralExport

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/Export.asmx HTTP/1.1
Host: needtour.sansejour.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.sansejour.com/StartSejourGeneralExport"

<?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>
    <StartSejourGeneralExport xmlns="http://www.sansejour.com/">
      <token>string</token>
      <Params>
        <Opr>string</Opr>
        <DBName>string</DBName>
        <HotelCodes>
          <string>string</string>
          <string>string</string>
        </HotelCodes>
        <SeasonNumbers>
          <string>string</string>
          <string>string</string>
        </SeasonNumbers>
        <ExportDate>dateTime</ExportDate>
        <CreateUser>string</CreateUser>
        <MaxDegreeOfParallelism>int</MaxDegreeOfParallelism>
        <ExportRecID>int</ExportRecID>
        <ExportRecIDs>
          <int>int</int>
          <int>int</int>
        </ExportRecIDs>
        <AdditionalParams>string</AdditionalParams>
        <GenerateOnlyExportRecords>boolean</GenerateOnlyExportRecords>
      </Params>
    </StartSejourGeneralExport>
  </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>
    <StartSejourGeneralExportResponse xmlns="http://www.sansejour.com/">
      <StartSejourGeneralExportResult>
        <Success>boolean</Success>
        <Message>string</Message>
        <QueryStatistics>
          <mdlQueryStatisticWS>
            <Location>Contract or SpecialOffers or HotelExtra or Allotment or StopSale or MinStay or FreeSale or Kickback or HandlingFee or HotelAge or Transfer or ClosedHotels or GetOperatorGroup or GetSysparam or GetOperatorInfo or GetWebParameters or GetUserInfo or CurrencyConvert or SPOPaymentPlan or ContractPaymentPlan or GetRoomPrice or CancelationRule or GetFiySezon or GetContractViews or GetOtCocYasList or GetOtExtraInfo or GetOtelKonTabList or GetOtelOdaDtyList or GetCocuks2 or GetCocuks2d or GetOtelByHotelCode or GetAksUygSira or GetAksiyonInfo or Release or TmpGenelExport or MappingContractContainer or MappingExportModel or MappingTmpGenelExportModel or InsertTmpGenelExport or ConvertToDataTable or TmpGenelExportBulkInsert or GetHotelBoard or GetAksPansFarki or GetAksPansFarkiCocDty or GetExtBPansFarki</Location>
            <Seconds>string</Seconds>
          </mdlQueryStatisticWS>
          <mdlQueryStatisticWS>
            <Location>Contract or SpecialOffers or HotelExtra or Allotment or StopSale or MinStay or FreeSale or Kickback or HandlingFee or HotelAge or Transfer or ClosedHotels or GetOperatorGroup or GetSysparam or GetOperatorInfo or GetWebParameters or GetUserInfo or CurrencyConvert or SPOPaymentPlan or ContractPaymentPlan or GetRoomPrice or CancelationRule or GetFiySezon or GetContractViews or GetOtCocYasList or GetOtExtraInfo or GetOtelKonTabList or GetOtelOdaDtyList or GetCocuks2 or GetCocuks2d or GetOtelByHotelCode or GetAksUygSira or GetAksiyonInfo or Release or TmpGenelExport or MappingContractContainer or MappingExportModel or MappingTmpGenelExportModel or InsertTmpGenelExport or ConvertToDataTable or TmpGenelExportBulkInsert or GetHotelBoard or GetAksPansFarki or GetAksPansFarkiCocDty or GetExtBPansFarki</Location>
            <Seconds>string</Seconds>
          </mdlQueryStatisticWS>
        </QueryStatistics>
      </StartSejourGeneralExportResult>
    </StartSejourGeneralExportResponse>
  </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/Export.asmx HTTP/1.1
Host: needtour.sansejour.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>
    <StartSejourGeneralExport xmlns="http://www.sansejour.com/">
      <token>string</token>
      <Params>
        <Opr>string</Opr>
        <DBName>string</DBName>
        <HotelCodes>
          <string>string</string>
          <string>string</string>
        </HotelCodes>
        <SeasonNumbers>
          <string>string</string>
          <string>string</string>
        </SeasonNumbers>
        <ExportDate>dateTime</ExportDate>
        <CreateUser>string</CreateUser>
        <MaxDegreeOfParallelism>int</MaxDegreeOfParallelism>
        <ExportRecID>int</ExportRecID>
        <ExportRecIDs>
          <int>int</int>
          <int>int</int>
        </ExportRecIDs>
        <AdditionalParams>string</AdditionalParams>
        <GenerateOnlyExportRecords>boolean</GenerateOnlyExportRecords>
      </Params>
    </StartSejourGeneralExport>
  </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>
    <StartSejourGeneralExportResponse xmlns="http://www.sansejour.com/">
      <StartSejourGeneralExportResult>
        <Success>boolean</Success>
        <Message>string</Message>
        <QueryStatistics>
          <mdlQueryStatisticWS>
            <Location>Contract or SpecialOffers or HotelExtra or Allotment or StopSale or MinStay or FreeSale or Kickback or HandlingFee or HotelAge or Transfer or ClosedHotels or GetOperatorGroup or GetSysparam or GetOperatorInfo or GetWebParameters or GetUserInfo or CurrencyConvert or SPOPaymentPlan or ContractPaymentPlan or GetRoomPrice or CancelationRule or GetFiySezon or GetContractViews or GetOtCocYasList or GetOtExtraInfo or GetOtelKonTabList or GetOtelOdaDtyList or GetCocuks2 or GetCocuks2d or GetOtelByHotelCode or GetAksUygSira or GetAksiyonInfo or Release or TmpGenelExport or MappingContractContainer or MappingExportModel or MappingTmpGenelExportModel or InsertTmpGenelExport or ConvertToDataTable or TmpGenelExportBulkInsert or GetHotelBoard or GetAksPansFarki or GetAksPansFarkiCocDty or GetExtBPansFarki</Location>
            <Seconds>string</Seconds>
          </mdlQueryStatisticWS>
          <mdlQueryStatisticWS>
            <Location>Contract or SpecialOffers or HotelExtra or Allotment or StopSale or MinStay or FreeSale or Kickback or HandlingFee or HotelAge or Transfer or ClosedHotels or GetOperatorGroup or GetSysparam or GetOperatorInfo or GetWebParameters or GetUserInfo or CurrencyConvert or SPOPaymentPlan or ContractPaymentPlan or GetRoomPrice or CancelationRule or GetFiySezon or GetContractViews or GetOtCocYasList or GetOtExtraInfo or GetOtelKonTabList or GetOtelOdaDtyList or GetCocuks2 or GetCocuks2d or GetOtelByHotelCode or GetAksUygSira or GetAksiyonInfo or Release or TmpGenelExport or MappingContractContainer or MappingExportModel or MappingTmpGenelExportModel or InsertTmpGenelExport or ConvertToDataTable or TmpGenelExportBulkInsert or GetHotelBoard or GetAksPansFarki or GetAksPansFarkiCocDty or GetExtBPansFarki</Location>
            <Seconds>string</Seconds>
          </mdlQueryStatisticWS>
        </QueryStatistics>
      </StartSejourGeneralExportResult>
    </StartSejourGeneralExportResponse>
  </soap12:Body>
</soap12:Envelope>