Update answer for a submission and field

Updates the answer for a specific field in a submission. Supports updating file-type fields using form data.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the submission.

string
required

Field reference of the question where the answer should be updated.

boolean
required

Indicates whether to append the file to existing files answer or replace them.

Body Params
string
length ≤ 8000

Answer - Formats accepted by field type:
- Address = 'address = [ADDRESS LINE 1]\ncity = [CITY]\nstate = [STATE]\nzip = [POSTCODE]\ncountry = [COUNTRY]'
- DateTime = 'yyyy-MM-dd HH:mm'
- Name = 'first = [GIVEN NAME(S)]\nlast = [SURNAME]'
- Email = '[email protected]'
- Id
- ABN = '12 234 678 901'
- ACN = '123 456 789'
- US EIN = '12-3456789'
- US SSN = '123-45-6789'
- GB CRN = 'AB123456'
- Number and Currency = '123456789'
- Phone = '(123) 456-7890'

string
length ≤ 1000

The option reference. This is required when option field is used:
- Checkbox = Multiple selection must be joined by semicolon ';' e.g. '123;1234;12345'
- Radio or Select = '12345'

boolean

Indicates whether to use a placeholder.

string

Currency Code when a field type is Currency.

file

File when File Upload field is used. For multiple files, use route "{id}/UpdateAnswer/{fieldRef}/true" to append files instead of replacing them.

Responses
200

OK

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json