Get Renewal Options
Retrieve a list of available renewal options for a membership. Each option is represented by an itemNumber
, which includes predefined configurations such as price, duration, and other relevant details. The optionId
returned from this endpoint can be used as a parameter in the renewMembership
endpoint to proceed with the renewal.
Path parameters
tenant
Your Entra Tenant ID. More details.
environment
Your Business Central Environment. More details.
company
Your Business Central Company. More details.
membershipId
Unique identifier for a membership.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-api-version
Used for API versioning. More details.
Response
This endpoint returns an object.
membership
The MembershipLifecycleEntriesDTO is a composite type representing the timeline of a membership. It includes details when the membership was activated, renewed, upgraded, or extended.