Donor Accounts

Donor Accounts Documentation

Donor Account [LIST]

Donor Account [LIST]

Request

Endpoint

GET /api/v2/account_lists/79b9697a-3201-4152-ba28-e0136f44c396/donor_accounts
Content-Type: application/vnd.api+json

Body

Parameters

Filters

contacts

Type ID string

Description Filter where donor account is connected with contacts with ids in the collection; Accepts ids separated by comma

Required No

wildcard_search

Type Unknown

Description filter.wildcard search

Required No

Response

Headers

Body

Fields

data

Type [Designation Account]

Description An array of Designation Accounts

Donor Account [GET]

Donor Account [GET]

Request

Endpoint

Body

Response

Headers

Body

Fields

Attributes

account_number

Type ID string

Description the account number that is provided by the origin system

created_at

Type date

Description The timestamp of when this resource was created

display_name

Type string

Description name to display to the user

donor_type

Type string

Description indicates if the donor is an individual, household, organization or company

first_donation_date

Type date

Description the date of the first donation the donor made

last_donation_date

Type date

Description the date of the last donation the donor made

legacy_account_number

Type ID string

Description the account number that is provided by the legacy origin system

total_donations

Type number

Description the total amount of donations the donor has made

updated_at

Type date

Description The timestamp of when this resource was last updated

updated_in_db_at

Type date

Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.

Relationships

contacts.data

Type [Contact]

Description Contacts that this donor account is connected with

organization.data

Type Organization

Description The Organization the designation account belongs to

Last updated