AffiliateDataFeed


Click here for a complete list of operations.

GetReservations

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 /ADF_2013_06/affiliatedatafeed.asmx HTTP/1.1
Host: affiliate-staging.rci-europe.co.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://rci.europe.adf/GetReservations"

<?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>
    <GetReservations xmlns="http://rci.europe.adf">
      <ReservationRequest>
        <transactionId>string</transactionId>
        <dateFrom>string</dateFrom>
        <dateTo>string</dateTo>
      </ReservationRequest>
    </GetReservations>
  </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>
    <GetReservationsResponse xmlns="http://rci.europe.adf">
      <GetReservationsResult>
        <transactionId>string</transactionId>
        <recordsIncomplete>boolean</recordsIncomplete>
        <recordsIncompleteSpecified>boolean</recordsIncompleteSpecified>
        <reservations>
          <reservation>
            <rciReservationNumber>string</rciReservationNumber>
            <weeksRelationNumber>string</weeksRelationNumber>
            <pointsReservationNumber>string</pointsReservationNumber>
            <pointsReservationType>string</pointsReservationType>
            <weeksReservationType>string</weeksReservationType>
            <compNumber>string</compNumber>
            <rciResortId>string</rciResortId>
            <transactionDate>dateTime</transactionDate>
            <transactionType>A or U</transactionType>
            <confirmedDate>dateTime</confirmedDate>
            <cancelledDate>dateTime</cancelledDate>
            <cancelledDateSpecified>boolean</cancelledDateSpecified>
            <arrivalDate>dateTime</arrivalDate>
            <departureDate>dateTime</departureDate>
            <unitNumber>string</unitNumber>
            <unitType>string</unitType>
            <maxOccupancy>string</maxOccupancy>
            <privOccupancy>string</privOccupancy>
            <reservationStatus>Confirmed or Cancelled</reservationStatus>
            <reservationType>Points or Weeks</reservationType>
            <rciMembershipNumber>string</rciMembershipNumber>
            <affiliateMembershipNumber>string</affiliateMembershipNumber>
            <clubCode>string</clubCode>
            <firstName1>string</firstName1>
            <lastName1>string</lastName1>
            <firstName2>string</firstName2>
            <lastName2>string</lastName2>
            <addressLine1>string</addressLine1>
            <addressLine2>string</addressLine2>
            <addressLine3>string</addressLine3>
            <addressLine4>string</addressLine4>
            <zip>string</zip>
            <state>string</state>
            <country>string</country>
            <emailAddress>string</emailAddress>
            <homePhoneNumber>string</homePhoneNumber>
            <workPhoneNumber>string</workPhoneNumber>
            <guestCertificateFlag>boolean</guestCertificateFlag>
            <ownerMemberId>string</ownerMemberId>
            <ownerFirstName1>string</ownerFirstName1>
            <ownerLastName1>string</ownerLastName1>
            <languagePreference>string</languagePreference>
            <previousTransactionId>string</previousTransactionId>
          </reservation>
          <reservation>
            <rciReservationNumber>string</rciReservationNumber>
            <weeksRelationNumber>string</weeksRelationNumber>
            <pointsReservationNumber>string</pointsReservationNumber>
            <pointsReservationType>string</pointsReservationType>
            <weeksReservationType>string</weeksReservationType>
            <compNumber>string</compNumber>
            <rciResortId>string</rciResortId>
            <transactionDate>dateTime</transactionDate>
            <transactionType>A or U</transactionType>
            <confirmedDate>dateTime</confirmedDate>
            <cancelledDate>dateTime</cancelledDate>
            <cancelledDateSpecified>boolean</cancelledDateSpecified>
            <arrivalDate>dateTime</arrivalDate>
            <departureDate>dateTime</departureDate>
            <unitNumber>string</unitNumber>
            <unitType>string</unitType>
            <maxOccupancy>string</maxOccupancy>
            <privOccupancy>string</privOccupancy>
            <reservationStatus>Confirmed or Cancelled</reservationStatus>
            <reservationType>Points or Weeks</reservationType>
            <rciMembershipNumber>string</rciMembershipNumber>
            <affiliateMembershipNumber>string</affiliateMembershipNumber>
            <clubCode>string</clubCode>
            <firstName1>string</firstName1>
            <lastName1>string</lastName1>
            <firstName2>string</firstName2>
            <lastName2>string</lastName2>
            <addressLine1>string</addressLine1>
            <addressLine2>string</addressLine2>
            <addressLine3>string</addressLine3>
            <addressLine4>string</addressLine4>
            <zip>string</zip>
            <state>string</state>
            <country>string</country>
            <emailAddress>string</emailAddress>
            <homePhoneNumber>string</homePhoneNumber>
            <workPhoneNumber>string</workPhoneNumber>
            <guestCertificateFlag>boolean</guestCertificateFlag>
            <ownerMemberId>string</ownerMemberId>
            <ownerFirstName1>string</ownerFirstName1>
            <ownerLastName1>string</ownerLastName1>
            <languagePreference>string</languagePreference>
            <previousTransactionId>string</previousTransactionId>
          </reservation>
        </reservations>
        <adfException>
          <code>unsignedLong</code>
          <message>Item10010_Affiliate_Not_Found or Item10020_Affiliate_Disabled or Item10030_Affiliate_Active_From_Date_Is_In_The_Future or Item10040_Affiliate_Active_To_Date_Is_In_The_Past or Item20010_Access_To_Reservations_Data_Not_Enabled or Item20020_Access_To_Points_Inbound_Data_Not_Enabled or Item20030_Access_To_Weeks_Inbound_Data_Not_Enabled or Item20040_Access_To_Points_Balances_Data_Not_Enabled or Item20050_Access_To_Points_Transactions_Data_Not_Enabled or Item20060_Access_To_Reservation_Comments_Data_Not_Enabled or Item30010_Request_Business_Logic_Error or Item30020_Internal_Error_Service_Is_Not_Available_At_This_Time</message>
          <userMessage>string</userMessage>
        </adfException>
      </GetReservationsResult>
    </GetReservationsResponse>
  </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 /ADF_2013_06/affiliatedatafeed.asmx HTTP/1.1
