CITI_WS_PLACES


Click here for a complete list of operations.

GetResortByAgency

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
sessionKey:
resortId:
resortName:
resortNpa:
resortCountryId:
resortCountiesId:
resortStateId:
lOnlyResortWithObjectPublished:
AgencyId:

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 /CITI_WS_PLACES.asmx HTTP/1.1
Host: wspublicationv2.rentalp.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://WSPublicationv2.rentalp.ch.places/GetResortByAgency"

<?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>
    <GetResortByAgency xmlns="http://WSPublicationv2.rentalp.ch.places">
      <sessionKey>string</sessionKey>
      <resortId>decimal</resortId>
      <resortName>string</resortName>
      <resortNpa>string</resortNpa>
      <resortCountryId>decimal</resortCountryId>
      <resortCountiesId>decimal</resortCountiesId>
      <resortStateId>decimal</resortStateId>
      <lOnlyResortWithObjectPublished>int</lOnlyResortWithObjectPublished>
      <AgencyId>decimal</AgencyId>
    </GetResortByAgency>
  </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>
    <GetResortByAgencyResponse xmlns="http://WSPublicationv2.rentalp.ch.places">
      <GetResortByAgencyResult>
        <Resort>
          <ResortId>decimal</ResortId>
          <ResortCountryId>decimal</ResortCountryId>
          <ResortName>string</ResortName>
          <ResortStateId>decimal</ResortStateId>
          <ResortCountiesId>decimal</ResortCountiesId>
          <ResortRegionId>decimal</ResortRegionId>
          <ResortSubRegionId>decimal</ResortSubRegionId>
          <ResortNPA>string</ResortNPA>
          <ResortAltitude>int</ResortAltitude>
          <ResortPopulation>int</ResortPopulation>
          <ResortHotels>int</ResortHotels>
          <ResortPublicPlaces>int</ResortPublicPlaces>
          <ResortTaxRate>int</ResortTaxRate>
          <ResortIndexRate>int</ResortIndexRate>
          <ResortGPSCoordinates>string</ResortGPSCoordinates>
          <ResortWebMappingUrl>string</ResortWebMappingUrl>
          <ResortAccessData>string</ResortAccessData>
          <ResortGPSMapURL>string</ResortGPSMapURL>
        </Resort>
        <Resort>
          <ResortId>decimal</ResortId>
          <ResortCountryId>decimal</ResortCountryId>
          <ResortName>string</ResortName>
          <ResortStateId>decimal</ResortStateId>
          <ResortCountiesId>decimal</ResortCountiesId>
          <ResortRegionId>decimal</ResortRegionId>
          <ResortSubRegionId>decimal</ResortSubRegionId>
          <ResortNPA>string</ResortNPA>
          <ResortAltitude>int</ResortAltitude>
          <ResortPopulation>int</ResortPopulation>
          <ResortHotels>int</ResortHotels>
          <ResortPublicPlaces>int</ResortPublicPlaces>
          <ResortTaxRate>int</ResortTaxRate>
          <ResortIndexRate>int</ResortIndexRate>
          <ResortGPSCoordinates>string</ResortGPSCoordinates>
          <ResortWebMappingUrl>string</ResortWebMappingUrl>
          <ResortAccessData>string</ResortAccessData>
          <ResortGPSMapURL>string</ResortGPSMapURL>
        </Resort>
      </GetResortByAgencyResult>
    </GetResortByAgencyResponse>
  </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 /CITI_WS_PLACES.asmx HTTP/1.1
