v1
latestOpenAPI 3.0.02026-08-062903562.2 MBCredit Adjustment
createFundraisingPageCreditAdjustment
Create Credential Adjustment for specified Fundraising Page
post/fundraising-pages/{fundraising_page}/credit-adjustments
Path parameters
fundraising_pageinteger required
Example:2173528
The specified Fundraising Page ID
Request body
Example request
{
"amount": -40,
"metadata": "{'foo':'bar'}",
"memo": "Credit applied from previous fundraising event."
}Response
Success
Example response
{
"id": 6743,
"amount": -40,
"metadata": "{'foo':'bar'}",
"memo": "Credit applied from previous fundraising event.",
"organization_id": 82364,
"creditable_id": 2173528,
"creditable_type": "fundraising_page",
"amount_received": -40,
"created_at": "2021-04-23T08:23:21Z",
"updated_at": "2021-04-23T10:25:03Z",
"campaign_id": 227362
}