Service1


Click here for a complete list of operations.

AllotmentSend

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/AllotmentSend"

<?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>
    <AllotmentSend xmlns="http://tempuri.org/">
      <AllotmentParam>
        <AllotmentList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SeasonNr>string</SeasonNr>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejRoomRef>string</SejRoomRef>
          <SejRoomRefName>string</SejRoomRefName>
          <SejAccomRef>string</SejAccomRef>
          <SejAccomRefName>string</SejAccomRefName>
          <Period>string</Period>
          <PerBegDate>dateTime</PerBegDate>
          <PerEndDate>dateTime</PerEndDate>
          <AllotCount>int</AllotCount>
          <SupplierName>string</SupplierName>
          <ContType>string</ContType>
        </AllotmentList>
        <AllotmentList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SeasonNr>string</SeasonNr>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejRoomRef>string</SejRoomRef>
          <SejRoomRefName>string</SejRoomRefName>
          <SejAccomRef>string</SejAccomRef>
          <SejAccomRefName>string</SejAccomRefName>
          <Period>string</Period>
          <PerBegDate>dateTime</PerBegDate>
          <PerEndDate>dateTime</PerEndDate>
          <AllotCount>int</AllotCount>
          <SupplierName>string</SupplierName>
          <ContType>string</ContType>
        </AllotmentList>
      </AllotmentParam>
      <UserCode>string</UserCode>
      <UserPass>string</UserPass>
    </AllotmentSend>
  </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>
    <AllotmentSendResponse xmlns="http://tempuri.org/">
      <AllotmentSendResult>string</AllotmentSendResult>
    </AllotmentSendResponse>
  </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>
    <AllotmentSend xmlns="http://tempuri.org/">
      <AllotmentParam>
        <AllotmentList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SeasonNr>string</SeasonNr>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejRoomRef>string</SejRoomRef>
          <SejRoomRefName>string</SejRoomRefName>
          <SejAccomRef>string</SejAccomRef>
          <SejAccomRefName>string</SejAccomRefName>
          <Period>string</Period>
          <PerBegDate>dateTime</PerBegDate>
          <PerEndDate>dateTime</PerEndDate>
          <AllotCount>int</AllotCount>
          <SupplierName>string</SupplierName>
          <ContType>string</ContType>
        </AllotmentList>
        <AllotmentList>
          <SejHotel>string</SejHotel>
          <SejHotelName>string</SejHotelName>
          <SejTurop>string</SejTurop>
          <SejTuropName>string</SejTuropName>
          <SeasonNr>string</SeasonNr>
          <SejRoom>string</SejRoom>
          <SejRoomName>string</SejRoomName>
          <SejAccom>string</SejAccom>
          <SejAccomName>string</SejAccomName>
          <SejRoomRef>string</SejRoomRef>
          <SejRoomRefName>string</SejRoomRefName>
          <SejAccomRef>string</SejAccomRef>
          <SejAccomRefName>string</SejAccomRefName>
          <Period>string</Period>
          <PerBegDate>dateTime</PerBegDate>
          <PerEndDate>dateTime</PerEndDate>
          <AllotCount>int</AllotCount>
          <SupplierName>string</SupplierName>
          <ContType>string</ContType>
        </AllotmentList>
      </AllotmentParam>
      <UserCode>string</UserCode>
      <UserPass>string</UserPass>
    </AllotmentSend>
  </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>
    <AllotmentSendResponse xmlns="http://tempuri.org/">
      <AllotmentSendResult>string</AllotmentSendResult>
    </AllotmentSendResponse>
  </soap12:Body>
</soap12:Envelope>