Contribution types

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/give/contribution-types
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
contribution_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
descriptionstring · nullableOptional
codestring · max: 255 · nullableOptional
churchstring · uuidRequired
Responses
post
/api/give/contribution-types
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this contribution type.

Responses
chevron-right
200Success
application/json
get
/api/give/contribution-types/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this contribution type.

Body
idstring · uuidRead-onlyRequired
contribution_countstringRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
namestring · max: 255Required
descriptionstring · nullableOptional
codestring · max: 255 · nullableOptional
churchstring · uuidRequired
Responses
chevron-right
200Success
application/json
put
/api/give/contribution-types/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this contribution type.

Responses
delete
/api/give/contribution-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 contribution type.

Body
idstring · uuidRead-onlyOptional
contribution_countstringRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
namestring · max: 255Optional
descriptionstring · nullableOptional
codestring · max: 255 · nullableOptional
churchstring · uuidOptional
Responses
chevron-right
200Success
application/json
patch
/api/give/contribution-types/{id}
200Success