v1
latestOpenAPI 3.0.02026-08-062903562.2 MBCredit Adjustment
createCampaignCreditAdjustment
Create Credential Adjustment for specified Campaign
post/campaigns/{campaign}/credit-adjustments
Path parameters
campaigninteger required
Example:227362
The specified Campaign 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": 227362,
"creditable_type": "campaign",
"amount_received": -40,
"created_at": "2021-04-23T08:23:21Z",
"updated_at": "2021-04-23T10:25:03Z",
"campaign_id": 227362
}