v1
latestOpenAPI 3.0.02026-08-062903562.2 MBAnswer
createFundraisingTeamAnswer
Create an Answer for a Fundraising Team
post/fundraising-teams/{fundraising_team}/answers
Path parameters
fundraising_teaminteger required
Example:209745
The specified Fundraising Team 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"
}