Host: wspublicationv2.rentalp.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>
    <GetResortByAgency xmlns="http://WSPublicationv2.rentalp.ch.places">
      <sessionKey>string</sessionKey>
      <resortId>decimal</resortId>
      <resortName>string</resortName>
      <resortNpa>string</resortNpa>
      <resortCountryId>decimal</resortCountryId>
      <resortCountiesId>decimal</resortCountiesId>
      <resortStateId>decimal</resortStateId>
      <lOnlyResortWithObjectPublished>int</lOnlyResortWithObjectPublished>
      <AgencyId>decimal</AgencyId>
    </GetResortByAgency>
  </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>
    <GetResortByAgencyResponse xmlns="http://WSPublicationv2.rentalp.ch.places">
      <GetResortByAgencyResult>
        <Resort>
          <ResortId>decimal</ResortId>
          <ResortCountryId>decimal</ResortCountryId>
          <ResortName>string</ResortName>
          <ResortStateId>decimal</ResortStateId>
          <ResortCountiesId>decimal</ResortCountiesId>
          <ResortRegionId>decimal</ResortRegionId>
          <ResortSubRegionId>decimal</ResortSubRegionId>
          <ResortNPA>string</ResortNPA>
          <ResortAltitude>int</ResortAltitude>
          <ResortPopulation>int</ResortPopulation>
          <ResortHotels>int</ResortHotels>
          <ResortPublicPlaces>int</ResortPublicPlaces>
          <ResortTaxRate>int</ResortTaxRate>
          <ResortIndexRate>int</ResortIndexRate>
          <ResortGPSCoordinates>string</ResortGPSCoordinates>
          <ResortWebMappingUrl>string</ResortWebMappingUrl>
          <ResortAccessData>string</ResortAccessData>
          <ResortGPSMapURL>string</ResortGPSMapURL>
        </Resort>
        <Resort>
          <ResortId>decimal</ResortId>
          <ResortCountryId>decimal</ResortCountryId>
          <ResortName>string</ResortName>
          <ResortStateId>decimal</ResortStateId>
          <ResortCountiesId>decimal</ResortCountiesId>
          <ResortRegionId>decimal</ResortRegionId>
          <ResortSubRegionId>decimal</ResortSubRegionId>
          <ResortNPA>string</ResortNPA>
          <ResortAltitude>int</ResortAltitude>
          <ResortPopulation>int</ResortPopulation>
          <ResortHotels>int</ResortHotels>
          <ResortPublicPlaces>int</ResortPublicPlaces>
          <ResortTaxRate>int</ResortTaxRate>
          <ResortIndexRate>int</ResortIndexRate>
          <ResortGPSCoordinates>string</ResortGPSCoordinates>
          <ResortWebMappingUrl>string</ResortWebMappingUrl>
          <ResortAccessData>string</ResortAccessData>
          <ResortGPSMapURL>string</ResortGPSMapURL>
        </Resort>
      </GetResortByAgencyResult>
    </GetResortByAgencyResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /CITI_WS_PLACES.asmx/GetResortByAgency?sessionKey=string&resortId=string&resortName=string&resortNpa=string&resortCountryId=string&resortCountiesId=string&resortStateId=string&lOnlyResortWithObjectPublished=string&AgencyId=string HTTP/1.1
