Given the recent bug from our 11.34 release, some clients may reach out to ask for assistance updating member records. We can offer this solution (updating the card start date to match the membership start date) to get the membership record back in an editable state:
- Get a session following instructions in Internal Best Practices for Creating Postman Sessions
- Find the GET Get Specific Membership by ID call
- Add your session ID
- In the GET call, add the member ID where it has an {ID} placeholder
- Select Send, confirm you got a successful response, and leave this tab open
- Find the PUT Single Membership Update call
- Add your session ID
- Copy the response from your GET Get Specific Membership by ID call. In the body of the PUT Single Membership Update call, replace everything with your copied response from the other call
- Copy the value in the "membershipStartDate" field
- Paste that value as the value for the "cardholders">"startDate" field
- Note that if multiple cardholders exist on the record, you will need to update the start date for each one for the call to be successful
- Select Send
- The response should include the updated membership record, with the membership start date and the cardholder start date now in alignment