Phoenix.Services


Click here for a complete list of operations.

ActivityEnquiryRQ

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 /Service.asmx HTTP/1.1
Host: kopru.test.travelflow.co.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "ActivityEnquiryRQ"

<?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>
    <ActivityEnquiryRQ ConversationID="string" xmlns="http://www.billianit.com/phoenix">
      <Connection>
        <Company>string</Company>
        <BranchNo>string</BranchNo>
        <Authorization>string</Authorization>
        <Nonce>string</Nonce>
        <Server>string</Server>
        <Database>string</Database>
        <Product>string</Product>
        <Customer>string</Customer>
        <Agent>
          <Code>string</Code>
          <Consultant>string</Consultant>
        </Agent>
        <Log>
          <EndPoint>string</EndPoint>
          <UserName>string</UserName>
          <Password>string</Password>
          <Transaction>boolean</Transaction>
          <GDS>boolean</GDS>
          <ConversationID>string</ConversationID>
        </Log>
      </Connection>
      <Enquiry>
        <Location>
          <GeoLocation>
            <Longitude>decimal</Longitude>
            <Latitude>decimal</Latitude>
          </GeoLocation>
          <Hotel Code="string" Provider="string" ContractCode="string" />
          <AreaCode>string</AreaCode>
          <AirportCode>string</AirportCode>
          <Text>base64Binary</Text>
          <ThirdPartyStateInformation>
            <SessionID>string</SessionID>
            <SearchID>string</SearchID>
            <ItineraryID>string</ItineraryID>
            <FlightSegmentGroupID>string</FlightSegmentGroupID>
            <FlightSegmentID>string</FlightSegmentID>
            <ItineraryRefs xsi:nil="true" />
            <ReferenceMaps xsi:nil="true" />
            <BookingID>string</BookingID>
            <RuleIDs xsi:nil="true" />
            <Supplier>string</Supplier>
            <CostItems xsi:nil="true" />
          </ThirdPartyStateInformation>
        </Location>
        <StartDate>date</StartDate>
        <EndDate>date</EndDate>
        <Travellers>
          <Traveller Age="nonNegativeInteger" IsChild="boolean" IsInfant="boolean" />
          <Traveller Age="nonNegativeInteger" IsChild="boolean" IsInfant="boolean" />
        </Travellers>
      </Enquiry>
    </ActivityEnquiryRQ>
  </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>
    <ActivityEnquiryRS ConversationID="string" xmlns="http://www.billianit.com/phoenix">
      <Activities>
        <Activity>
          <Code>string</Code>
          <Provider Code="string">
            <Name>string</Name>
            <ReviewKey>string</ReviewKey>
            <ReviewURL>string</ReviewURL>
          </Provider>
          <Title>base64Binary</Title>
          <Summary>base64Binary</Summary>
          <Description>base64Binary</Description>
          <Category>
            <Code>string</Code>
            <Description>string</Description>
          </Category>
          <Supplier>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Supplier>
          <Operator>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Operator>
          <AdditionalImages>integer</AdditionalImages>
          <Images>
            <Image xsi:nil="true" />
            <Image xsi:nil="true" />
          </Images>
          <Notes>
            <Note xsi:nil="true" />
            <Note xsi:nil="true" />
          </Notes>
          <Travellers Minimum="positiveInteger" Maximum="positiveInteger" />
          <Levels>
            <Level xsi:nil="true" />
            <Level xsi:nil="true" />
          </Levels>
          <Itinerary>
            <Days xsi:nil="true" />
          </Itinerary>
          <BookingReferences>
            <Supplier>string</Supplier>
            <Provider>string</Provider>
          </BookingReferences>
        </Activity>
        <Activity>
          <Code>string</Code>
          <Provider Code="string">
            <Name>string</Name>
            <ReviewKey>string</ReviewKey>
            <ReviewURL>string</ReviewURL>
          </Provider>
          <Title>base64Binary</Title>
          <Summary>base64Binary</Summary>
          <Description>base64Binary</Description>
          <Category>
            <Code>string</Code>
            <Description>string</Description>
          </Category>
          <Supplier>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Supplier>
          <Operator>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Operator>
          <AdditionalImages>integer</AdditionalImages>
          <Images>
            <Image xsi:nil="true" />
            <Image xsi:nil="true" />
          </Images>
          <Notes>
            <Note xsi:nil="true" />
            <Note xsi:nil="true" />
          </Notes>
          <Travellers Minimum="positiveInteger" Maximum="positiveInteger" />
          <Levels>
            <Level xsi:nil="true" />
            <Level xsi:nil="true" />
          </Levels>
          <Itinerary>
            <Days xsi:nil="true" />
          </Itinerary>
          <BookingReferences>
            <Supplier>string</Supplier>
            <Provider>string</Provider>
          </BookingReferences>
        </Activity>
      </Activities>
      <Errors>
        <Error>
          <Code>string</Code>
          <Description>string</Description>
        </Error>
        <Error>
          <Code>string</Code>
          <Description>string</Description>
        </Error>
      </Errors>
      <Warnings>
        <Warning>
          <Code>string</Code>
          <Description>string</Description>
        </Warning>
        <Warning>
          <Code>string</Code>
          <Description>string</Description>
        </Warning>
      </Warnings>
    </ActivityEnquiryRS>
  </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 /Service.asmx HTTP/1.1
