Update a Donor
Updates a donor.
email, phone, notes, and the organization details when isOrganization is true — since the request replaces the stored values.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor to update.
Body
The complete donor information to update.
- Option 1
- Option 2
Represents a donor request.
The donor's first name.
1 - 75The donor's last name.
1 - 75The donor's title, such as Mr. or Dr.
75The donor's middle name.
75The donor's suffix, such as Jr. or III.
75The donor's email address.
150The donor's phone number.
50Any additional notes stored on the donor.
Whether the donor is an organization rather than an individual.
The name of the organization, when isOrganization is true.
150The key that links the donor to the matching record in your CRM.
The keys that link the donor to matching records in your CRM, by CRM.
Response
OK
Represents a donor model.
The unique identifier of the donor.
The display name of the donor.
The title of the donor, such as Mr. or Dr.
The first name of the donor.
The middle name of the donor.
The last name of the donor.
The suffix of the donor, such as Jr. or III.
The primary email address of the donor.
The primary phone number of the donor.
The date the donor was created.
The date the donor was last modified.
Any additional notes stored on the donor.
Whether the donor is an organization rather than an individual.
The name of the organization, when the donor is an organization.
The CRM URLs by integration type.
The key that links the donor to the matching record in your CRM.
The secondary key that links the donor to the matching record in your CRM.
Whether the donor was created in test mode.
Whether the donor has been archived.
Whether the donor is GDPR deleted.
The donor's primary address.
The addresses on the donor record. Returned when includeDetails is true.
The email addresses on the donor record. Returned when includeDetails is true.
The phone numbers on the donor record. Returned when includeDetails is true.