Service1


Click here for a complete list of operations.

OtherSpoSend

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 /Tv2Sej/Service1.asmx HTTP/1.1
Host: enkanl.tourvisio.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/OtherSpoSend"

<?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>
    <OtherSpoSend xmlns="http://tempuri.org/">
      <OtherSpoParam>
        <OtherSpoList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejBoard>string</SejBoard>
          <SejBoardName>string</SejBoardName>
          <SpoNo>int</SpoNo>
          <SpoType>string</SpoType>
          <SellBegDate>dateTime</SellBegDate>
          <SellEndDate>dateTime</SellEndDate>
          <ResBegDate>dateTime</ResBegDate>
          <ResEndDate>dateTime</ResEndDate>
          <XStay>int</XStay>
          <YPay>int</YPay>
          <Price>double</Price>
          <ExtBedPrice>double</ExtBedPrice>
          <BoardPrice>double</BoardPrice>
          <PriceOpt>int</PriceOpt>
          <Remark>string</Remark>
          <PriceType>string</PriceType>
          <ChdRefAccom>string</ChdRefAccom>
          <ChdRefRoom>string</ChdRefRoom>
          <DaySpoType>int</DaySpoType>
          <EBSellPer>double</EBSellPer>
          <EBSellPrice>double</EBSellPrice>
          <RecDate>dateTime</RecDate>
          <EarlyApp>string</EarlyApp>
          <SpoOpt>string</SpoOpt>
          <EBChdOpt>string</EBChdOpt>
          <SellPer>double</SellPer>
          <DaySpoRatio>double</DaySpoRatio>
          <SellCur>string</SellCur>
          <Day1>int</Day1>
          <Day2>int</Day2>
          <SpeCode1>string</SpeCode1>
          <ContSpo>string</ContSpo>
          <EarlyAppType>string</EarlyAppType>
          <LongStayType>string</LongStayType>
          <LongContDay>int</LongContDay>
          <SupplierName>string</SupplierName>
          <EBSellChdPRice>double</EBSellChdPRice>
        </OtherSpoList>
        <OtherSpoList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejBoard>string</SejBoard>
          <SejBoardName>string</SejBoardName>
          <SpoNo>int</SpoNo>
          <SpoType>string</SpoType>
          <SellBegDate>dateTime</SellBegDate>
          <SellEndDate>dateTime</SellEndDate>
          <ResBegDate>dateTime</ResBegDate>
          <ResEndDate>dateTime</ResEndDate>
          <XStay>int</XStay>
          <YPay>int</YPay>
          <Price>double</Price>
          <ExtBedPrice>double</ExtBedPrice>
          <BoardPrice>double</BoardPrice>
          <PriceOpt>int</PriceOpt>
          <Remark>string</Remark>
          <PriceType>string</PriceType>
          <ChdRefAccom>string</ChdRefAccom>
          <ChdRefRoom>string</ChdRefRoom>
          <DaySpoType>int</DaySpoType>
          <EBSellPer>double</EBSellPer>
          <EBSellPrice>double</EBSellPrice>
          <RecDate>dateTime</RecDate>
          <EarlyApp>string</EarlyApp>
          <SpoOpt>string</SpoOpt>
          <EBChdOpt>string</EBChdOpt>
          <SellPer>double</SellPer>
          <DaySpoRatio>double</DaySpoRatio>
          <SellCur>string</SellCur>
          <Day1>int</Day1>
          <Day2>int</Day2>
          <SpeCode1>string</SpeCode1>
          <ContSpo>string</ContSpo>
          <EarlyAppType>string</EarlyAppType>
          <LongStayType>string</LongStayType>
          <LongContDay>int</LongContDay>
          <SupplierName>string</SupplierName>
          <EBSellChdPRice>double</EBSellChdPRice>
        </OtherSpoList>
      </OtherSpoParam>
      <UserCode>string</UserCode>
      <UserPass>string</UserPass>
    </OtherSpoSend>
  </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>
    <OtherSpoSendResponse xmlns="http://tempuri.org/">
      <OtherSpoSendResult>string</OtherSpoSendResult>
    </OtherSpoSendResponse>
  </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 /Tv2Sej/Service1.asmx HTTP/1.1
