Membership Details Updated

Event name membershipDetails_updated<br><br> This webhook is triggered when a watched field or custom attribute is changed on a membership. The payload contains only the membershipId identifier. Use the <a href="/apis/api-reference/memberships/service-membership/get-membership-id">Get Membership</a> endpoint with the membershipId to retrieve the full current state of the membership.<br><br> Watched fields: membershipNumber, membershipDescription, communityCode, membershipCode, customerNumber, blocked, autoRenewalActivated, attributes.<br><br> Note: Multiple webhooks may be fired for a single edit session (e.g. when several fields are changed at once on a page). Subscribers should maintain a queue of modified membership IDs and deduplicate by fetching the latest state once, rather than processing each webhook individually.

postWebhookmembership-details-updated

Headers

x-api-versionstring date

Used for API versioning. More details.

Payload

TypesCompositeMembershipDetailsUpdatedEvent required— unresolved $ref

Response

Webhook received successfully

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.