wsReservation


Click here for a complete list of operations.

GetOrderInformation

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 /ResService/wsReservation.asmx HTTP/1.1
Host: tsuiteservice.it.ws.travelexplorer.com.br
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ws.travelsuite.com.br/GetOrderInformation"

<?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>
    <GetOrderInformation xmlns="http://ws.travelsuite.com.br">
      <PnrGroup>string</PnrGroup>
    </GetOrderInformation>
  </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>
    <GetOrderInformationResponse xmlns="http://ws.travelsuite.com.br">
      <GetOrderInformationResult>
        <AgentMarkupAmount>decimal</AgentMarkupAmount>
        <CouponAmount>decimal</CouponAmount>
        <BaseCurrency>string</BaseCurrency>
        <ChannelId>int</ChannelId>
        <CreateDate>dateTime</CreateDate>
        <OrderStatus>Created or Confirmed or Error or Finished or Archived or Cancelled or Rejected or PaidPartially or Released or Closed or RejectedCancel or Refund or ReleasedWithIssues</OrderStatus>
        <PnrGroup>string</PnrGroup>
        <TotalAmount>decimal</TotalAmount>
        <PnrInformation>
          <PnrInformation>
            <BlockPaymentOnAgency>boolean</BlockPaymentOnAgency>
            <ChannelCompany>string</ChannelCompany>
            <ChannelCompanyId>int</ChannelCompanyId>
            <ChannelName>string</ChannelName>
            <ChannelType>string</ChannelType>
            <ChannelId>int</ChannelId>
            <CompanyId>int</CompanyId>
            <CompanyName>string</CompanyName>
            <ContractId>int</ContractId>
            <ContractName>string</ContractName>
            <CreateDate>dateTime</CreateDate>
            <Currency>string</Currency>
            <CurrencyNet>string</CurrencyNet>
            <PaymentOnAgency>boolean</PaymentOnAgency>
            <PnrId>long</PnrId>
            <PnrItemInformation xsi:nil="true" />
            <PnrCode>string</PnrCode>
            <PnrType>None or Hotel or Car or Flight or Ticket or CityTour or Tour or Transfer or Package or Insurance or HotelCar or HotelCarFlight or HotelCarTicket or HotelFlight or HotelTicket or HotelInsurance or HotelFlightTicket or HotelTicketInsurance or HotelCarFlightTicket or CarFlight or CarTicket or CarFlightTicket or FlightTicket or Cruise</PnrType>
            <Status>Created or Rejected or Confirmed or Archived or Cancelled or RejectedCancel or Pendent or RejectedArchived or OnRequest or Error</Status>
            <TotalAmount>decimal</TotalAmount>
            <TotalAmountNet>decimal</TotalAmountNet>
            <DeadLineDate>dateTime</DeadLineDate>
          </PnrInformation>
          <PnrInformation>
            <BlockPaymentOnAgency>boolean</BlockPaymentOnAgency>
            <ChannelCompany>string</ChannelCompany>
            <ChannelCompanyId>int</ChannelCompanyId>
            <ChannelName>string</ChannelName>
            <ChannelType>string</ChannelType>
            <ChannelId>int</ChannelId>
            <CompanyId>int</CompanyId>
            <CompanyName>string</CompanyName>
            <ContractId>int</ContractId>
            <ContractName>string</ContractName>
            <CreateDate>dateTime</CreateDate>
            <Currency>string</Currency>
            <CurrencyNet>string</CurrencyNet>
            <PaymentOnAgency>boolean</PaymentOnAgency>
            <PnrId>long</PnrId>
            <PnrItemInformation xsi:nil="true" />
            <PnrCode>string</PnrCode>
            <PnrType>None or Hotel or Car or Flight or Ticket or CityTour or Tour or Transfer or Package or Insurance or HotelCar or HotelCarFlight or HotelCarTicket or HotelFlight or HotelTicket or HotelInsurance or HotelFlightTicket or HotelTicketInsurance or HotelCarFlightTicket or CarFlight or CarTicket or CarFlightTicket or FlightTicket or Cruise</PnrType>
            <Status>Created or Rejected or Confirmed or Archived or Cancelled or RejectedCancel or Pendent or RejectedArchived or OnRequest or Error</Status>
            <TotalAmount>decimal</TotalAmount>
            <TotalAmountNet>decimal</TotalAmountNet>
            <DeadLineDate>dateTime</DeadLineDate>
          </PnrInformation>
        </PnrInformation>
        <IsB2B>boolean</IsB2B>
        <BaseCompanyId>string</BaseCompanyId>
        <BasePersonId>string</BasePersonId>
        <DataTravelCompanyId>string</DataTravelCompanyId>
        <OrderDeadLineDate>dateTime</OrderDeadLineDate>
      </GetOrderInformationResult>
    </GetOrderInformationResponse>
  </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 /ResService/wsReservation.asmx HTTP/1.1
