Update a Donor Address
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The ID of the donor address to update.
Body
The address update request containing the new address information.
Represents an address request.
Gets or sets the first line of the address.
255Gets or sets the second line of the address.
255Gets or sets the city of the address.
255Gets or sets the state of the address.
255Gets or sets the postal code of the address.
15Gets or sets the country of the address as a string.
Gets or sets the type of the address.
0, 1, 2, 3, 4, 5 Gets or sets the identifier.
Gets or sets the donor identifier.
Gets or sets whether this is the primary address for the donor.
Response
OK
Represents a donoraddress model.
Gets or sets the address1.
Gets or sets the address2.
Gets or sets the city name.
Gets or sets the state or province.
Gets or sets the postal or ZIP code.
Gets or sets the country string.
Gets or sets the address type.
0, 1, 2, 3, 4, 5 Gets or sets the address type display.
Gets or sets the identifier.
Gets or sets the donor identifier.
Gets or sets whether this is the primary address for the donor.