v1

latestOpenAPI 3.0.12026-08-0651011.6 KB
Forms

Accepts all fields returned from /forms/requirements. Values must be provided for all required fields on the form. Payment options will be omitted when using this API.

post/forms/submit

Query parameters

IQS-API-KEYstring required

client API key

formIDinteger

optional form ID from /forms/submittable, otherwise defaults to Inquiry Form

SOURCEinteger

optional supplemental source ID from /sources/list to add to student's sources

accept_invalid_valuesboolean

Optional boolean. When True, the form will be submitted even if some fields have invalid values. Invalid values will be treated as blank. Defaults to false.<br /><br />Be aware that using this parameter may result in more submissions being accepted, but it could also lead to more errors in the data you receive. For example, if a user enters 'abc' for a field that expects a number, the form will be submitted with that field blank instead of rejecting the submission entirely. This may also cause complications related to Field Rules that depend on the field with the invalid value, as those rules may not function as intended when the field is blank.

Response

Form submitted successfully