Partially Update a Donor Address
Updates only the address fields you send.
postal or addressType — and the rest stay as they are. Returns the updated address.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor (not used, but required for route).
The ID of the donor address.
Body
The partial address update request with optional fields.
Represents a partial donor address update request for PATCH operations. All fields are optional to allow partial updates.
The first line of the address.
255The second line of the address.
255The city of the address.
255The state of the address.
255The postal code of the address.
15The country of the address as a string.
The type of the address.
0, 1, 2, 3, 4, 5 Whether this is the primary address for the donor.
Response
OK
Represents a donor address model.
The first line of the street address.
The second line of the street address, such as a unit or suite.
The city of the address.
The state or province.
The postal or ZIP code.
The country as free text, for countries outside the supported list.
The type of address, such as Home or Work.
0, 1, 2, 3, 4, 5 The display name of the address type.
The unique identifier of the address.
The unique identifier of the donor.
Whether this is the primary address for the donor.