Partially Update a Donor Email Address
Updates only the email address fields you send.
value or isOptedIn — and the rest stay as they are. Returns the updated email address.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor the email address belongs to.
The ID of the email address.
Body
The partial email address update request.
Represents a partial contact method request for PATCH operations. All properties are optional to allow partial updates.
The type of contact method, such as Email, Phone, or Mobile.
0, 10, 11, 12, 20, 21, 22, 99 The email address or phone number itself.
200Whether this is the donor's primary contact method of its type.
Whether the donor has opted in to being contacted at this value.
The country calling code of a phone number, such as 1 for the United States.
Response
OK
Represents a donor contact method model.
The unique identifier of the contact method.
The unique identifier of the donor.
The type of contact method, such as Email, Phone, or Mobile.
0, 10, 11, 12, 20, 21, 22, 99 The display name of the contact method type.
The email address or phone number itself.
The extension or other secondary part of the value.
Whether this is the donor's primary contact method of its type.
Whether the donor has opted in to being contacted at this value.
Whether the contact method is valid.
Whether the contact method is an email address.
Whether the contact method is a phone number.
Whether email sent to this address has bounced.
The country calling code of the phone number, such as 1 for the United States.