July 2024 ReadMe

Overview

This document contains a list of upcoming major changes to Oracle Hospitality APIs.

What will Change Details of the Change Target Product and Version Impact Call to Action

Pagination being added to the operation getAllMembershipClaims

Offset and Limit query parameters will be added, and the response will include totalPages, offset, limit, hasMore, totalResults, and count parameters. The default limit - even if not supplied - will be 20.

Oracle Hospitality Integration Platform 24.4

When calling getAllMembershipClaims expect a maximum of 20 items to be returned.

Adapt calling code to paginate through the list of membership claims.