Create a form submission
Forms
Create a form submission
Submits an answer set for a form. data is an object keyed by field key (cf_*); list the form fields first to discover keys, data types, and allowed options. Returns the created submission.
POST
Create a form submission
Authorizations
API key for authentication. Get yours at app.heffl.com/settings/developers
Path Parameters
Form ID (frm_ prefix)
Body
application/json
Answers keyed by field key (cf_*). Values must match each field's data type; choice fields accept one of the field's allowed option values.
Response
OK
Submission ID (cor_ prefix)
Auto-generated submission number
Answers keyed by field key (cf_*). Values match each field's data type.
When the submission was received
When the submission was last updated