v1
latestOpenAPI 3.0.02026-08-062903562.2 MBAcknowledgement
createAcknowledgement
Create Acknowledgement for specified Transaction
post/transactions/{transaction}/acknowledgements
Path parameters
transactioninteger required
Example:1427264
The specified Transaction ID
Request body
Example request
{
"fundraising_entity_id": 444,
"fundraising_entity_type": "organization"
}Response
Success
Example response
{
"id": 427,
"member_id": 2012,
"transaction_id": 1427264,
"fundraising_entity_id": 444,
"fundraising_entity_type": "organization",
"created_at": "2021-04-23T08:23:21Z",
"updated_at": "2021-04-23T10:25:03Z"
}