Host: tsuiteservice.it.ws.travelexplorer.com.br
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>
    <GetOrderInformation xmlns="http://ws.travelsuite.com.br">
      <PnrGroup>string</PnrGroup>
    </GetOrderInformation>
  </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>
    <GetOrderInformationResponse xmlns="http://ws.travelsuite.com.br">
      <GetOrderInformationResult>
        <AgentMarkupAmount>decimal</AgentMarkupAmount>
        <CouponAmount>decimal</CouponAmount>
        <BaseCurrency>string</BaseCurrency>
        <ChannelId>int</ChannelId>
        <CreateDate>dateTime</CreateDate>
        <OrderStatus>Created or Confirmed or Error or Finished or Archived or Cancelled or Rejected or PaidPartially or Released or Closed or RejectedCancel or Refund or ReleasedWithIssues</OrderStatus>
        <PnrGroup>string</PnrGroup>
        <TotalAmount>decimal</TotalAmount>
        <PnrInformation>
          <PnrInformation>
            <BlockPaymentOnAgency>boolean</BlockPaymentOnAgency>
            <ChannelCompany>string</ChannelCompany>
            <ChannelCompanyId>int</ChannelCompanyId>
            <ChannelName>string</ChannelName>
            <ChannelType>string</ChannelType>
            <ChannelId>int</ChannelId>
            <CompanyId>int</CompanyId>
            <CompanyName>string</CompanyName>
            <ContractId>int</ContractId>
            <ContractName>string</ContractName>
            <CreateDate>dateTime</CreateDate>
            <Currency>string</Currency>
            <CurrencyNet>string</CurrencyNet>
            <PaymentOnAgency>boolean</PaymentOnAgency>
            <PnrId>long</PnrId>
            <PnrItemInformation xsi:nil="true" />
            <PnrCode>string</PnrCode>
            <PnrType>None or Hotel or Car or Flight or Ticket or CityTour or Tour or Transfer or Package or Insurance or HotelCar or HotelCarFlight or HotelCarTicket or HotelFlight or HotelTicket or HotelInsurance or HotelFlightTicket or HotelTicketInsurance or HotelCarFlightTicket or CarFlight or CarTicket or CarFlightTicket or FlightTicket or Cruise</PnrType>
            <Status>Created or Rejected or Confirmed or Archived or Cancelled or RejectedCancel or Pendent or RejectedArchived or OnRequest or Error</Status>
            <TotalAmount>decimal</TotalAmount>
            <TotalAmountNet>decimal</TotalAmountNet>
            <DeadLineDate>dateTime</DeadLineDate>
          </PnrInformation>
          <PnrInformation>
            <BlockPaymentOnAgency>boolean</BlockPaymentOnAgency>
            <ChannelCompany>string</ChannelCompany>
            <ChannelCompanyId>int</ChannelCompanyId>
            <ChannelName>string</ChannelName>
            <ChannelType>string</ChannelType>
            <ChannelId>int</ChannelId>
            <CompanyId>int</CompanyId>
            <CompanyName>string</CompanyName>
            <ContractId>int</ContractId>
            <ContractName>string</ContractName>
            <CreateDate>dateTime</CreateDate>
            <Currency>string</Currency>
            <CurrencyNet>string</CurrencyNet>
            <PaymentOnAgency>boolean</PaymentOnAgency>
            <PnrId>long</PnrId>
            <PnrItemInformation xsi:nil="true" />
            <PnrCode>string</PnrCode>
            <PnrType>None or Hotel or Car or Flight or Ticket or CityTour or Tour or Transfer or Package or Insurance or HotelCar or HotelCarFlight or HotelCarTicket or HotelFlight or HotelTicket or HotelInsurance or HotelFlightTicket or HotelTicketInsurance or HotelCarFlightTicket or CarFlight or CarTicket or CarFlightTicket or FlightTicket or Cruise</PnrType>
            <Status>Created or Rejected or Confirmed or Archived or Cancelled or RejectedCancel or Pendent or RejectedArchived or OnRequest or Error</Status>
            <TotalAmount>decimal</TotalAmount>
            <TotalAmountNet>decimal</TotalAmountNet>
            <DeadLineDate>dateTime</DeadLineDate>
          </PnrInformation>
        </PnrInformation>
        <IsB2B>boolean</IsB2B>
        <BaseCompanyId>string</BaseCompanyId>
        <BasePersonId>string</BasePersonId>
        <DataTravelCompanyId>string</DataTravelCompanyId>
        <OrderDeadLineDate>dateTime</OrderDeadLineDate>
      </GetOrderInformationResult>
    </GetOrderInformationResponse>
  </soap12:Body>
</soap12:Envelope>