ItineraryServiceV8


Click here for a complete list of operations.

LoadBulkItineraries

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/LoadBulkItineraries"

<?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>
    <LoadBulkItineraries xmlns="http://wetu.com/API/ItineraryServiceV8">
      <identifiers>
        <string>string</string>
        <string>string</string>
      </identifiers>
      <sessionToken>string</sessionToken>
    </LoadBulkItineraries>
  </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>
    <LoadBulkItinerariesResponse xmlns="http://wetu.com/API/ItineraryServiceV8">
      <LoadBulkItinerariesResult>
        <Itinerary>
          <OperatorId>int</OperatorId>
          <OperatorUserId>int</OperatorUserId>
          <OperatorIdentityId>int</OperatorIdentityId>
          <OperatorThemeId>int</OperatorThemeId>
          <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>
          <Summary>string</Summary>
          <Categories>
            <string>string</string>
            <string>string</string>
          </Categories>
          <ClientName>string</ClientName>
          <ClientEmail>string</ClientEmail>
          <ClientPhone>string</ClientPhone>
          <BoundLat1>double</BoundLat1>
          <BoundLat2>double</BoundLat2>
          <BoundLng1>double</BoundLng1>
          <BoundLng2>double</BoundLng2>
          <StartDate>dateTime</StartDate>
          <Legs>
            <ItineraryLeg xsi:nil="true" />
            <ItineraryLeg xsi:nil="true" />
          </Legs>
          <Routes>
            <ItineraryRoute xsi:nil="true" />
            <ItineraryRoute xsi:nil="true" />
          </Routes>
          <Documents>
            <ItineraryDocument xsi:nil="true" />
            <ItineraryDocument xsi:nil="true" />
          </Documents>
          <Price>string</Price>
          <PriceIncludes>string</PriceIncludes>
          <PriceExcludes>string</PriceExcludes>
          <CarHire>
            <ItineraryCarHire xsi:nil="true" />
            <ItineraryCarHire xsi:nil="true" />
          </CarHire>
          <IsDisabled>boolean</IsDisabled>
          <TravellersAdult>int</TravellersAdult>
          <TravellersChildren>int</TravellersChildren>
          <RoomsSingle>int</RoomsSingle>
          <RoomsDouble>int</RoomsDouble>
          <RoomsTwin>int</RoomsTwin>
          <RoomsTriple>int</RoomsTriple>
          <RoomsFamily>int</RoomsFamily>
          <RoomsQuadruple>int</RoomsQuadruple>
          <RoomsCampsite>int</RoomsCampsite>
          <Travellers>
            <ItineraryTraveller xsi:nil="true" />
            <ItineraryTraveller xsi:nil="true" />
          </Travellers>
          <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
          <Contacts>
            <ItineraryContact xsi:nil="true" />
            <ItineraryContact xsi:nil="true" />
          </Contacts>
          <Services>
            <string>string</string>
            <string>string</string>
          </Services>
          <SpecialInterests>
            <string>string</string>
            <string>string</string>
          </SpecialInterests>
          <NotificationFrequency>Always or None or FirstView</NotificationFrequency>
          <ConsultantKey>string</ConsultantKey>
          <Images>
            <ItineraryImage xsi:nil="true" />
            <ItineraryImage xsi:nil="true" />
          </Images>
          <Language>string</Language>
          <DepartureLocations>string</DepartureLocations>
          <DepartureTimes>string</DepartureTimes>
          <ReturnLocations>string</ReturnLocations>
          <ReturnTimes>string</ReturnTimes>
          <Duration>string</Duration>
          <Description>string</Description>
          <AdditionalInfo>string</AdditionalInfo>
          <SpokenLanguages>string</SpokenLanguages>
          <GroupSize>string</GroupSize>
          <Published>boolean</Published>
          <Locked>boolean</Locked>
          <TravelArrangements>
            <ItineraryTravelArrangement xsi:nil="true" />
            <ItineraryTravelArrangement xsi:nil="true" />
          </TravelArrangements>
          <ScheduledDepartures>
            <ItineraryScheduledDepartures xsi:nil="true" />
            <ItineraryScheduledDepartures xsi:nil="true" />
          </ScheduledDepartures>
          <Currency>string</Currency>
          <Tags>
            <string>string</string>
            <string>string</string>
          </Tags>
          <TermsAndConditions>string</TermsAndConditions>
          <RouteHandlingMode>UseRoutesOnly or UseProvidedRoutesWithTravelArrangements or AutoGenerateRoutesFromTravelArrangements or PlaceholderRoutesWithTravelArrangements</RouteHandlingMode>
          <HideCompanyDetails>boolean</HideCompanyDetails>
          <CoverImages>
            <ItineraryCoverImage xsi:nil="true" />
            <ItineraryCoverImage xsi:nil="true" />
          </CoverImages>
          <ThemeBannerImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </ThemeBannerImage>
          <PrintCoverImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </PrintCoverImage>
        </Itinerary>
        <Itinerary>
          <OperatorId>int</OperatorId>
          <OperatorUserId>int</OperatorUserId>
          <OperatorIdentityId>int</OperatorIdentityId>
          <OperatorThemeId>int</OperatorThemeId>
          <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>
          <Summary>string</Summary>
          <Categories>
            <string>string</string>
            <string>string</string>
          </Categories>
          <ClientName>string</ClientName>
          <ClientEmail>string</ClientEmail>
          <ClientPhone>string</ClientPhone>
          <BoundLat1>double</BoundLat1>
          <BoundLat2>double</BoundLat2>
          <BoundLng1>double</BoundLng1>
          <BoundLng2>double</BoundLng2>
          <StartDate>dateTime</StartDate>
          <Legs>
            <ItineraryLeg xsi:nil="true" />
            <ItineraryLeg xsi:nil="true" />
          </Legs>
          <Routes>
            <ItineraryRoute xsi:nil="true" />
            <ItineraryRoute xsi:nil="true" />
          </Routes>
          <Documents>
            <ItineraryDocument xsi:nil="true" />
            <ItineraryDocument xsi:nil="true" />
          </Documents>
          <Price>string</Price>
          <PriceIncludes>string</PriceIncludes>
          <PriceExcludes>string</PriceExcludes>
          <CarHire>
            <ItineraryCarHire xsi:nil="true" />
            <ItineraryCarHire xsi:nil="true" />
          </CarHire>
          <IsDisabled>boolean</IsDisabled>
          <TravellersAdult>int</TravellersAdult>
          <TravellersChildren>int</TravellersChildren>
          <RoomsSingle>int</RoomsSingle>
          <RoomsDouble>int</RoomsDouble>
          <RoomsTwin>int</RoomsTwin>
          <RoomsTriple>int</RoomsTriple>
          <RoomsFamily>int</RoomsFamily>
          <RoomsQuadruple>int</RoomsQuadruple>
          <RoomsCampsite>int</RoomsCampsite>
          <Travellers>
            <ItineraryTraveller xsi:nil="true" />
            <ItineraryTraveller xsi:nil="true" />
          </Travellers>
          <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
          <Contacts>
            <ItineraryContact xsi:nil="true" />
            <ItineraryContact xsi:nil="true" />
          </Contacts>
          <Services>
            <string>string</string>
            <string>string</string>
          </Services>
          <SpecialInterests>
            <string>string</string>
            <string>string</string>
          </SpecialInterests>
          <NotificationFrequency>Always or None or FirstView</NotificationFrequency>
          <ConsultantKey>string</ConsultantKey>
          <Images>
            <ItineraryImage xsi:nil="true" />
            <ItineraryImage xsi:nil="true" />
          </Images>
          <Language>string</Language>
          <DepartureLocations>string</DepartureLocations>
          <DepartureTimes>string</DepartureTimes>
          <ReturnLocations>string</ReturnLocations>
          <ReturnTimes>string</ReturnTimes>
          <Duration>string</Duration>
          <Description>string</Description>
          <AdditionalInfo>string</AdditionalInfo>
          <SpokenLanguages>string</SpokenLanguages>
          <GroupSize>string</GroupSize>
          <Published>boolean</Published>
          <Locked>boolean</Locked>
          <TravelArrangements>
            <ItineraryTravelArrangement xsi:nil="true" />
            <ItineraryTravelArrangement xsi:nil="true" />
          </TravelArrangements>
          <ScheduledDepartures>
            <ItineraryScheduledDepartures xsi:nil="true" />
            <ItineraryScheduledDepartures xsi:nil="true" />
          </ScheduledDepartures>
          <Currency>string</Currency>
          <Tags>
            <string>string</string>
            <string>string</string>
          </Tags>
          <TermsAndConditions>string</TermsAndConditions>
          <RouteHandlingMode>UseRoutesOnly or UseProvidedRoutesWithTravelArrangements or AutoGenerateRoutesFromTravelArrangements or PlaceholderRoutesWithTravelArrangements</RouteHandlingMode>
          <HideCompanyDetails>boolean</HideCompanyDetails>
          <CoverImages>
            <ItineraryCoverImage xsi:nil="true" />
            <ItineraryCoverImage xsi:nil="true" />
          </CoverImages>
          <ThemeBannerImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </ThemeBannerImage>
          <PrintCoverImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </PrintCoverImage>
        </Itinerary>
      </LoadBulkItinerariesResult>
    </LoadBulkItinerariesResponse>
  </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>
    <LoadBulkItineraries xmlns="http://wetu.com/API/ItineraryServiceV8">
      <identifiers>
        <string>string</string>
        <string>string</string>
      </identifiers>
      <sessionToken>string</sessionToken>
    </LoadBulkItineraries>
  </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>
    <LoadBulkItinerariesResponse xmlns="http://wetu.com/API/ItineraryServiceV8">
      <LoadBulkItinerariesResult>
        <Itinerary>
          <OperatorId>int</OperatorId>
          <OperatorUserId>int</OperatorUserId>
          <OperatorIdentityId>int</OperatorIdentityId>
          <OperatorThemeId>int</OperatorThemeId>
          <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>
          <Summary>string</Summary>
          <Categories>
            <string>string</string>
            <string>string</string>
          </Categories>
          <ClientName>string</ClientName>
          <ClientEmail>string</ClientEmail>
          <ClientPhone>string</ClientPhone>
          <BoundLat1>double</BoundLat1>
          <BoundLat2>double</BoundLat2>
          <BoundLng1>double</BoundLng1>
          <BoundLng2>double</BoundLng2>
          <StartDate>dateTime</StartDate>
          <Legs>
            <ItineraryLeg xsi:nil="true" />
            <ItineraryLeg xsi:nil="true" />
          </Legs>
          <Routes>
            <ItineraryRoute xsi:nil="true" />
            <ItineraryRoute xsi:nil="true" />
          </Routes>
          <Documents>
            <ItineraryDocument xsi:nil="true" />
            <ItineraryDocument xsi:nil="true" />
          </Documents>
          <Price>string</Price>
          <PriceIncludes>string</PriceIncludes>
          <PriceExcludes>string</PriceExcludes>
          <CarHire>
            <ItineraryCarHire xsi:nil="true" />
            <ItineraryCarHire xsi:nil="true" />
          </CarHire>
          <IsDisabled>boolean</IsDisabled>
          <TravellersAdult>int</TravellersAdult>
          <TravellersChildren>int</TravellersChildren>
          <RoomsSingle>int</RoomsSingle>
          <RoomsDouble>int</RoomsDouble>
          <RoomsTwin>int</RoomsTwin>
          <RoomsTriple>int</RoomsTriple>
          <RoomsFamily>int</RoomsFamily>
          <RoomsQuadruple>int</RoomsQuadruple>
          <RoomsCampsite>int</RoomsCampsite>
          <Travellers>
            <ItineraryTraveller xsi:nil="true" />
            <ItineraryTraveller xsi:nil="true" />
          </Travellers>
          <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
          <Contacts>
            <ItineraryContact xsi:nil="true" />
            <ItineraryContact xsi:nil="true" />
          </Contacts>
          <Services>
            <string>string</string>
            <string>string</string>
          </Services>
          <SpecialInterests>
            <string>string</string>
            <string>string</string>
          </SpecialInterests>
          <NotificationFrequency>Always or None or FirstView</NotificationFrequency>
          <ConsultantKey>string</ConsultantKey>
          <Images>
            <ItineraryImage xsi:nil="true" />
            <ItineraryImage xsi:nil="true" />
          </Images>
          <Language>string</Language>
          <DepartureLocations>string</DepartureLocations>
          <DepartureTimes>string</DepartureTimes>
          <ReturnLocations>string</ReturnLocations>
          <ReturnTimes>string</ReturnTimes>
          <Duration>string</Duration>
          <Description>string</Description>
          <AdditionalInfo>string</AdditionalInfo>
          <SpokenLanguages>string</SpokenLanguages>
          <GroupSize>string</GroupSize>
          <Published>boolean</Published>
          <Locked>boolean</Locked>
          <TravelArrangements>
            <ItineraryTravelArrangement xsi:nil="true" />
            <ItineraryTravelArrangement xsi:nil="true" />
          </TravelArrangements>
          <ScheduledDepartures>
            <ItineraryScheduledDepartures xsi:nil="true" />
            <ItineraryScheduledDepartures xsi:nil="true" />
          </ScheduledDepartures>
          <Currency>string</Currency>
          <Tags>
            <string>string</string>
            <string>string</string>
          </Tags>
          <TermsAndConditions>string</TermsAndConditions>
          <RouteHandlingMode>UseRoutesOnly or UseProvidedRoutesWithTravelArrangements or AutoGenerateRoutesFromTravelArrangements or PlaceholderRoutesWithTravelArrangements</RouteHandlingMode>
          <HideCompanyDetails>boolean</HideCompanyDetails>
          <CoverImages>
            <ItineraryCoverImage xsi:nil="true" />
            <ItineraryCoverImage xsi:nil="true" />
          </CoverImages>
          <ThemeBannerImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </ThemeBannerImage>
          <PrintCoverImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </PrintCoverImage>
        </Itinerary>
        <Itinerary>
          <OperatorId>int</OperatorId>
          <OperatorUserId>int</OperatorUserId>
          <OperatorIdentityId>int</OperatorIdentityId>
          <OperatorThemeId>int</OperatorThemeId>
          <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>
          <Summary>string</Summary>
          <Categories>
            <string>string</string>
            <string>string</string>
          </Categories>
          <ClientName>string</ClientName>
          <ClientEmail>string</ClientEmail>
          <ClientPhone>string</ClientPhone>
          <BoundLat1>double</BoundLat1>
          <BoundLat2>double</BoundLat2>
          <BoundLng1>double</BoundLng1>
          <BoundLng2>double</BoundLng2>
          <StartDate>dateTime</StartDate>
          <Legs>
            <ItineraryLeg xsi:nil="true" />
            <ItineraryLeg xsi:nil="true" />
          </Legs>
          <Routes>
            <ItineraryRoute xsi:nil="true" />
            <ItineraryRoute xsi:nil="true" />
          </Routes>
          <Documents>
            <ItineraryDocument xsi:nil="true" />
            <ItineraryDocument xsi:nil="true" />
          </Documents>
          <Price>string</Price>
          <PriceIncludes>string</PriceIncludes>
          <PriceExcludes>string</PriceExcludes>
          <CarHire>
            <ItineraryCarHire xsi:nil="true" />
            <ItineraryCarHire xsi:nil="true" />
          </CarHire>
          <IsDisabled>boolean</IsDisabled>
          <TravellersAdult>int</TravellersAdult>
          <TravellersChildren>int</TravellersChildren>
          <RoomsSingle>int</RoomsSingle>
          <RoomsDouble>int</RoomsDouble>
          <RoomsTwin>int</RoomsTwin>
          <RoomsTriple>int</RoomsTriple>
          <RoomsFamily>int</RoomsFamily>
          <RoomsQuadruple>int</RoomsQuadruple>
          <RoomsCampsite>int</RoomsCampsite>
          <Travellers>
            <ItineraryTraveller xsi:nil="true" />
            <ItineraryTraveller xsi:nil="true" />
          </Travellers>
          <BookingStatus>None or AwaitingQuotation or Quoted or Booked or DidNotBook or Invoiced or PaymentDue or Paid or Travelled or Cancelled or Provisional</BookingStatus>
          <Contacts>
            <ItineraryContact xsi:nil="true" />
            <ItineraryContact xsi:nil="true" />
          </Contacts>
          <Services>
            <string>string</string>
            <string>string</string>
          </Services>
          <SpecialInterests>
            <string>string</string>
            <string>string</string>
          </SpecialInterests>
          <NotificationFrequency>Always or None or FirstView</NotificationFrequency>
          <ConsultantKey>string</ConsultantKey>
          <Images>
            <ItineraryImage xsi:nil="true" />
            <ItineraryImage xsi:nil="true" />
          </Images>
          <Language>string</Language>
          <DepartureLocations>string</DepartureLocations>
          <DepartureTimes>string</DepartureTimes>
          <ReturnLocations>string</ReturnLocations>
          <ReturnTimes>string</ReturnTimes>
          <Duration>string</Duration>
          <Description>string</Description>
          <AdditionalInfo>string</AdditionalInfo>
          <SpokenLanguages>string</SpokenLanguages>
          <GroupSize>string</GroupSize>
          <Published>boolean</Published>
          <Locked>boolean</Locked>
          <TravelArrangements>
            <ItineraryTravelArrangement xsi:nil="true" />
            <ItineraryTravelArrangement xsi:nil="true" />
          </TravelArrangements>
          <ScheduledDepartures>
            <ItineraryScheduledDepartures xsi:nil="true" />
            <ItineraryScheduledDepartures xsi:nil="true" />
          </ScheduledDepartures>
          <Currency>string</Currency>
          <Tags>
            <string>string</string>
            <string>string</string>
          </Tags>
          <TermsAndConditions>string</TermsAndConditions>
          <RouteHandlingMode>UseRoutesOnly or UseProvidedRoutesWithTravelArrangements or AutoGenerateRoutesFromTravelArrangements or PlaceholderRoutesWithTravelArrangements</RouteHandlingMode>
          <HideCompanyDetails>boolean</HideCompanyDetails>
          <CoverImages>
            <ItineraryCoverImage xsi:nil="true" />
            <ItineraryCoverImage xsi:nil="true" />
          </CoverImages>
          <ThemeBannerImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </ThemeBannerImage>
          <PrintCoverImage>
            <Url>string</Url>
            <UrlFragment>string</UrlFragment>
          </PrintCoverImage>
        </Itinerary>
      </LoadBulkItinerariesResult>
    </LoadBulkItinerariesResponse>
  </soap12:Body>
</soap12:Envelope>