Host: enkanl.tourvisio.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>
    <OtherSpoSend xmlns="http://tempuri.org/">
      <OtherSpoParam>
        <OtherSpoList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejBoard>string</SejBoard>
          <SejBoardName>string</SejBoardName>
          <SpoNo>int</SpoNo>
          <SpoType>string</SpoType>
          <SellBegDate>dateTime</SellBegDate>
          <SellEndDate>dateTime</SellEndDate>
          <ResBegDate>dateTime</ResBegDate>
          <ResEndDate>dateTime</ResEndDate>
          <XStay>int</XStay>
          <YPay>int</YPay>
          <Price>double</Price>
          <ExtBedPrice>double</ExtBedPrice>
          <BoardPrice>double</BoardPrice>
          <PriceOpt>int</PriceOpt>
          <Remark>string</Remark>
          <PriceType>string</PriceType>
          <ChdRefAccom>string</ChdRefAccom>
          <ChdRefRoom>string</ChdRefRoom>
          <DaySpoType>int</DaySpoType>
          <EBSellPer>double</EBSellPer>
          <EBSellPrice>double</EBSellPrice>
          <RecDate>dateTime</RecDate>
          <EarlyApp>string</EarlyApp>
          <SpoOpt>string</SpoOpt>
          <EBChdOpt>string</EBChdOpt>
          <SellPer>double</SellPer>
          <DaySpoRatio>double</DaySpoRatio>
          <SellCur>string</SellCur>
          <Day1>int</Day1>
          <Day2>int</Day2>
          <SpeCode1>string</SpeCode1>
          <ContSpo>string</ContSpo>
          <EarlyAppType>string</EarlyAppType>
          <LongStayType>string</LongStayType>
          <LongContDay>int</LongContDay>
          <SupplierName>string</SupplierName>
          <EBSellChdPRice>double</EBSellChdPRice>
        </OtherSpoList>
        <OtherSpoList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejBoard>string</SejBoard>
          <SejBoardName>string</SejBoardName>
          <SpoNo>int</SpoNo>
          <SpoType>string</SpoType>
          <SellBegDate>dateTime</SellBegDate>
          <SellEndDate>dateTime</SellEndDate>
          <ResBegDate>dateTime</ResBegDate>
          <ResEndDate>dateTime</ResEndDate>
          <XStay>int</XStay>
          <YPay>int</YPay>
          <Price>double</Price>
          <ExtBedPrice>double</ExtBedPrice>
          <BoardPrice>double</BoardPrice>
          <PriceOpt>int</PriceOpt>
          <Remark>string</Remark>
          <PriceType>string</PriceType>
          <ChdRefAccom>string</ChdRefAccom>
          <ChdRefRoom>string</ChdRefRoom>
          <DaySpoType>int</DaySpoType>
          <EBSellPer>double</EBSellPer>
          <EBSellPrice>double</EBSellPrice>
          <RecDate>dateTime</RecDate>
          <EarlyApp>string</EarlyApp>
          <SpoOpt>string</SpoOpt>
          <EBChdOpt>string</EBChdOpt>
          <SellPer>double</SellPer>
          <DaySpoRatio>double</DaySpoRatio>
          <SellCur>string</SellCur>
          <Day1>int</Day1>
          <Day2>int</Day2>
          <SpeCode1>string</SpeCode1>
          <ContSpo>string</ContSpo>
          <EarlyAppType>string</EarlyAppType>
          <LongStayType>string</LongStayType>
          <LongContDay>int</LongContDay>
          <SupplierName>string</SupplierName>
          <EBSellChdPRice>double</EBSellChdPRice>
        </OtherSpoList>
      </OtherSpoParam>
      <UserCode>string</UserCode>
      <UserPass>string</UserPass>
    </OtherSpoSend>
  </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>
    <OtherSpoSendResponse xmlns="http://tempuri.org/">
      <OtherSpoSendResult>string</OtherSpoSendResult>
    </OtherSpoSendResponse>
  </soap12:Body>
</soap12:Envelope>