Create a Donor Address
Adds an address to a donor.
city, state, postal, and country along with the addressType, and set isPrimary to make it the donor’s primary address. Returns the created address with its new id.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor.
Body
The address request.
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.