ItineraryServiceV8


Click here for a complete list of operations.

LoadItineraries

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 /api/itineraryservicev8.asmx HTTP/1.1
Host: wetu.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://wetu.com/API/ItineraryServiceV8/LoadItineraries"

<?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>
    <LoadItineraries xmlns="http://wetu.com/API/ItineraryServiceV8">
      <pageStart>int</pageStart>
      <resultsPerPage>int</resultsPerPage>
      <typeFilter>Personal or Sample or DayComponent or Component or AllComponents or DayTours or PublishedDayTours or MultiDayTours or PublishedMultiDayTours or AllItineraries or All</typeFilter>
      <ownItinerariesOnly>boolean</ownItinerariesOnly>
      <searchText>string</searchText>
      <sort>ClientNameAsc or ClientNameDesc or ItineraryNameAsc or ItineraryNameDesc or ReferenceNoAsc or ReferenceNoDesc or StartDateAsc or StartDateDesc or DaysAsc or DaysDesc or LastModifiedAsc or LastModifiedDesc or LastViewedAsc or LastViewedDesc or ViewCountAsc or ViewCountDesc or BookingStatusAsc or BookingStatusDesc</sort>
      <sessionToken>string</sessionToken>
    </LoadItineraries>
  </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>
    <LoadItinerariesResponse xmlns="http://wetu.com/API/ItineraryServiceV8">
      <LoadItinerariesResult>
        <Itineraries>
          <BrowseableItinerary>
            <Type>Personal or Sample or DayComponent or Component or DayTour or MultiDayTour</Type>
            <Identifier>string</Identifier>
            <IdentifierKey>string</IdentifierKey>
            <Days>int</Days>
            <Name>string</Name>
            <ReferenceNumber>string</ReferenceNumber>
            <ClientName>string</ClientName>
            <ClientEmail>string</ClientEmail>
            <StartDate>dateTime</StartDate>
            <LastModified>dateTime</LastModified>
            <AccessCount>int</AccessCount>
            <IsDisabled>boolean</IsDisabled>
            <Tags xsi:nil="true" />
            <LastViewed>dateTime</LastViewed>
            <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
            <OperatorId>int</OperatorId>
          </BrowseableItinerary>
          <BrowseableItinerary>
            <Type>Personal or Sample or DayComponent or Component or DayTour or MultiDayTour</Type>
            <Identifier>string</Identifier>
            <IdentifierKey>string</IdentifierKey>
            <Days>int</Days>
            <Name>string</Name>
            <ReferenceNumber>string</ReferenceNumber>
            <ClientName>string</ClientName>
            <ClientEmail>string</ClientEmail>
            <StartDate>dateTime</StartDate>
            <LastModified>dateTime</LastModified>
            <AccessCount>int</AccessCount>
            <IsDisabled>boolean</IsDisabled>
            <Tags xsi:nil="true" />
            <LastViewed>dateTime</LastViewed>
            <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
            <OperatorId>int</OperatorId>
          </BrowseableItinerary>
        </Itineraries>
        <TotalResults>int</TotalResults>
      </LoadItinerariesResult>
    </LoadItinerariesResponse>
  </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 /api/itineraryservicev8.asmx HTTP/1.1
Host: wetu.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>
    <LoadItineraries xmlns="http://wetu.com/API/ItineraryServiceV8">
      <pageStart>int</pageStart>
      <resultsPerPage>int</resultsPerPage>
      <typeFilter>Personal or Sample or DayComponent or Component or AllComponents or DayTours or PublishedDayTours or MultiDayTours or PublishedMultiDayTours or AllItineraries or All</typeFilter>
      <ownItinerariesOnly>boolean</ownItinerariesOnly>
      <searchText>string</searchText>
      <sort>ClientNameAsc or ClientNameDesc or ItineraryNameAsc or ItineraryNameDesc or ReferenceNoAsc or ReferenceNoDesc or StartDateAsc or StartDateDesc or DaysAsc or DaysDesc or LastModifiedAsc or LastModifiedDesc or LastViewedAsc or LastViewedDesc or ViewCountAsc or ViewCountDesc or BookingStatusAsc or BookingStatusDesc</sort>
      <sessionToken>string</sessionToken>
    </LoadItineraries>
  </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>
    <LoadItinerariesResponse xmlns="http://wetu.com/API/ItineraryServiceV8">
      <LoadItinerariesResult>
        <Itineraries>
          <BrowseableItinerary>
            <Type>Personal or Sample or DayComponent or Component or DayTour or MultiDayTour</Type>
            <Identifier>string</Identifier>
            <IdentifierKey>string</IdentifierKey>
            <Days>int</Days>
            <Name>string</Name>
            <ReferenceNumber>string</ReferenceNumber>
            <ClientName>string</ClientName>
            <ClientEmail>string</ClientEmail>
            <StartDate>dateTime</StartDate>
            <LastModified>dateTime</LastModified>
            <AccessCount>int</AccessCount>
            <IsDisabled>boolean</IsDisabled>
            <Tags xsi:nil="true" />
            <LastViewed>dateTime</LastViewed>
            <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
            <OperatorId>int</OperatorId>
          </BrowseableItinerary>
          <BrowseableItinerary>
            <Type>Personal or Sample or DayComponent or Component or DayTour or MultiDayTour</Type>
            <Identifier>string</Identifier>
            <IdentifierKey>string</IdentifierKey>
            <Days>int</Days>
            <Name>string</Name>
            <ReferenceNumber>string</ReferenceNumber>
            <ClientName>string</ClientName>
            <ClientEmail>string</ClientEmail>
            <StartDate>dateTime</StartDate>
            <LastModified>dateTime</LastModified>
            <AccessCount>int</AccessCount>
            <IsDisabled>boolean</IsDisabled>
            <Tags xsi:nil="true" />
            <LastViewed>dateTime</LastViewed>
            <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
            <OperatorId>int</OperatorId>
          </BrowseableItinerary>
        </Itineraries>
        <TotalResults>int</TotalResults>
      </LoadItinerariesResult>
    </LoadItinerariesResponse>
  </soap12:Body>
</soap12:Envelope>