Host: kopru.test.travelflow.co.uk
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>
    <ActivityEnquiryRQ ConversationID="string" xmlns="http://www.billianit.com/phoenix">
      <Connection>
        <Company>string</Company>
        <BranchNo>string</BranchNo>
        <Authorization>string</Authorization>
        <Nonce>string</Nonce>
        <Server>string</Server>
        <Database>string</Database>
        <Product>string</Product>
        <Customer>string</Customer>
        <Agent>
          <Code>string</Code>
          <Consultant>string</Consultant>
        </Agent>
        <Log>
          <EndPoint>string</EndPoint>
          <UserName>string</UserName>
          <Password>string</Password>
          <Transaction>boolean</Transaction>
          <GDS>boolean</GDS>
          <ConversationID>string</ConversationID>
        </Log>
      </Connection>
      <Enquiry>
        <Location>
          <GeoLocation>
            <Longitude>decimal</Longitude>
            <Latitude>decimal</Latitude>
          </GeoLocation>
          <Hotel Code="string" Provider="string" ContractCode="string" />
          <AreaCode>string</AreaCode>
          <AirportCode>string</AirportCode>
          <Text>base64Binary</Text>
          <ThirdPartyStateInformation>
            <SessionID>string</SessionID>
            <SearchID>string</SearchID>
            <ItineraryID>string</ItineraryID>
            <FlightSegmentGroupID>string</FlightSegmentGroupID>
            <FlightSegmentID>string</FlightSegmentID>
            <ItineraryRefs xsi:nil="true" />
            <ReferenceMaps xsi:nil="true" />
            <BookingID>string</BookingID>
            <RuleIDs xsi:nil="true" />
            <Supplier>string</Supplier>
            <CostItems xsi:nil="true" />
          </ThirdPartyStateInformation>
        </Location>
        <StartDate>date</StartDate>
        <EndDate>date</EndDate>
        <Travellers>
          <Traveller Age="nonNegativeInteger" IsChild="boolean" IsInfant="boolean" />
          <Traveller Age="nonNegativeInteger" IsChild="boolean" IsInfant="boolean" />
        </Travellers>
      </Enquiry>
    </ActivityEnquiryRQ>
  </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>
    <ActivityEnquiryRS ConversationID="string" xmlns="http://www.billianit.com/phoenix">
      <Activities>
        <Activity>
          <Code>string</Code>
          <Provider Code="string">
            <Name>string</Name>
            <ReviewKey>string</ReviewKey>
            <ReviewURL>string</ReviewURL>
          </Provider>
          <Title>base64Binary</Title>
          <Summary>base64Binary</Summary>
          <Description>base64Binary</Description>
          <Category>
            <Code>string</Code>
            <Description>string</Description>
          </Category>
          <Supplier>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Supplier>
          <Operator>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Operator>
          <AdditionalImages>integer</AdditionalImages>
          <Images>
            <Image xsi:nil="true" />
            <Image xsi:nil="true" />
          </Images>
          <Notes>
            <Note xsi:nil="true" />
            <Note xsi:nil="true" />
          </Notes>
          <Travellers Minimum="positiveInteger" Maximum="positiveInteger" />
          <Levels>
            <Level xsi:nil="true" />
            <Level xsi:nil="true" />
          </Levels>
          <Itinerary>
            <Days xsi:nil="true" />
          </Itinerary>
          <BookingReferences>
            <Supplier>string</Supplier>
            <Provider>string</Provider>
          </BookingReferences>
        </Activity>
        <Activity>
          <Code>string</Code>
          <Provider Code="string">
            <Name>string</Name>
            <ReviewKey>string</ReviewKey>
            <ReviewURL>string</ReviewURL>
          </Provider>
          <Title>base64Binary</Title>
          <Summary>base64Binary</Summary>
          <Description>base64Binary</Description>
          <Category>
            <Code>string</Code>
            <Description>string</Description>
          </Category>
          <Supplier>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Supplier>
          <Operator>
            <Code>string</Code>
            <Name>string</Name>
            <Address xsi:nil="true" />
            <Telephone>string</Telephone>
            <Fax>string</Fax>
            <Email>string</Email>
          </Operator>
          <AdditionalImages>integer</AdditionalImages>
          <Images>
            <Image xsi:nil="true" />
            <Image xsi:nil="true" />
          </Images>
          <Notes>
            <Note xsi:nil="true" />
            <Note xsi:nil="true" />
          </Notes>
          <Travellers Minimum="positiveInteger" Maximum="positiveInteger" />
          <Levels>
            <Level xsi:nil="true" />
            <Level xsi:nil="true" />
          </Levels>
          <Itinerary>
            <Days xsi:nil="true" />
          </Itinerary>
          <BookingReferences>
            <Supplier>string</Supplier>
            <Provider>string</Provider>
          </BookingReferences>
        </Activity>
      </Activities>
      <Errors>
        <Error>
          <Code>string</Code>
          <Description>string</Description>
        </Error>
        <Error>
          <Code>string</Code>
          <Description>string</Description>
        </Error>
      </Errors>
      <Warnings>
        <Warning>
          <Code>string</Code>
          <Description>string</Description>
        </Warning>
        <Warning>
          <Code>string</Code>
          <Description>string</Description>
        </Warning>
      </Warnings>
    </ActivityEnquiryRS>
  </soap12:Body>
</soap12:Envelope>