Host: wspublicationv2.rentalp.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfResort xmlns="http://WSPublicationv2.rentalp.ch.places">
  <Resort>
    <ResortId>decimal</ResortId>
    <ResortCountryId>decimal</ResortCountryId>
    <ResortName>string</ResortName>
    <ResortStateId>decimal</ResortStateId>
    <ResortCountiesId>decimal</ResortCountiesId>
    <ResortRegionId>decimal</ResortRegionId>
    <ResortSubRegionId>decimal</ResortSubRegionId>
    <ResortNPA>string</ResortNPA>
    <ResortAltitude>int</ResortAltitude>
    <ResortPopulation>int</ResortPopulation>
    <ResortHotels>int</ResortHotels>
    <ResortPublicPlaces>int</ResortPublicPlaces>
    <ResortTaxRate>int</ResortTaxRate>
    <ResortIndexRate>int</ResortIndexRate>
    <ResortGPSCoordinates>string</ResortGPSCoordinates>
    <ResortWebMappingUrl>string</ResortWebMappingUrl>
    <ResortAccessData>string</ResortAccessData>
    <ResortGPSMapURL>string</ResortGPSMapURL>
  </Resort>
  <Resort>
    <ResortId>decimal</ResortId>
    <ResortCountryId>decimal</ResortCountryId>
    <ResortName>string</ResortName>
    <ResortStateId>decimal</ResortStateId>
    <ResortCountiesId>decimal</ResortCountiesId>
    <ResortRegionId>decimal</ResortRegionId>
    <ResortSubRegionId>decimal</ResortSubRegionId>
    <ResortNPA>string</ResortNPA>
    <ResortAltitude>int</ResortAltitude>
    <ResortPopulation>int</ResortPopulation>
    <ResortHotels>int</ResortHotels>
    <ResortPublicPlaces>int</ResortPublicPlaces>
    <ResortTaxRate>int</ResortTaxRate>
    <ResortIndexRate>int</ResortIndexRate>
    <ResortGPSCoordinates>string</ResortGPSCoordinates>
    <ResortWebMappingUrl>string</ResortWebMappingUrl>
    <ResortAccessData>string</ResortAccessData>
    <ResortGPSMapURL>string</ResortGPSMapURL>
  </Resort>
</ArrayOfResort>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /CITI_WS_PLACES.asmx/GetResortByAgency HTTP/1.1
Host: wspublicationv2.rentalp.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

sessionKey=string&resortId=string&resortName=string&resortNpa=string&resortCountryId=string&resortCountiesId=string&resortStateId=string&lOnlyResortWithObjectPublished=string&AgencyId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfResort xmlns="http://WSPublicationv2.rentalp.ch.places">
  <Resort>
    <ResortId>decimal</ResortId>
    <ResortCountryId>decimal</ResortCountryId>
    <ResortName>string</ResortName>
    <ResortStateId>decimal</ResortStateId>
    <ResortCountiesId>decimal</ResortCountiesId>
    <ResortRegionId>decimal</ResortRegionId>
    <ResortSubRegionId>decimal</ResortSubRegionId>
    <ResortNPA>string</ResortNPA>
    <ResortAltitude>int</ResortAltitude>
    <ResortPopulation>int</ResortPopulation>
    <ResortHotels>int</ResortHotels>
    <ResortPublicPlaces>int</ResortPublicPlaces>
    <ResortTaxRate>int</ResortTaxRate>
    <ResortIndexRate>int</ResortIndexRate>
    <ResortGPSCoordinates>string</ResortGPSCoordinates>
    <ResortWebMappingUrl>string</ResortWebMappingUrl>
    <ResortAccessData>string</ResortAccessData>
    <ResortGPSMapURL>string</ResortGPSMapURL>
  </Resort>
  <Resort>
    <ResortId>decimal</ResortId>
    <ResortCountryId>decimal</ResortCountryId>
    <ResortName>string</ResortName>
    <ResortStateId>decimal</ResortStateId>
    <ResortCountiesId>decimal</ResortCountiesId>
    <ResortRegionId>decimal</ResortRegionId>
    <ResortSubRegionId>decimal</ResortSubRegionId>
    <ResortNPA>string</ResortNPA>
    <ResortAltitude>int</ResortAltitude>
    <ResortPopulation>int</ResortPopulation>
    <ResortHotels>int</ResortHotels>
    <ResortPublicPlaces>int</ResortPublicPlaces>
    <ResortTaxRate>int</ResortTaxRate>
    <ResortIndexRate>int</ResortIndexRate>
    <ResortGPSCoordinates>string</ResortGPSCoordinates>
    <ResortWebMappingUrl>string</ResortWebMappingUrl>
    <ResortAccessData>string</ResortAccessData>
    <ResortGPSMapURL>string</ResortGPSMapURL>
  </Resort>
</ArrayOfResort>