v1
latestOpenAPI 3.1.02026-07-2422707.0 MBFreeze the membership of a guest
This API helps you to freeze the membership of a guest.
You must specify appropriate details for the guest_id and membership_id parameters in the API request.
Optionally, you can specify the necessary details for the start_date, end_date, fee, type, and changed_unfreeze_date parameters in the API request body.
put/v1/guests/{guest_id}/memberships/{user_membership_id}/freeze
Path parameters
guest_idstring required
Mandatory Unique 32-character identifier of the guest.
user_membership_idstring required
Mandatory Unique 32-character identifier of the guest's membership.
Request body
Response
200
Example response
{
"error": {
"code": 502,
"message": "Freeze Fee cannot be less than 0$"
}
}