CiirusXML15025


Click here for a complete list of operations.

GetProperties

Returns list of PropertyDetails that match the search criteria.

Use this function to get a list of properties that are available to you. This will include properties listed under your own Ciirus account as well as any properties assigned to you by a supplier.

You can pass various filter options to the function. If you pass a date range, then only properties that are available for your specified dates will be returned. If you pass the start or end date as a NULL or Empty string, then all properties that match your other filter criteria will be returned regardless of availability.

All filter options are required for every request and each parameter value should be handeled individually. Though many use that same convention, please read the meaning of each value for each parameter carfully to ensure you can return intended properties correctly with each request.
Note: This function caches responses for 20 minute.



Pass the following parameters:

  • APIUsername (String)
  • APIPassword (String)
  • ArriveDate (Date - dd MMM yyyy)
  • DepartDate (Date - dd MMM yyyy)
  • FilterOptions Class Object Parameters
    • ManagementCompanyID (Integer)
      -Pass 0 for properties from all management companies. To retrieve only properties from a specific management company, enter their ID. Use the ‘GetManagementCompanyList’ function to get the list of available management companies and their ID.
    • CommunityID (Integer)
      - This is currently for Central Florida Only. Pass 0 for all communities; otherwise, pass the ID of the community to filter. Use the ‘GetCommunities’ function to get the list of communities in which you have properties available.
    • PropertyID (Integer)
      -Pass 0 for all properties or a specific ID to only receive details for 1 property.
    • PropertyType (Integer)
      -Pass 0 for all types or a type ID for a specific type only. Use the ‘GetPropertyTypes’ function to get the list of available types.
    • HasPool (Integer)
      -Pass 0 for properties without a pool, 1 for properties with a pool or any other integer for all properties.
    • HasSpa (Integer)
      -Pass 0 for properties without a spa, 1 for properties with a spa or any other integer for all properties.
    • PrivacyFence (Integer)
      -Pass 0 for properties without a privacy fence, 1 for properties with a privacy fence or any other integer for all properties.
    • CommunalGym (Integer)
      -Pass 0 for properties without a communal gym, 1 for properties with a communal gym or any other integer for all properties.
    • HasGamesRoom (Integer)
      -Pass 0 for properties without a games room, 1 for properties with a games room or any other integer for all properties.
    • IsGasFree (Boolean)
      -Pass True to return only properties with no gas. Pass False for all properties.
    • Sleeps (Integer)
      -Pass 0 for all properties, or >0 for properties that sleep at least the specified amount of guests.
    • Bedrooms (Integer)
      -Pass 0 for all properties, or >0 for properties with the specified number of bedrooms.
    • PropertyClass (Integer)
      -Pass 0 for all classes or a class ID for a specific class only. Use the ‘GetPropertyClasses’ function to get the list of available classes.
    • ConservationView (Integer)
      -Pass 0 for properties without a conservation view, 1 for properties with a conservation view or any other integer for all properties.
    • WaterView (Integer)
      -Pass 0 for properties without a water view, 1 for properties with a water view or any other integer for all properties.
    • LakeView (Integer)
      -Pass 0 for properties without a lake view, 1 for properties with a lake view or any other integer for all properties.
    • WiFi (Integer)
      -Pass 0 for properties without Wi-Fi, 1 for properties with Wi-Fi or any other integer for all properties.
    • PetsAllowed (Integer)
      -Pass 0 for properties that do not allow pets, 1 for properties that do allow pets or any other integer for all properties.
    • OnGolfCourse (Integer)
      -Pass 0 for properties not on a golf course, 1 for properties on a golf course or any other integer for all properties.
    • SouthFacingPool (Integer)
      -Pass 0 for properties without a south facing pool, 1 for properties with a south facing pool or any other integer for all properties.
  • SearchOptions Class Object Parameters
    • ReturnTopX (Integer)
      -Pass 0 to return all results, or > 0 to return only that amount of results.
    • ReturnFullDetails (Boolean)
      -Pass False to return fewer details in the search results. This will make the results download to you faster. Pass True to return all property details.
    • ReturnQuote (Boolean)
      -Pass False if you do not need a quote returned for each property. Pass True to return a quote for the specified dates. ArriveDate and DepartDate must be entered if you wish to return a quote.
    • ReturnQuote (Boolean)
      -Pass False if you do not need a quote returned for each property. Pass True to return a quote for the specified dates. ArriveDate and DepartDate must be entered if you wish to return a quote.
      Note: The time it takes for a query to run is significantly increased when you elect to return a quote. Do not select this option unless you specifically need to see the quoted price against each property.
    • IncludePoolHeatInQuote (Boolean)
      -This option only applies if you also set ‘ReturnQuote’ to True. Setting this option to True includes the cost of pool heating in the calculated quote.
  • xmlMsg (String)
    -Pass blank string unless otherwise discussed with your CiiRUS technical point of contact. Below are optional "specialRequest" search options.
    <specialRequest>
    <UserID>11006</UserID>{If using this message, Required. Replace 11006 with your API user UserID - (refference GetManagementCompanyList fn(x))}
    <BedroomsGreaterThanOrEqualTo>true</BedroomsGreaterThanOrEqualTo> (Optional) Filters results by Bedrooms >= the bedrooms input parameter. False by defualt (= only).
    <SleepsEqualTo>true</SleepsEqualTo> (Optional) Filters results by Sleeps = the sleeps input parameter. False by default (>=).
    </specialRequest>

    Note: Please pass your xmlMsg as a string (plaintext/no URL encoded values accepted)

  • jSonMsg (String)
    -Pass blank string unless otherwise discussed with your CiiRUS technical point of contact.



