WebService


Click here for a complete list of operations.

PerformBooking

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Username:
Password:
IdTourOperator:
ExpectedPrice:
DateFrom:
DateTo:
IdOffer:
IdRoom:
Adults:
ChildrenAges:
Ln:
Fn:
Births:
Pass:
Note:
TOBCode:
IdChanges:

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 /ws/v_01/WebService.asmx HTTP/1.1
Host: ws.ignasbooking.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://booking-01.memetic.it/PerformBooking"

<?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>
    <PerformBooking xmlns="http://booking-01.memetic.it/">
      <Username>string</Username>
      <Password>string</Password>
      <IdTourOperator>int</IdTourOperator>
      <ExpectedPrice>decimal</ExpectedPrice>
      <DateFrom>dateTime</DateFrom>
      <DateTo>dateTime</DateTo>
      <IdOffer>int</IdOffer>
      <IdRoom>int</IdRoom>
      <Adults>int</Adults>
      <ChildrenAges>string</ChildrenAges>
      <Ln>string</Ln>
      <Fn>string</Fn>
      <Births>string</Births>
      <Pass>string</Pass>
      <Note>string</Note>
      <TOBCode>string</TOBCode>
      <IdChanges>string</IdChanges>
    </PerformBooking>
  </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>
    <PerformBookingResponse xmlns="http://booking-01.memetic.it/">
      <BookingResult>
        <IdBooking>int</IdBooking>
        <Price>decimal</Price>
        <Currency>string</Currency>
        <BookingStatus>string</BookingStatus>
        <ExternalWebPosKey>string</ExternalWebPosKey>
      </BookingResult>
    </PerformBookingResponse>
  </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 /ws/v_01/WebService.asmx HTTP/1.1
Host: ws.ignasbooking.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>
    <PerformBooking xmlns="http://booking-01.memetic.it/">
      <Username>string</Username>
      <Password>string</Password>
      <IdTourOperator>int</IdTourOperator>
      <ExpectedPrice>decimal</ExpectedPrice>
      <DateFrom>dateTime</DateFrom>
      <DateTo>dateTime</DateTo>
      <IdOffer>int</IdOffer>
      <IdRoom>int</IdRoom>
      <Adults>int</Adults>
      <ChildrenAges>string</ChildrenAges>
      <Ln>string</Ln>
      <Fn>string</Fn>
      <Births>string</Births>
      <Pass>string</Pass>
      <Note>string</Note>
      <TOBCode>string</TOBCode>
      <IdChanges>string</IdChanges>
    </PerformBooking>
  </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>
    <PerformBookingResponse xmlns="http://booking-01.memetic.it/">
      <BookingResult>
        <IdBooking>int</IdBooking>
        <Price>decimal</Price>
        <Currency>string</Currency>
        <BookingStatus>string</BookingStatus>
        <ExternalWebPosKey>string</ExternalWebPosKey>
      </BookingResult>
    </PerformBookingResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /ws/v_01/WebService.asmx/PerformBooking?Username=string&Password=string&IdTourOperator=string&ExpectedPrice=string&DateFrom=string&DateTo=string&IdOffer=string&IdRoom=string&Adults=string&ChildrenAges=string&Ln=string&Fn=string&Births=string&Pass=string&Note=string&TOBCode=string&IdChanges=string HTTP/1.1
Host: ws.ignasbooking.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<BookingResult xmlns="http://booking-01.memetic.it/">
  <IdBooking>int</IdBooking>
  <Price>decimal</Price>
  <Currency>string</Currency>
  <BookingStatus>string</BookingStatus>
  <ExternalWebPosKey>string</ExternalWebPosKey>
</BookingResult>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /ws/v_01/WebService.asmx/PerformBooking HTTP/1.1
Host: ws.ignasbooking.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Username=string&Password=string&IdTourOperator=string&ExpectedPrice=string&DateFrom=string&DateTo=string&IdOffer=string&IdRoom=string&Adults=string&ChildrenAges=string&Ln=string&Fn=string&Births=string&Pass=string&Note=string&TOBCode=string&IdChanges=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<BookingResult xmlns="http://booking-01.memetic.it/">
  <IdBooking>int</IdBooking>
  <Price>decimal</Price>
  <Currency>string</Currency>
  <BookingStatus>string</BookingStatus>
  <ExternalWebPosKey>string</ExternalWebPosKey>
</BookingResult>