v1
latestOpenAPI 3.0.02026-08-062903562.2 MBAnswer
createRegistrationAnswer
Create an Answer for a Registration
post/registrations/{registration}/answers
Path parameters
registrationinteger required
Example:78345
The specified Registration 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"
}