v1
latestOpenAPI 3.0.02026-08-062903562.2 MBFundraising Page Transfer
createFundraisingPageTransfer
Transfer specified Fundraising Page
post/fundraising-pages/{fundraising_page}/transfers
Path parameters
fundraising_pageinteger required
Example:2173528
The specified Fundraising Page ID
Request body
Example request
{
"destination_campaign_id": 227362,
"destination_fundraising_team_id": 209745,
"destination_member_id": 2012
}Response
Success
Example response
{
"id": 7483746,
"created_at": "2021-04-23T08:23:21Z",
"updated_at": "2021-04-23T08:23:21Z",
"destination_campaign_id": 227362,
"destination_fundraising_team_id": 209745,
"destination_member_id": 2012,
"fundraising_page_id": 2173528,
"source_campaign_id": 227362,
"source_fundraising_team_id": 209745,
"source_member_id": 2012,
"transferring_member_id": 2012
}