PUT
/profiles/{profile_id}/pages/{page_id}/elements/{element_id}
curl \
--request PUT 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/elements/{element_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"attachment_link":"string","client_validation":"string","condition_value":"string","data_size":50,"data_type":1,"default_value":"string","description":"string","dynamic_label":"string","dynamic_value":"iformbuilder.username","high_value":42.0,"is_action":true,"is_disabled":true,"is_encrypt":true,"is_hide_typing":true,"is_readonly":true,"is_required":true,"keyboard_type":1,"label":"Inspector Name","low_value":42.0,"name":"inspector_name","optionlist_id":42.0,"reference_id_1":"string","smart_tbl_search":"string","smart_tbl_search_col":"string","sort_order":1,"validation_message":"string","weighted_score":42.0,"widget_type":"string"}'
Request examples
{
"attachment_link": "string",
"client_validation": "string",
"condition_value": "string",
"data_size": 50,
"data_type": 1,
"default_value": "string",
"description": "string",
"dynamic_label": "string",
"dynamic_value": "iformbuilder.username",
"high_value": 42.0,
"is_action": true,
"is_disabled": true,
"is_encrypt": true,
"is_hide_typing": true,
"is_readonly": true,
"is_required": true,
"keyboard_type": 1,
"label": "Inspector Name",
"low_value": 42.0,
"name": "inspector_name",
"optionlist_id": 42.0,
"reference_id_1": "string",
"smart_tbl_search": "string",
"smart_tbl_search_col": "string",
"sort_order": 1,
"validation_message": "string",
"weighted_score": 42.0,
"widget_type": "string"
}
Response examples (200)
{
"id": 20483245
}