Membership types
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200Success
application/json
get
/api/users/membership-types200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
user_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestringRequired
positioninteger · min: -2147483648 · max: 2147483647Optional
churchstring · uuidRequired
Responses
201Success
application/json
post
/api/users/membership-types201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this membership type.
Responses
200Success
application/json
get
/api/users/membership-types/{id}200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this membership type.
Body
idstring · uuidRead-onlyRequired
user_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestringRequired
positioninteger · min: -2147483648 · max: 2147483647Optional
churchstring · uuidRequired
Responses
200Success
application/json
put
/api/users/membership-types/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this membership type.
Responses
204
No response body
delete
/api/users/membership-types/{id}204
No response body
No content
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this membership type.
Body
idstring · uuidRead-onlyOptional
user_countstringRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestringOptional
positioninteger · min: -2147483648 · max: 2147483647Optional
churchstring · uuidOptional
Responses
200Success
application/json
patch
/api/users/membership-types/{id}200Success