Create form response

POST {{baseUrl}}/forms/responses?subdomain={{subdomain}}&location_id={{location_id}}

Request Params

KeyDatatypeRequiredDescription
subdomainstring(Required) Used to scope the request to the specified institution
location_idstring(Required) Used to scope the request to the specified location

Request Body

{"form_response_data"=>"<object>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;code&quot;:&quot;\u003cboolean\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;error&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;data&quot;:{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;response_documents&quot;:[{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;response_data&quot;:&quot;\u003cobject\u003e&quot;,&quot;pdf_url&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;response_data&quot;:&quot;\u003cobject\u003e&quot;,&quot;pdf_url&quot;:&quot;\u003cstring\u003e&quot;}]},&quot;count&quot;:&quot;\u003cinteger\u003e&quot;}