Host: affiliate-staging.rci-europe.co.uk
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>
    <GetReservations xmlns="http://rci.europe.adf">
      <ReservationRequest>
        <transactionId>string</transactionId>
        <dateFrom>string</dateFrom>
        <dateTo>string</dateTo>
      </ReservationRequest>
    </GetReservations>
  </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>
    <GetReservationsResponse xmlns="http://rci.europe.adf">
      <GetReservationsResult>
        <transactionId>string</transactionId>
        <recordsIncomplete>boolean</recordsIncomplete>
        <recordsIncompleteSpecified>boolean</recordsIncompleteSpecified>
        <reservations>
          <reservation>
            <rciReservationNumber>string</rciReservationNumber>
            <weeksRelationNumber>string</weeksRelationNumber>
            <pointsReservationNumber>string</pointsReservationNumber>
            <pointsReservationType>string</pointsReservationType>
            <weeksReservationType>string</weeksReservationType>
            <compNumber>string</compNumber>
            <rciResortId>string</rciResortId>
            <transactionDate>dateTime</transactionDate>
            <transactionType>A or U</transactionType>
            <confirmedDate>dateTime</confirmedDate>
            <cancelledDate>dateTime</cancelledDate>
            <cancelledDateSpecified>boolean</cancelledDateSpecified>
            <arrivalDate>dateTime</arrivalDate>
            <departureDate>dateTime</departureDate>
            <unitNumber>string</unitNumber>
            <unitType>string</unitType>
            <maxOccupancy>string</maxOccupancy>
            <privOccupancy>string</privOccupancy>
            <reservationStatus>Confirmed or Cancelled</reservationStatus>
            <reservationType>Points or Weeks</reservationType>
            <rciMembershipNumber>string</rciMembershipNumber>
            <affiliateMembershipNumber>string</affiliateMembershipNumber>
            <clubCode>string</clubCode>
            <firstName1>string</firstName1>
            <lastName1>string</lastName1>
            <firstName2>string</firstName2>
            <lastName2>string</lastName2>
            <addressLine1>string</addressLine1>
            <addressLine2>string</addressLine2>
            <addressLine3>string</addressLine3>
            <addressLine4>string</addressLine4>
            <zip>string</zip>
            <state>string</state>
            <country>string</country>
            <emailAddress>string</emailAddress>
            <homePhoneNumber>string</homePhoneNumber>
            <workPhoneNumber>string</workPhoneNumber>
            <guestCertificateFlag>boolean</guestCertificateFlag>
            <ownerMemberId>string</ownerMemberId>
            <ownerFirstName1>string</ownerFirstName1>
            <ownerLastName1>string</ownerLastName1>
            <languagePreference>string</languagePreference>
            <previousTransactionId>string</previousTransactionId>
          </reservation>
          <reservation>
            <rciReservationNumber>string</rciReservationNumber>
            <weeksRelationNumber>string</weeksRelationNumber>
            <pointsReservationNumber>string</pointsReservationNumber>
            <pointsReservationType>string</pointsReservationType>
            <weeksReservationType>string</weeksReservationType>
            <compNumber>string</compNumber>
            <rciResortId>string</rciResortId>
            <transactionDate>dateTime</transactionDate>
            <transactionType>A or U</transactionType>
            <confirmedDate>dateTime</confirmedDate>
            <cancelledDate>dateTime</cancelledDate>
            <cancelledDateSpecified>boolean</cancelledDateSpecified>
            <arrivalDate>dateTime</arrivalDate>
            <departureDate>dateTime</departureDate>
            <unitNumber>string</unitNumber>
            <unitType>string</unitType>
            <maxOccupancy>string</maxOccupancy>
            <privOccupancy>string</privOccupancy>
            <reservationStatus>Confirmed or Cancelled</reservationStatus>
            <reservationType>Points or Weeks</reservationType>
            <rciMembershipNumber>string</rciMembershipNumber>
            <affiliateMembershipNumber>string</affiliateMembershipNumber>
            <clubCode>string</clubCode>
            <firstName1>string</firstName1>
            <lastName1>string</lastName1>
            <firstName2>string</firstName2>
            <lastName2>string</lastName2>
            <addressLine1>string</addressLine1>
            <addressLine2>string</addressLine2>
            <addressLine3>string</addressLine3>
            <addressLine4>string</addressLine4>
            <zip>string</zip>
            <state>string</state>
            <country>string</country>
            <emailAddress>string</emailAddress>
            <homePhoneNumber>string</homePhoneNumber>
            <workPhoneNumber>string</workPhoneNumber>
            <guestCertificateFlag>boolean</guestCertificateFlag>
            <ownerMemberId>string</ownerMemberId>
            <ownerFirstName1>string</ownerFirstName1>
            <ownerLastName1>string</ownerLastName1>
            <languagePreference>string</languagePreference>
            <previousTransactionId>string</previousTransactionId>
          </reservation>
        </reservations>
        <adfException>
          <code>unsignedLong</code>
          <message>Item10010_Affiliate_Not_Found or Item10020_Affiliate_Disabled or Item10030_Affiliate_Active_From_Date_Is_In_The_Future or Item10040_Affiliate_Active_To_Date_Is_In_The_Past or Item20010_Access_To_Reservations_Data_Not_Enabled or Item20020_Access_To_Points_Inbound_Data_Not_Enabled or Item20030_Access_To_Weeks_Inbound_Data_Not_Enabled or Item20040_Access_To_Points_Balances_Data_Not_Enabled or Item20050_Access_To_Points_Transactions_Data_Not_Enabled or Item20060_Access_To_Reservation_Comments_Data_Not_Enabled or Item30010_Request_Business_Logic_Error or Item30020_Internal_Error_Service_Is_Not_Available_At_This_Time</message>
          <userMessage>string</userMessage>
        </adfException>
      </GetReservationsResult>
    </GetReservationsResponse>
  </soap12:Body>
</soap12:Envelope>