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="/api-reference/memberships/service-membership/get-membership">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.

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.