SupportProduct Documentation
    • Introduction
    • URL Structure
    • API Key
    • Errors
    • Versioning
    • Pagination
    • Replication
    • Performance
    • Rate Limits
    • Webhooks
  • System Services
    • Companies
    • Hello World
  • Accounts
  • Ticketing
    • Getting started
    • Catalog
    • Capacity
    • Tickets
    • Reservations
    • Schedule
  • Memberships
    • Catalog
    • Membership
    • Member
    • Card
    • Payment Method
    • Lifecycle
    • Miscellaneous
    • Points
  • Speedgate
  • Attraction Wallet
  • POS
    • POS Sale
    • POS Unit
    • POS Store
    • Salesperson
    • External POS Sale
    • Global POS Entry
  • Inventory
    • Barcodes
    • Items
    • Item Ledger Entries
    • Item Categories
    • Item Variants
    • Item Translations
  • Coupon
  • Vouchers
    • Vouchers
  • Ecommerce
    • Sales Documents
  • Finance
    • General Ledger Account
    • General Ledger Entries
    • General Ledger Journal
  • Customers
    • Customers
  • PDF Designer
LogoLogo
SupportProduct Documentation
MembershipsWebhooks

Membership Renew Staged

Event name `membershipPeriodRenew_staged`<br><br> This webhook is triggered when a membership renewal period is added to the membership. Note that this change may have a future activation date. Use the <a href="/api-reference/memberships/service-lifecycle/get-membership-history">Get Membership History</a> endpoint to retrieve full details about the membership’s validity periods.
Was this page helpful?
Previous

Membership Upgrade Staged

Next
Built with
Membership Upgrade Staged
Payload
1{
2 "values": [
3 {
4 "appId": "992c2309-cca4-43cb-9e41-911f482ec088",
5 "clientState": "secret_value_from_subscription_creation_mirrored",
6 "companyId": "b56a418d-8205-4d3a-bdbb-25d94e42abbd",
7 "companyName": "CRONUS International Ltd.",
8 "eventName": "membershipPeriodRenew_staged",
9 "eventVersion": "1.0",
10 "initiatingUserAADObjectId": "ef546153-4168-4bd5-9365-a3161608da72",
11 "payload": {
12 "membershipId": "cdef7890-abcd-0123-1234-567890abcdef",
13 "entryId": "32349999-cccc-dddd-eeee-3234567890cd",
14 "lifecycleAction": "renew"
15 },
16 "timestamp": "2024-06-28T12:00:00Z"
17 }
18 ]
19}

Payload

The payload of this webhook request is an object.
valueslist of objectsRequired
An array of webhooks, be prepared to handle more than 1 in the same hook request.

Response

200
any
Return a 200 status to indicate that the data was received successfully.
An array of webhooks, be prepared to handle more than 1 in the same hook request.

Event name membershipPeriodRenew_staged

This webhook is triggered when a membership renewal period is added to the membership. Note that this change may have a future activation date. Use the Get Membership History endpoint to retrieve full details about the membership’s validity periods.