Partially Update a Donor
Updates only the donor fields you send.
lastName or notes — and the rest stay as they are. This is the endpoint to use when you do not have the whole donor record on hand. Returns the updated donor.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor to update.
Body
The partial donor information to update. Only non-null fields will be updated.
Represents a partial donor update request. Only fields that are set (non-null) will be updated.
The title. If set, updates the donor's title.
75The first name. If set, updates the donor's first name.
75The middle name. If set, updates the donor's middle name.
75The last name. If set, updates the donor's last name.
75The suffix. If set, updates the donor's suffix.
75The email address. If set, updates the donor's email.
150The phone. If set, updates the donor's phone number.
50Any additional notes. If set, updates the donor's notes.
Whether this is an organization. If set, updates the isOrganization flag.
The organization name. If set, updates the donor's organization name.
150The collection of CRM keys. If set, updates the donor's CRM keys.
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.