Update a Donor Address
Updates an address on a donor.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor the address belongs to.
The ID of the donor address to update.
Body
The address update request containing the new address information.
Represents an address request.
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 The unique identifier of the address.
The unique identifier of the donor.
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.