MembershipRates
Restore a MembershipRate
Restores an archived MembershipRate so it can once again be used for new memberships.
post/customers/membership-rates/{membershipRateId}/restore
Response
The MembershipRate was successfully retrieved or updated.
Example response
{
"data": {
"name": "Standard rate",
"currency": "GBP",
"price": 5000,
"joining_fee": 1000,
"billing_frequency": "P1M",
"default_duration": "P1Y",
"notice_period": "P1M",
"private": true
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.