v1
latestOpenAPI 3.0.02026-08-062903562.2 MBAnswer
createFundraisingPageAnswer
Create an Answer for a Fundraising Page
post/fundraising-pages/{fundraising_page}/answers
Path parameters
fundraising_pageinteger required
Example:2173528
The specified Fundraising Page ID
Request body
Example request
{
"answer": "Example answer test",
"question_id": 45678
}Response
Success
Example response
{
"answer": "Example answer test",
"answerable_id": 3245,
"answerable_type": "fundraising_team",
"campaign_id": 227362,
"created_at": "2021-04-23T08:23:21Z",
"id": 32459,
"member_id": 2012,
"question_id": 45678,
"updated_at": "2021-04-23T10:25:03Z"
}