post https://api.fundraisingbox.com/v1/personPhones.json
Creates a new phone.
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 |
phone | The phone number | string (50) | yes |
type | The type | Enum ("home", "work", "other") | |
is_main | true if it is the main phone number | boolean |