Build A Flexible Application Form.
PATCH
/application/form
APPLICATION
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/application/form' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"name": "Personal information",
"fields": [
{
"id": "firstname",
"required": true,
"label": "First name",
"type": "text",
"maxLength": 0,
"helper": "string",
"value": null,
"prefilledByLocation": true,
"supportedFileTypes": [
"string"
],
"supportedMimeTypes": [
"string"
],
"maxFileSize": 0,
"options": [
{
"name": "5118908",
"value": "Agartala"
}
],
"singleOption": true,
"fields": [
{}
],
"editing": true
}
]
}
]'
Response Response Example
200 - Example 1
null
Request
Query Params
jid
Jid
Any of
afid
Afid
Any of
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41