Error Responses:

  • GetProperties: Validation Error 1
  • GetProperties: Error - DataSet not Populated
  • GetProperties: No Properties were found for this set of parameters.
  • GetProperties: Error - DataSet not Populated (AOA - BookingsInCat)
  • GetProperties: Error - DataSet not Populated (AOA - NumRoomsInCat)
  • GetProperties: Error - Invalid days in range (AOA)
  • GetProperties: Error - running through days in range (AOA)
  • GetProperties: Error - Unkown Error

If you are passing parameters correctly to this function, and are still not able to return properties, please check the function "GetPropertyPermissions", and/or contact the user and request they populate this data.


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 /CiirusXML.15.025.asmx HTTP/1.1
Host: api.ciirus.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://xml.ciirus.com/GetProperties"

<?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>
    <GetProperties xmlns="http://xml.ciirus.com/">
      <APIUsername>string</APIUsername>
      <APIPassword>string</APIPassword>
      <ArriveDate>string</ArriveDate>
      <DepartDate>string</DepartDate>
      <FilterOptions>
        <ManagementCompanyID>int</ManagementCompanyID>
        <CommunityID>int</CommunityID>
        <PropertyID>int</PropertyID>
        <PropertyType>int</PropertyType>
        <HasPool>int</HasPool>
        <HasSpa>int</HasSpa>
        <PrivacyFence>int</PrivacyFence>
        <CommunalGym>int</CommunalGym>
        <HasGamesRoom>int</HasGamesRoom>
        <IsGasFree>boolean</IsGasFree>
        <Sleeps>int</Sleeps>
        <Bedrooms>int</Bedrooms>
        <PropertyClass>int</PropertyClass>
        <ConservationView>int</ConservationView>
        <WaterView>int</WaterView>
        <LakeView>int</LakeView>
        <WiFi>int</WiFi>
        <PetsAllowed>int</PetsAllowed>
        <OnGolfCourse>int</OnGolfCourse>
        <SouthFacingPool>int</SouthFacingPool>
      </FilterOptions>
      <SearchOptions>
        <ReturnTopX>int</ReturnTopX>
        <ReturnFullDetails>boolean</ReturnFullDetails>
        <ReturnQuote>boolean</ReturnQuote>
        <IncludePoolHeatInQuote>boolean</IncludePoolHeatInQuote>
      </SearchOptions>
      <xmlMsg>string</xmlMsg>
      <jSonMsg>string</jSonMsg>
    </GetProperties>
  </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>
    <GetPropertiesResponse xmlns="http://xml.ciirus.com/">
      <GetPropertiesResult>
        <PropertyDetails>
          <PropertyID>int</PropertyID>
          <ManagementCompanyName>string</ManagementCompanyName>
          <MainImageURL>string</MainImageURL>
          <MCPropertyName>string</MCPropertyName>
          <WebsitePropertyName>string</WebsitePropertyName>
          <DescriptionSetID>int</DescriptionSetID>
          <Community>string</Community>
          <Bedrooms>int</Bedrooms>
          <Sleeps>int</Sleeps>
          <Bathrooms>decimal</Bathrooms>
          <XCO>decimal</XCO>
          <YCO>decimal</YCO>
          <Bullet1>string</Bullet1>
          <Bullet2>string</Bullet2>
          <Bullet3>string</Bullet3>
          <Bullet4>string</Bullet4>
          <Bullet5>string</Bullet5>
          <CurrencySymbol>string</CurrencySymbol>
          <CurrencyCode>string</CurrencyCode>
          <HasPool>boolean</HasPool>
          <HasSpa>boolean</HasSpa>
          <GamesRoom>boolean</GamesRoom>
          <PropertyType>string</PropertyType>
          <PropertyClass>string</PropertyClass>
          <HostMCUserID>int</HostMCUserID>
          <QuoteExcludingTax>decimal</QuoteExcludingTax>
          <QuoteIncludingTax>decimal</QuoteIncludingTax>
          <LessThanMinimumNightsStay>boolean</LessThanMinimumNightsStay>
          <MinimumNightsStay>int</MinimumNightsStay>
          <CommunalPool>boolean</CommunalPool>
          <CommunalGym>boolean</CommunalGym>
          <ConservationView>boolean</ConservationView>
          <WaterView>boolean</WaterView>
          <GolfView>boolean</GolfView>
          <GolfIncluded>boolean</GolfIncluded>
          <WiFi>boolean</WiFi>
          <Internet>boolean</Internet>
          <WiredInternetAccess>boolean</WiredInternetAccess>
          <PetsAllowed>boolean</PetsAllowed>
          <Stroller>boolean</Stroller>
          <Crib>boolean</Crib>
          <HighChair>boolean</HighChair>
          <AirCon>boolean</AirCon>
          <ElectricFireplace>boolean</ElectricFireplace>
          <GasFireplace>boolean</GasFireplace>
          <WoodBurningFireplace>boolean</WoodBurningFireplace>
          <FreeCalls>boolean</FreeCalls>
          <FreeSolarHeatedPool>boolean</FreeSolarHeatedPool>
          <PacknPlay>boolean</PacknPlay>
          <PrivacyFence>boolean</PrivacyFence>
          <SouthFacingPool>boolean</SouthFacingPool>
          <BBQ>boolean</BBQ>
          <AirHockeyTable>boolean</AirHockeyTable>
          <BigScreenTV>boolean</BigScreenTV>
          <CDPlayer>boolean</CDPlayer>
          <DVDPlayer>boolean</DVDPlayer>
          <FoosballTable>boolean</FoosballTable>
          <Grill>boolean</Grill>
          <HairDryer>boolean</HairDryer>
          <TVInEveryBedroom>boolean</TVInEveryBedroom>
          <VCR>boolean</VCR>
          <IndoorJacuzzi>boolean</IndoorJacuzzi>
          <IndoorHotTub>boolean</IndoorHotTub>
          <OutdoorHotTub>boolean</OutdoorHotTub>
          <PavedParking>boolean</PavedParking>
          <PoolAccess>boolean</PoolAccess>
          <RockingChairs>boolean</RockingChairs>
          <VideoGames>boolean</VideoGames>
          <Fishing>boolean</Fishing>
          <BedroomConfiguration>string</BedroomConfiguration>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zip>string</Zip>
          <Country>string</Country>
          <Telephone>string</Telephone>
          <ExtraBed>boolean</ExtraBed>
          <SofaBed>boolean</SofaBed>
          <Twin_SingleBeds>int</Twin_SingleBeds>
          <FullBeds>int</FullBeds>
          <QueenBeds>int</QueenBeds>
          <KingBeds>int</KingBeds>
          <ErrorMsg>string</ErrorMsg>
          <SpecialResponse>string</SpecialResponse>
        </PropertyDetails>
        <PropertyDetails>
          <PropertyID>int</PropertyID>
          <ManagementCompanyName>string</ManagementCompanyName>
          <MainImageURL>string</MainImageURL>
          <MCPropertyName>string</MCPropertyName>
          <WebsitePropertyName>string</WebsitePropertyName>
          <DescriptionSetID>int</DescriptionSetID>
          <Community>string</Community>
          <Bedrooms>int</Bedrooms>
          <Sleeps>int</Sleeps>
          <Bathrooms>decimal</Bathrooms>
          <XCO>decimal</XCO>
          <YCO>decimal</YCO>
          <Bullet1>string</Bullet1>
          <Bullet2>string</Bullet2>
          <Bullet3>string</Bullet3>
          <Bullet4>string</Bullet4>
          <Bullet5>string</Bullet5>
          <CurrencySymbol>string</CurrencySymbol>
          <CurrencyCode>string</CurrencyCode>
          <HasPool>boolean</HasPool>
          <HasSpa>boolean</HasSpa>
          <GamesRoom>boolean</GamesRoom>
          <PropertyType>string</PropertyType>
          <PropertyClass>string</PropertyClass>
          <HostMCUserID>int</HostMCUserID>
          <QuoteExcludingTax>decimal</QuoteExcludingTax>
          <QuoteIncludingTax>decimal</QuoteIncludingTax>
          <LessThanMinimumNightsStay>boolean</LessThanMinimumNightsStay>
          <MinimumNightsStay>int</MinimumNightsStay>
          <CommunalPool>boolean</CommunalPool>
          <CommunalGym>boolean</CommunalGym>
          <ConservationView>boolean</ConservationView>
          <WaterView>boolean</WaterView>
          <GolfView>boolean</GolfView>
          <GolfIncluded>boolean</GolfIncluded>
          <WiFi>boolean</WiFi>
          <Internet>boolean</Internet>
          <WiredInternetAccess>boolean</WiredInternetAccess>
          <PetsAllowed>boolean</PetsAllowed>
          <Stroller>boolean</Stroller>
          <Crib>boolean</Crib>
          <HighChair>boolean</HighChair>
          <AirCon>boolean</AirCon>
          <ElectricFireplace>boolean</ElectricFireplace>
          <GasFireplace>boolean</GasFireplace>
          <WoodBurningFireplace>boolean</WoodBurningFireplace>
          <FreeCalls>boolean</FreeCalls>
          <FreeSolarHeatedPool>boolean</FreeSolarHeatedPool>
          <PacknPlay>boolean</PacknPlay>
          <PrivacyFence>boolean</PrivacyFence>
          <SouthFacingPool>boolean</SouthFacingPool>
          <BBQ>boolean</BBQ>
          <AirHockeyTable>boolean</AirHockeyTable>
          <BigScreenTV>boolean</BigScreenTV>
          <CDPlayer>boolean</CDPlayer>
          <DVDPlayer>boolean</DVDPlayer>
          <FoosballTable>boolean</FoosballTable>
          <Grill>boolean</Grill>
          <HairDryer>boolean</HairDryer>
          <TVInEveryBedroom>boolean</TVInEveryBedroom>
          <VCR>boolean</VCR>
          <IndoorJacuzzi>boolean</IndoorJacuzzi>
          <IndoorHotTub>boolean</IndoorHotTub>
          <OutdoorHotTub>boolean</OutdoorHotTub>
          <PavedParking>boolean</PavedParking>
          <PoolAccess>boolean</PoolAccess>
          <RockingChairs>boolean</RockingChairs>
          <VideoGames>boolean</VideoGames>
          <Fishing>boolean</Fishing>
          <BedroomConfiguration>string</BedroomConfiguration>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zip>string</Zip>
          <Country>string</Country>
          <Telephone>string</Telephone>
          <ExtraBed>boolean</ExtraBed>
          <SofaBed>boolean</SofaBed>
          <Twin_SingleBeds>int</Twin_SingleBeds>
          <FullBeds>int</FullBeds>
          <QueenBeds>int</QueenBeds>
          <KingBeds>int</KingBeds>
          <ErrorMsg>string</ErrorMsg>
          <SpecialResponse>string</SpecialResponse>
        </PropertyDetails>
      </GetPropertiesResult>
    </GetPropertiesResponse>
  </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 /CiirusXML.15.025.asmx HTTP/1.1
