Cash app info

get
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional

Number of results to return per page.

offsetintegerOptional

The initial index from which to return the results.

Responses
chevron-right
200Success
application/json
countintegerRequiredExample: 123
nextstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=400&limit=100
previousstring · uri · nullableOptionalExample: http://api.example.org/accounts/?offset=200&limit=100
get
/api/give/cash-app-info
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
cash_app_idstring · max: 255Required
namestring · max: 255Required
emailstring · max: 255Required
telephonestring · max: 255Required
churchstring · uuidRequired
Responses
post
/api/give/cash-app-info
201Success
get
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this cash app info.

Responses
chevron-right
200Success
application/json
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
cash_app_idstring · max: 255Required
namestring · max: 255Required
emailstring · max: 255Required
telephonestring · max: 255Required
churchstring · uuidRequired
get
/api/give/cash-app-info/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this cash app info.

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

A UUID string identifying this cash app info.

Responses
delete
/api/give/cash-app-info/{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 cash app info.

Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
cash_app_idstring · max: 255Optional
namestring · max: 255Optional
emailstring · max: 255Optional
telephonestring · max: 255Optional
churchstring · uuidOptional
Responses
chevron-right
200Success
application/json
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
cash_app_idstring · max: 255Required
namestring · max: 255Required
emailstring · max: 255Required
telephonestring · max: 255Required
churchstring · uuidRequired
patch
/api/give/cash-app-info/{id}
200Success