FlightWS


Click here for a complete list of operations.

BookCustom

Submit reservation and get list booking code by specific flights, return XML list PNR

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 /FlightWS.asmx HTTP/1.1
Host: api.datacom.vn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/BookCustom"

<?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:Header>
    <Authentication xmlns="http://tempuri.org/">
      <HeaderUser>string</HeaderUser>
      <HeaderPassword>string</HeaderPassword>
    </Authentication>
  </soap:Header>
  <soap:Body>
    <BookCustom xmlns="http://tempuri.org/">
      <Account>string</Account>
      <Password>string</Password>
      <Request>
        <Itinerary>int</Itinerary>
        <StartPoint>string</StartPoint>
        <EndPoint>string</EndPoint>
        <DepartDate>dateTime</DepartDate>
        <ReturnDate>dateTime</ReturnDate>
        <Adt>int</Adt>
        <Chd>int</Chd>
        <Inf>int</Inf>
        <AirlineDepart>string</AirlineDepart>
        <AirlineReturn>string</AirlineReturn>
        <FlightNumberDepart>string</FlightNumberDepart>
        <FlightNumberReturn>string</FlightNumberReturn>
        <PriceDepart>double</PriceDepart>
        <PriceReturn>double</PriceReturn>
        <AutoIssueTicketDepart>boolean</AutoIssueTicketDepart>
        <AutoIssueTicketReturn>boolean</AutoIssueTicketReturn>
        <UseAgentContact>boolean</UseAgentContact>
        <CompareOnBaseFare>boolean</CompareOnBaseFare>
        <Remark>string</Remark>
        <ListPassengers>
          <Passenger>
            <Index>int</Index>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <Type>string</Type>
            <Gender>boolean</Gender>
            <Email>string</Email>
            <Phone>string</Phone>
            <Birthday>dateTime</Birthday>
            <PassportExpiryDate>dateTime</PassportExpiryDate>
            <PassportIssueCountry>string</PassportIssueCountry>
            <PassportNumber>string</PassportNumber>
            <BaggageDeparture>string</BaggageDeparture>
            <BaggageReturn>string</BaggageReturn>
          </Passenger>
          <Passenger>
            <Index>int</Index>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <Type>string</Type>
            <Gender>boolean</Gender>
            <Email>string</Email>
            <Phone>string</Phone>
            <Birthday>dateTime</Birthday>
            <PassportExpiryDate>dateTime</PassportExpiryDate>
            <PassportIssueCountry>string</PassportIssueCountry>
            <PassportNumber>string</PassportNumber>
            <BaggageDeparture>string</BaggageDeparture>
            <BaggageReturn>string</BaggageReturn>
          </Passenger>
        </ListPassengers>
        <ContactInfo>
          <Gender>boolean</Gender>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Phone>string</Phone>
          <Email>string</Email>
          <ContactEmail>string</ContactEmail>
          <Address>string</Address>
          <Company>string</Company>
          <Lang>string</Lang>
        </ContactInfo>
      </Request>
    </BookCustom>
  </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>
    <BookCustomResponse xmlns="http://tempuri.org/">
      <BookCustomResult>
        <PNR>
          <OrderId>int</OrderId>
          <BookingCode>string</BookingCode>
          <ErrorMessage>string</ErrorMessage>
          <ExpiryDate>dateTime</ExpiryDate>
          <Airline>string</Airline>
          <Status>string</Status>
          <BookingImage>string</BookingImage>
          <Flight>string</Flight>
          <IssueTicket>boolean</IssueTicket>
          <OldCode>string</OldCode>
        </PNR>
        <PNR>
          <OrderId>int</OrderId>
          <BookingCode>string</BookingCode>
          <ErrorMessage>string</ErrorMessage>
          <ExpiryDate>dateTime</ExpiryDate>
          <Airline>string</Airline>
          <Status>string</Status>
          <BookingImage>string</BookingImage>
          <Flight>string</Flight>
          <IssueTicket>boolean</IssueTicket>
          <OldCode>string</OldCode>
        </PNR>
      </BookCustomResult>
    </BookCustomResponse>
  </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 /FlightWS.asmx HTTP/1.1
