Set Primary Donor Address
Makes an address the donor’s primary address, clearing isPrimary on the address that held it before. 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 to set as primary.
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.