v1
latestOpenAPI 3.0.02026-08-062903562.2 MBHard Credit Transfer
createHardCreditTransfer
Creates a Hard Credit Transfer for the specified Transaction, thereby re-attributing it to the new Fundraising Entity
post/transactions/{transaction}/hard-credit-transfers
Path parameters
transactioninteger required
Example:8734
Primary identifier of specified Transaction
Request body
Example request
{
"note": "Fixed an error",
"to": {
"type": "campaign",
"id": 227362
}
}Response
Success
Example response
{
"id": 6579,
"member_id": 2012,
"transaction_id": 1427264,
"from_creditable_type": "fundraising_page",
"from_creditable_id": 2173528,
"to_creditable_type": "fundraising_team",
"to_creditable_id": 209745,
"note": "Fixed an error",
"created_at": "2021-04-23T08:23:21Z",
"updated_at": "2021-04-23T10:25:03Z"
}