Partially Update a Donor
This endpoint performs a partial update of the donor record. Only fields that are provided (non-null) in the request will be updated. All other fields will remain unchanged. This is useful when you only want to update specific fields without providing the entire donor object.
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.
Gets or sets the title. If set, updates the donor's title.
75Gets or sets the first name. If set, updates the donor's first name.
75Gets or sets the middle name. If set, updates the donor's middle name.
75Gets or sets the last name. If set, updates the donor's last name.
75Gets or sets the suffix. If set, updates the donor's suffix.
75Gets or sets the email address. If set, updates the donor's email.
150Gets or sets the phone. If set, updates the donor's phone number.
50Gets or sets any additional notes. If set, updates the donor's notes.
Gets or sets a value indicating whether this is an organization. If set, updates the IsOrganization flag.
Gets or sets the organization name. If set, updates the donor's organization name.
150Gets or sets the collection of CRM keys. If set, updates the donor's CRM keys.
Response
OK
Represents a donor model.
Gets or sets the identifier.
Gets or sets the name.
Gets or sets the title.
Gets or sets the first name.
Gets or sets the middle name.
Gets or sets the last name.
Gets or sets the suffix.
Gets or sets the email address.
Gets or sets the phone.
Gets or sets the created date.
Gets or sets the modified date.
Gets or sets any additional notes.
Gets or sets a value indicating whether organization.
Gets or sets the organization name.
Gets or sets the CRM URLs by integration type.
Gets or sets the crmkey.
Gets or sets the crmsecond key.
Gets or sets a value indicating whether test mode.
Gets or sets a value indicating whether archived.
Gets or sets a value indicating whether gdprdeleted.
Gets or sets the address.
Gets or sets the donor addresses.
Gets or sets the donor email addresses.
Gets or sets the donor phone numbers.