Update a memberAsk AIpatch https://api.splio.com/loyalty/members/{id}Update a membership.Path ParamsidstringrequiredIndividual fidelity card code.Body ParamsUpdatable fields of a membership : birthday, card_expire_at and custom_fields.card_expire_atstringThe expiration date of subscription.birthdaydatethe birthday date for card code.contact_idstringThe unique_key of your universe: email, cellphone or custom. You can update the membership's contact id only if the membership has no contact assigned yet.custom_fieldsarray of objectscustom_fieldsADD objectprogram_joined_atstringBy filling out this parameter, you will change the subscription date of the loyalty card. This could process new events. You might change balance of points and rewards of the loyalty card.Responses 200Membership update is successful. 400The request validation failed. 401Authentication failed. 403Forbidden. 404Membership not found.Updated 7 months ago