post
http://localhost:8080/v1/forms//requests
Creates a request object that consist of prefilled values for the given form identified by formId.
Requirements
- Form MUST exist and be in ACTIVE status
- Submitted field MUST match an existing field (none will be created)
- Submitted field values MUST be of the same data type as the targeted field
What Happens
- Form Request object with RequestId is created with status ACTIVE
- Form Request public URL is now accessible and will load the form with the provided values
- An end-user can now access and submit the prefilled form
Use Case
Use this endpoint when you would like to prefill certain form fields values.
