get https://api.zenoti.com/v1/guests/memberships/change_log?center_id=&guest_id=&start_date=&end_date=&page=1&size=10
This API helps you to retrieve the changes to the Guest's Membership, in the specified window.
Response Object
| Name | Type | Description |
|---|---|---|
| page_info | object | Object that contains the pagination related elements of the response. For more information, refer to page-info Object table. |
| error | object | Object that contains error message and error code details. For more infomation, refer to the error Object table |
| guest_id | guid | Unique identifier of the guest, whose records are to be returned. |
| id | guid | Unique Identifier of the user membership |
| status | string | Current status of membership: Active = 1, InActive = 2, Frozen = 3, Cancelled = 4, Expired = 5, Closed = 6, NotStarted = 7, Suspended = 8, Refund = 9, Deleted = 10, Failed = 12, Default = -1 |
| recurrence_status | string | Recurrence status of the membership: Active = 1, InActive = 2, Frozen = 3, Cancelled = 4, Expired = 5, Closed = 6, NotStarted = 7, Suspended = 8, Refund = 9, Deleted = 10, Failed = 12, Default = -1 |
| membership_code | string | Unique code of the membership |
| membership_id | guid | Unique identifier of the membership |
