Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/createmember_type \ --header 'Content-Type: application/json' \ --data ' { "membership_type": { "name": "<string>", "chapter_id": 123, "category": "<string>", "duration": 123, "description": "<string>", "autorecurring_payment": true, "reminder_frequency": "<string>", "membership_privacy": true, "startdate": "<string>", "enddate": "<string>" }, "membership_dues": [ {} ], "workflow": {}, "notificationsettings": {} } '
{ "status": "success", "data": { "id": 5, "name": "Premium Member", "category": "premium", "duration": "12", "autorecurring_payment": true, "reminder_frequency": "monthly" } }
Create a new membership type with dues, workflow, and notification settings.
Show child attributes
daily
weekly
biweekly
monthly
quarterly