Host: api.datacom.vn
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:Header>
    <Authentication xmlns="http://tempuri.org/">
      <HeaderUser>string</HeaderUser>
      <HeaderPassword>string</HeaderPassword>
    </Authentication>
  </soap12:Header>
  <soap12:Body>
    <BookCustom xmlns="http://tempuri.org/">
      <Account>string</Account>
      <Password>string</Password>
      <Request>
        <Itinerary>int</Itinerary>
        <StartPoint>string</StartPoint>
        <EndPoint>string</EndPoint>
        <DepartDate>dateTime</DepartDate>
        <ReturnDate>dateTime</ReturnDate>
        <Adt>int</Adt>
        <Chd>int</Chd>
        <Inf>int</Inf>
        <AirlineDepart>string</AirlineDepart>
        <AirlineReturn>string</AirlineReturn>
        <FlightNumberDepart>string</FlightNumberDepart>
        <FlightNumberReturn>string</FlightNumberReturn>
        <PriceDepart>double</PriceDepart>
        <PriceReturn>double</PriceReturn>
        <AutoIssueTicketDepart>boolean</AutoIssueTicketDepart>
        <AutoIssueTicketReturn>boolean</AutoIssueTicketReturn>
        <UseAgentContact>boolean</UseAgentContact>
        <CompareOnBaseFare>boolean</CompareOnBaseFare>
        <Remark>string</Remark>
        <ListPassengers>
          <Passenger>
            <Index>int</Index>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <Type>string</Type>
            <Gender>boolean</Gender>
            <Email>string</Email>
            <Phone>string</Phone>
            <Birthday>dateTime</Birthday>
            <PassportExpiryDate>dateTime</PassportExpiryDate>
            <PassportIssueCountry>string</PassportIssueCountry>
            <PassportNumber>string</PassportNumber>
            <BaggageDeparture>string</BaggageDeparture>
            <BaggageReturn>string</BaggageReturn>
          </Passenger>
          <Passenger>
            <Index>int</Index>
            <FirstName>string</FirstName>
            <LastName>string</LastName>
            <Type>string</Type>
            <Gender>boolean</Gender>
            <Email>string</Email>
            <Phone>string</Phone>
            <Birthday>dateTime</Birthday>
            <PassportExpiryDate>dateTime</PassportExpiryDate>
            <PassportIssueCountry>string</PassportIssueCountry>
            <PassportNumber>string</PassportNumber>
            <BaggageDeparture>string</BaggageDeparture>
            <BaggageReturn>string</BaggageReturn>
          </Passenger>
        </ListPassengers>
        <ContactInfo>
          <Gender>boolean</Gender>
          <FirstName>string</FirstName>
          <LastName>string</LastName>
          <Phone>string</Phone>
          <Email>string</Email>
          <ContactEmail>string</ContactEmail>
          <Address>string</Address>
          <Company>string</Company>
          <Lang>string</Lang>
        </ContactInfo>
      </Request>
    </BookCustom>
  </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>
    <BookCustomResponse xmlns="http://tempuri.org/">
      <BookCustomResult>
        <PNR>
          <OrderId>int</OrderId>
          <BookingCode>string</BookingCode>
          <ErrorMessage>string</ErrorMessage>
          <ExpiryDate>dateTime</ExpiryDate>
          <Airline>string</Airline>
          <Status>string</Status>
          <BookingImage>string</BookingImage>
          <Flight>string</Flight>
          <IssueTicket>boolean</IssueTicket>
          <OldCode>string</OldCode>
        </PNR>
        <PNR>
          <OrderId>int</OrderId>
          <BookingCode>string</BookingCode>
          <ErrorMessage>string</ErrorMessage>
          <ExpiryDate>dateTime</ExpiryDate>
          <Airline>string</Airline>
          <Status>string</Status>
          <BookingImage>string</BookingImage>
          <Flight>string</Flight>
          <IssueTicket>boolean</IssueTicket>
          <OldCode>string</OldCode>
        </PNR>
      </BookCustomResult>
    </BookCustomResponse>
  </soap12:Body>
</soap12:Envelope>