Membership types
get
Authorizations
Responses
200Success
application/json
get
GET /api/users/membership-types HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"updated_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}
]
post
Authorizations
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
POST /api/users/membership-types HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 162
{
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}
201Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"updated_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}
get
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this membership type.
Responses
200Success
application/json
get
GET /api/users/membership-types/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"updated_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}
put
Authorizations
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
PUT /api/users/membership-types/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 162
{
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"updated_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}
delete
Authorizations
Path parameters
idstring · uuidRequired
A UUID string identifying this membership type.
Responses
204
No response body
delete
DELETE /api/users/membership-types/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Accept: */*
204
No response body
No content
patch
Authorizations
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
PATCH /api/users/membership-types/{id} HTTP/1.1
Host: prosper-api-test.churchpad.com
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 162
{
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}
200Success
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_count": "text",
"legacy_id": "text",
"nextgen_legacy_id": "text",
"created_at": "2025-07-23T12:22:54.870Z",
"updated_at": "2025-07-23T12:22:54.870Z",
"name": "text",
"position": 1,
"church": "123e4567-e89b-12d3-a456-426614174000"
}