post https://api.fundraisingbox.com/v1/personEmailAddresses.json
Creates a new email address.
Field | Description | Type | Mandatory |
---|---|---|---|
fb_person_id | ID of a person (once set this value could not be changed by a PUT request any more) | integer | yes |
The email address | string (100) | yes | |
type | The type | Enum ("home", "work", "other") | |
is_main | true if it is the main email address | boolean | |
opt_in_status | The opt in status if DOI feature is activated | Enum ("no_opt_in", "single_opt_in", "pending_double_opt_in", "double_opt_in") |