post https://api.fundraisingbox.com/v1/pages.json
Creates a new fundraising page.
Field | Description | Type | Mandatory |
---|---|---|---|
fb_fundraising_page_addon_id | ID of a fundraising page addon | integer | yes |
title | The title of the page | string (100) | yes |
description | A description of the page | string | yes |
donation_message | The message that is shown to a donor after donation | string | yes |
expires_at | The end date of the page | date | yes |
fundraiser_name | The public name of the fundraiser | string (100) | yes |
fundraiser_email | The e-mail of the fundraiser | string (100) | yes |
goal | The goal of the fundraising page | float | yes |
status | The status | Enum ("not_approved", "locked", "active", "preferred") | |
fb_person_id | ID of a person (once set this value could not be changed by a PUT request any more) | integer | |
fb_payment_form_project_item_id | ID of a payment form project item | integer | |
image [name] | The name of the image | string (500) | |
image [type] | The mime type of the image (e.g. "image/jpg") | string (100) | |
image [content] | The image as base64 encoded string | string |
Custom fields
Please find further information about custom fields at the custom fields section.