Host: api.ciirus.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>
    <GetProperties xmlns="http://xml.ciirus.com/">
      <APIUsername>string</APIUsername>
      <APIPassword>string</APIPassword>
      <ArriveDate>string</ArriveDate>
      <DepartDate>string</DepartDate>
      <FilterOptions>
        <ManagementCompanyID>int</ManagementCompanyID>
        <CommunityID>int</CommunityID>
        <PropertyID>int</PropertyID>
        <PropertyType>int</PropertyType>
        <HasPool>int</HasPool>
        <HasSpa>int</HasSpa>
        <PrivacyFence>int</PrivacyFence>
        <CommunalGym>int</CommunalGym>
        <HasGamesRoom>int</HasGamesRoom>
        <IsGasFree>boolean</IsGasFree>
        <Sleeps>int</Sleeps>
        <Bedrooms>int</Bedrooms>
        <PropertyClass>int</PropertyClass>
        <ConservationView>int</ConservationView>
        <WaterView>int</WaterView>
        <LakeView>int</LakeView>
        <WiFi>int</WiFi>
        <PetsAllowed>int</PetsAllowed>
        <OnGolfCourse>int</OnGolfCourse>
        <SouthFacingPool>int</SouthFacingPool>
      </FilterOptions>
      <SearchOptions>
        <ReturnTopX>int</ReturnTopX>
        <ReturnFullDetails>boolean</ReturnFullDetails>
        <ReturnQuote>boolean</ReturnQuote>
        <IncludePoolHeatInQuote>boolean</IncludePoolHeatInQuote>
      </SearchOptions>
      <xmlMsg>string</xmlMsg>
      <jSonMsg>string</jSonMsg>
    </GetProperties>
  </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>
    <GetPropertiesResponse xmlns="http://xml.ciirus.com/">
      <GetPropertiesResult>
        <PropertyDetails>
          <PropertyID>int</PropertyID>
          <ManagementCompanyName>string</ManagementCompanyName>
          <MainImageURL>string</MainImageURL>
          <MCPropertyName>string</MCPropertyName>
          <WebsitePropertyName>string</WebsitePropertyName>
          <DescriptionSetID>int</DescriptionSetID>
          <Community>string</Community>
          <Bedrooms>int</Bedrooms>
          <Sleeps>int</Sleeps>
          <Bathrooms>decimal</Bathrooms>
          <XCO>decimal</XCO>
          <YCO>decimal</YCO>
          <Bullet1>string</Bullet1>
          <Bullet2>string</Bullet2>
          <Bullet3>string</Bullet3>
          <Bullet4>string</Bullet4>
          <Bullet5>string</Bullet5>
          <CurrencySymbol>string</CurrencySymbol>
          <CurrencyCode>string</CurrencyCode>
          <HasPool>boolean</HasPool>
          <HasSpa>boolean</HasSpa>
          <GamesRoom>boolean</GamesRoom>
          <PropertyType>string</PropertyType>
          <PropertyClass>string</PropertyClass>
          <HostMCUserID>int</HostMCUserID>
          <QuoteExcludingTax>decimal</QuoteExcludingTax>
          <QuoteIncludingTax>decimal</QuoteIncludingTax>
          <LessThanMinimumNightsStay>boolean</LessThanMinimumNightsStay>
          <MinimumNightsStay>int</MinimumNightsStay>
          <CommunalPool>boolean</CommunalPool>
          <CommunalGym>boolean</CommunalGym>
          <ConservationView>boolean</ConservationView>
          <WaterView>boolean</WaterView>
          <GolfView>boolean</GolfView>
          <GolfIncluded>boolean</GolfIncluded>
          <WiFi>boolean</WiFi>
          <Internet>boolean</Internet>
          <WiredInternetAccess>boolean</WiredInternetAccess>
          <PetsAllowed>boolean</PetsAllowed>
          <Stroller>boolean</Stroller>
          <Crib>boolean</Crib>
          <HighChair>boolean</HighChair>
          <AirCon>boolean</AirCon>
          <ElectricFireplace>boolean</ElectricFireplace>
          <GasFireplace>boolean</GasFireplace>
          <WoodBurningFireplace>boolean</WoodBurningFireplace>
          <FreeCalls>boolean</FreeCalls>
          <FreeSolarHeatedPool>boolean</FreeSolarHeatedPool>
          <PacknPlay>boolean</PacknPlay>
          <PrivacyFence>boolean</PrivacyFence>
          <SouthFacingPool>boolean</SouthFacingPool>
          <BBQ>boolean</BBQ>
          <AirHockeyTable>boolean</AirHockeyTable>
          <BigScreenTV>boolean</BigScreenTV>
          <CDPlayer>boolean</CDPlayer>
          <DVDPlayer>boolean</DVDPlayer>
          <FoosballTable>boolean</FoosballTable>
          <Grill>boolean</Grill>
          <HairDryer>boolean</HairDryer>
          <TVInEveryBedroom>boolean</TVInEveryBedroom>
          <VCR>boolean</VCR>
          <IndoorJacuzzi>boolean</IndoorJacuzzi>
          <IndoorHotTub>boolean</IndoorHotTub>
          <OutdoorHotTub>boolean</OutdoorHotTub>
          <PavedParking>boolean</PavedParking>
          <PoolAccess>boolean</PoolAccess>
          <RockingChairs>boolean</RockingChairs>
          <VideoGames>boolean</VideoGames>
          <Fishing>boolean</Fishing>
          <BedroomConfiguration>string</BedroomConfiguration>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zip>string</Zip>
          <Country>string</Country>
          <Telephone>string</Telephone>
          <ExtraBed>boolean</ExtraBed>
          <SofaBed>boolean</SofaBed>
          <Twin_SingleBeds>int</Twin_SingleBeds>
          <FullBeds>int</FullBeds>
          <QueenBeds>int</QueenBeds>
          <KingBeds>int</KingBeds>
          <ErrorMsg>string</ErrorMsg>
          <SpecialResponse>string</SpecialResponse>
        </PropertyDetails>
        <PropertyDetails>
          <PropertyID>int</PropertyID>
          <ManagementCompanyName>string</ManagementCompanyName>
          <MainImageURL>string</MainImageURL>
          <MCPropertyName>string</MCPropertyName>
          <WebsitePropertyName>string</WebsitePropertyName>
          <DescriptionSetID>int</DescriptionSetID>
          <Community>string</Community>
          <Bedrooms>int</Bedrooms>
          <Sleeps>int</Sleeps>
          <Bathrooms>decimal</Bathrooms>
          <XCO>decimal</XCO>
          <YCO>decimal</YCO>
          <Bullet1>string</Bullet1>
          <Bullet2>string</Bullet2>
          <Bullet3>string</Bullet3>
          <Bullet4>string</Bullet4>
          <Bullet5>string</Bullet5>
          <CurrencySymbol>string</CurrencySymbol>
          <CurrencyCode>string</CurrencyCode>
          <HasPool>boolean</HasPool>
          <HasSpa>boolean</HasSpa>
          <GamesRoom>boolean</GamesRoom>
          <PropertyType>string</PropertyType>
          <PropertyClass>string</PropertyClass>
          <HostMCUserID>int</HostMCUserID>
          <QuoteExcludingTax>decimal</QuoteExcludingTax>
          <QuoteIncludingTax>decimal</QuoteIncludingTax>
          <LessThanMinimumNightsStay>boolean</LessThanMinimumNightsStay>
          <MinimumNightsStay>int</MinimumNightsStay>
          <CommunalPool>boolean</CommunalPool>
          <CommunalGym>boolean</CommunalGym>
          <ConservationView>boolean</ConservationView>
          <WaterView>boolean</WaterView>
          <GolfView>boolean</GolfView>
          <GolfIncluded>boolean</GolfIncluded>
          <WiFi>boolean</WiFi>
          <Internet>boolean</Internet>
          <WiredInternetAccess>boolean</WiredInternetAccess>
          <PetsAllowed>boolean</PetsAllowed>
          <Stroller>boolean</Stroller>
          <Crib>boolean</Crib>
          <HighChair>boolean</HighChair>
          <AirCon>boolean</AirCon>
          <ElectricFireplace>boolean</ElectricFireplace>
          <GasFireplace>boolean</GasFireplace>
          <WoodBurningFireplace>boolean</WoodBurningFireplace>
          <FreeCalls>boolean</FreeCalls>
          <FreeSolarHeatedPool>boolean</FreeSolarHeatedPool>
          <PacknPlay>boolean</PacknPlay>
          <PrivacyFence>boolean</PrivacyFence>
          <SouthFacingPool>boolean</SouthFacingPool>
          <BBQ>boolean</BBQ>
          <AirHockeyTable>boolean</AirHockeyTable>
          <BigScreenTV>boolean</BigScreenTV>
          <CDPlayer>boolean</CDPlayer>
          <DVDPlayer>boolean</DVDPlayer>
          <FoosballTable>boolean</FoosballTable>
          <Grill>boolean</Grill>
          <HairDryer>boolean</HairDryer>
          <TVInEveryBedroom>boolean</TVInEveryBedroom>
          <VCR>boolean</VCR>
          <IndoorJacuzzi>boolean</IndoorJacuzzi>
          <IndoorHotTub>boolean</IndoorHotTub>
          <OutdoorHotTub>boolean</OutdoorHotTub>
          <PavedParking>boolean</PavedParking>
          <PoolAccess>boolean</PoolAccess>
          <RockingChairs>boolean</RockingChairs>
          <VideoGames>boolean</VideoGames>
          <Fishing>boolean</Fishing>
          <BedroomConfiguration>string</BedroomConfiguration>
          <Address1>string</Address1>
          <Address2>string</Address2>
          <City>string</City>
          <County>string</County>
          <State>string</State>
          <Zip>string</Zip>
          <Country>string</Country>
          <Telephone>string</Telephone>
          <ExtraBed>boolean</ExtraBed>
          <SofaBed>boolean</SofaBed>
          <Twin_SingleBeds>int</Twin_SingleBeds>
          <FullBeds>int</FullBeds>
          <QueenBeds>int</QueenBeds>
          <KingBeds>int</KingBeds>
          <ErrorMsg>string</ErrorMsg>
          <SpecialResponse>string</SpecialResponse>
        </PropertyDetails>
      </GetPropertiesResult>
    </GetPropertiesResponse>
  </soap12:Body>
</soap12:Envelope>