put https://api.zenoti.com/v1/guests//memberships//unfreeze
This API helps you to reactivate the membership of a guest.
You must specify appropriate details for the guest_id and membership_id parameters in the API request.
Response Details
| Name | Type | Description |
|---|---|---|
| error | object | Object that contains error message and error code details. For more information, refer to the error Object table. If error is null, it indicates that the guest's membership has been successfully reactivated. |
error Object
| code | error_message |
|---|---|
| 505 | Invalid guest_id. |
| 403 | User does not have the proper permissions. |
| 428 | Invoice for the membership is not found. |
| 4081 | Membership is not in freeze state. |
