-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
We are trying to move away from our current manual batch process of updating member info and instead inform systems downstream of Salesforce when records change. We would like an API endpoint for creating/updating a single member. The existing upsert behavior in Members.bulkAdd would work fine since we really only need to sync one direction right now, but CRUD endpoints would work if preferred.
We need the ability to set the following properties of a member:
- barcode
- display name
- first name
- last name
- membership expiration date
I'm flexible on authentication—I'm not super familiar with CherryPy, but anything from basic auth, API keys, or an OAuth client credentials flow could work from my side.
Metadata
Metadata
Assignees
Labels
No labels