The Package Details Request returns information on either a single Package loaded in the Package module or any Packages based in a given location, depending on the nodes that are included in the Request.
The structure of the XML will be:
The structure of the XML will be:
The User sends a Package Details Request
The Response returns high level details of the respective Package.
<PackageDetailsResponse>
<ReturnStatus>
<Success>true</Success>
<Exceptions></Exceptions>
<ThirdPartyErrors></ThirdPartyErrors>
</ReturnStatus>
<Packages>
<Package>
<PackageName>41130 Test 1</PackageName>
<PackageShortName>41130</PackageShortName>
<PackageCode>41130</PackageCode>
<PackageType>Escorted Tours</PackageType>
<Notes></Notes>
<OperatingStartDate>2023-01-19T00:00:00</OperatingStartDate>
<OperatingEndDate>2023-08-01T00:00:00</OperatingEndDate>
<BookingStartDate>2022-08-01T00:00:00</BookingStartDate>
<BookingEndDate>2023-08-01T00:00:00</BookingEndDate>
<OriginLocationID>8</OriginLocationID>
<DestinationLocationID>8</DestinationLocationID>
<PackageAttributes></PackageAttributes>
<ServiceLevels>
<ServiceLevel>
<ServiceLevelName>Economy</ServiceLevelName>
<Direction>Forward</Direction>
<PackageContent>
<DayContent>
<Day>1</Day>
<Title></Title>
<Description></Description>
</DayContent>
<DayContent>
<Day>2</Day>
<Title></Title>
<Description></Description>
</DayContent>
<DayContent>
<Day>3</Day>
<Title></Title>
<Description></Description>
</DayContent>
<DayContent>
<Day>4</Day>
<Title></Title>
<Description></Description>
</DayContent>
<DayContent>
<Day>5</Day>
<Title></Title>
<Description></Description>
</DayContent>
<DayContent>
<Day>6</Day>
<Title></Title>
<Description></Description>
</DayContent>
<DayContent>
<Day>7</Day>
<Title></Title>
<Description></Description>
</DayContent>
</PackageContent>
</ServiceLevel>
</ServiceLevels>
<Components>
<Component>
<Name>ISD41130 Test 1</Name>
<Type>Property</Type>
<StartDay>1</StartDay>
<EndDay>7</EndDay>
<Sequence>1</Sequence>
<AllDepartureDates>true</AllDepartureDates>
<DefaultRoomType>Twin Inland Room</DefaultRoomType>
<DefaultMealBasis>All Inclusive</DefaultMealBasis>
<DepartureParentType></DepartureParentType>
<DepartureParentID>0</DepartureParentID>
<ArrivalParentType></ArrivalParentType>
<ArrivalParentID>0</ArrivalParentID>
<Vehicle></Vehicle>
<CarType></CarType>
<OriginDepotID>0</OriginDepotID>
<DestinationDepotID>0</DestinationDepotID>
<PickUpTime></PickUpTime>
<DropOffTime></DropOffTime>
<ExtraTypeID>0</ExtraTypeID>
<ExtraID>0</ExtraID>
<ExtraCategory></ExtraCategory>
<Location></Location>
<Title></Title>
<Description></Description>
<UseTime></UseTime>
<DepartureAirportID>0</DepartureAirportID>
<ArrivalAirportID>0</ArrivalAirportID>
<OneWay>false</OneWay>
</Component>
<Component>
<Name>ISD41130 Test 1</Name>
<Type>Property</Type>
<StartDay>1</StartDay>
<EndDay>7</EndDay>
<Sequence>1</Sequence>
<AllDepartureDates>true</AllDepartureDates>
<DefaultRoomType>Twin Inland Room</DefaultRoomType>
<DefaultMealBasis>All Inclusive</DefaultMealBasis>
<DepartureParentType></DepartureParentType>
<DepartureParentID>0</DepartureParentID>
<ArrivalParentType></ArrivalParentType>
<ArrivalParentID>0</ArrivalParentID>
<Vehicle></Vehicle>
<CarType></CarType>
<OriginDepotID>0</OriginDepotID>
<DestinationDepotID>0</DestinationDepotID>
<PickUpTime></PickUpTime>
<DropOffTime></DropOffTime>
<ExtraTypeID>0</ExtraTypeID>
<ExtraID>0</ExtraID>
<ExtraCategory></ExtraCategory>
<Location></Location>
<Title></Title>
<Description></Description>
<UseTime></UseTime>
<DepartureAirportID>0</DepartureAirportID>
<ArrivalAirportID>0</ArrivalAirportID>
<OneWay>false</OneWay>
</Component>
<Component>
<Name>ISD41130 Test 1</Name>
<Type>Property</Type>
<StartDay>1</StartDay>
<EndDay>7</EndDay>
<Sequence>1</Sequence>
<AllDepartureDates>true</AllDepartureDates>
<DefaultRoomType>Twin Inland Room</DefaultRoomType>
<DefaultMealBasis>All Inclusive</DefaultMealBasis>
<DepartureParentType></DepartureParentType>
<DepartureParentID>0</DepartureParentID>
<ArrivalParentType></ArrivalParentType>
<ArrivalParentID>0</ArrivalParentID>
<Vehicle></Vehicle>
<CarType></CarType>
<OriginDepotID>0</OriginDepotID>
<DestinationDepotID>0</DestinationDepotID>
<PickUpTime></PickUpTime>
<DropOffTime></DropOffTime>
<ExtraTypeID>0</ExtraTypeID>
<ExtraID>0</ExtraID>
<ExtraCategory></ExtraCategory>
<Location></Location>
<Title></Title>
<Description></Description>
<UseTime></UseTime>
<DepartureAirportID>0</DepartureAirportID>
<ArrivalAirportID>0</ArrivalAirportID>
<OneWay>false</OneWay>
</Component>
</Components>
</Package>
</Packages>
</PackageDetailsResponse>