Phoenix.Services
Click here for a complete list of operations.
EventEnquiryRQ
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: "EventEnquiryRQ" <?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> <EventEnquiryRQ 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> <Code>string</Code> <Area>string</Area> <Homepage>boolean</Homepage> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> <EventType>string</EventType> <Keywords> <Keyword>string</Keyword> <Keyword>string</Keyword> </Keywords> </EventEnquiryRQ> </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> <EventEnquiryRS ConversationID="string" xmlns="http://www.billianit.com/phoenix"> <Events> <Event> <Code>string</Code> <PackageID>string</PackageID> <PricingID>string</PricingID> <Name>string</Name> <EventType>string</EventType> <ShortDescription>string</ShortDescription> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Description>string</Description> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> <SelectedDate>dateTime</SelectedDate> <Preferred>boolean</Preferred> <Bookable>boolean</Bookable> <LowestRate> <Value>decimal</Value> <Description>string</Description> </LowestRate> <CurrencyCode>string</CurrencyCode> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <Details> <EventDetailItem xsi:nil="true" /> <EventDetailItem xsi:nil="true" /> </Details> <PackageGroups> <PackageGroup xsi:nil="true" /> <PackageGroup xsi:nil="true" /> </PackageGroups> <EventOptions> <EventOption xsi:nil="true" /> <EventOption xsi:nil="true" /> </EventOptions> <Inclusions> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Inclusions> <Itinerary> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Itinerary> <Properties> <Property xsi:nil="true" /> <Property xsi:nil="true" /> </Properties> <DepartureAirports> <DepartureAirport>string</DepartureAirport> <DepartureAirport>string</DepartureAirport> </DepartureAirports> <ReturnAirports> <ReturnAirport>string</ReturnAirport> <ReturnAirport>string</ReturnAirport> </ReturnAirports> <Confirm> <Attempted>boolean</Attempted> <Success>boolean</Success> <FareChanged>boolean</FareChanged> <JourneyChanged>boolean</JourneyChanged> <RequiredDocuments xsi:nil="true" /> </Confirm> </Event> <Event> <Code>string</Code> <PackageID>string</PackageID> <PricingID>string</PricingID> <Name>string</Name> <EventType>string</EventType> <ShortDescription>string</ShortDescription> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Description>string</Description> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> <SelectedDate>dateTime</SelectedDate> <Preferred>boolean</Preferred> <Bookable>boolean</Bookable> <LowestRate> <Value>decimal</Value> <Description>string</Description> </LowestRate> <CurrencyCode>string</CurrencyCode> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <Details> <EventDetailItem xsi:nil="true" /> <EventDetailItem xsi:nil="true" /> </Details> <PackageGroups> <PackageGroup xsi:nil="true" /> <PackageGroup xsi:nil="true" /> </PackageGroups> <EventOptions> <EventOption xsi:nil="true" /> <EventOption xsi:nil="true" /> </EventOptions> <Inclusions> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Inclusions> <Itinerary> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Itinerary> <Properties> <Property xsi:nil="true" /> <Property xsi:nil="true" /> </Properties> <DepartureAirports> <DepartureAirport>string</DepartureAirport> <DepartureAirport>string</DepartureAirport> </DepartureAirports> <ReturnAirports> <ReturnAirport>string</ReturnAirport> <ReturnAirport>string</ReturnAirport> </ReturnAirports> <Confirm> <Attempted>boolean</Attempted> <Success>boolean</Success> <FareChanged>boolean</FareChanged> <JourneyChanged>boolean</JourneyChanged> <RequiredDocuments xsi:nil="true" /> </Confirm> </Event> </Events> <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> </EventEnquiryRS> </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> <EventEnquiryRQ 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> <Code>string</Code> <Area>string</Area> <Homepage>boolean</Homepage> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> <EventType>string</EventType> <Keywords> <Keyword>string</Keyword> <Keyword>string</Keyword> </Keywords> </EventEnquiryRQ> </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> <EventEnquiryRS ConversationID="string" xmlns="http://www.billianit.com/phoenix"> <Events> <Event> <Code>string</Code> <PackageID>string</PackageID> <PricingID>string</PricingID> <Name>string</Name> <EventType>string</EventType> <ShortDescription>string</ShortDescription> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Description>string</Description> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> <SelectedDate>dateTime</SelectedDate> <Preferred>boolean</Preferred> <Bookable>boolean</Bookable> <LowestRate> <Value>decimal</Value> <Description>string</Description> </LowestRate> <CurrencyCode>string</CurrencyCode> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <Details> <EventDetailItem xsi:nil="true" /> <EventDetailItem xsi:nil="true" /> </Details> <PackageGroups> <PackageGroup xsi:nil="true" /> <PackageGroup xsi:nil="true" /> </PackageGroups> <EventOptions> <EventOption xsi:nil="true" /> <EventOption xsi:nil="true" /> </EventOptions> <Inclusions> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Inclusions> <Itinerary> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Itinerary> <Properties> <Property xsi:nil="true" /> <Property xsi:nil="true" /> </Properties> <DepartureAirports> <DepartureAirport>string</DepartureAirport> <DepartureAirport>string</DepartureAirport> </DepartureAirports> <ReturnAirports> <ReturnAirport>string</ReturnAirport> <ReturnAirport>string</ReturnAirport> </ReturnAirports> <Confirm> <Attempted>boolean</Attempted> <Success>boolean</Success> <FareChanged>boolean</FareChanged> <JourneyChanged>boolean</JourneyChanged> <RequiredDocuments xsi:nil="true" /> </Confirm> </Event> <Event> <Code>string</Code> <PackageID>string</PackageID> <PricingID>string</PricingID> <Name>string</Name> <EventType>string</EventType> <ShortDescription>string</ShortDescription> <Provider Code="string"> <Name>string</Name> <ReviewKey>string</ReviewKey> <ReviewURL>string</ReviewURL> </Provider> <Description>string</Description> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> <SelectedDate>dateTime</SelectedDate> <Preferred>boolean</Preferred> <Bookable>boolean</Bookable> <LowestRate> <Value>decimal</Value> <Description>string</Description> </LowestRate> <CurrencyCode>string</CurrencyCode> <Images> <Image xsi:nil="true" /> <Image xsi:nil="true" /> </Images> <Details> <EventDetailItem xsi:nil="true" /> <EventDetailItem xsi:nil="true" /> </Details> <PackageGroups> <PackageGroup xsi:nil="true" /> <PackageGroup xsi:nil="true" /> </PackageGroups> <EventOptions> <EventOption xsi:nil="true" /> <EventOption xsi:nil="true" /> </EventOptions> <Inclusions> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Inclusions> <Itinerary> <Inclusion xsi:nil="true" /> <Inclusion xsi:nil="true" /> </Itinerary> <Properties> <Property xsi:nil="true" /> <Property xsi:nil="true" /> </Properties> <DepartureAirports> <DepartureAirport>string</DepartureAirport> <DepartureAirport>string</DepartureAirport> </DepartureAirports> <ReturnAirports> <ReturnAirport>string</ReturnAirport> <ReturnAirport>string</ReturnAirport> </ReturnAirports> <Confirm> <Attempted>boolean</Attempted> <Success>boolean</Success> <FareChanged>boolean</FareChanged> <JourneyChanged>boolean</JourneyChanged> <RequiredDocuments xsi:nil="true" /> </Confirm> </Event> </Events> <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> </EventEnquiryRS> </soap12:Body> </soap12:Envelope>