Update UE Table Data
- 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Update UE Table Data
- Updated on 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Patch
/sys-rest-api/jersey/v1/userextensions
Update UE Table Data
Security
HTTP
Type basic
Basic authentication
Body parameters
object
Example{ "tableCode": "{{UETableCode}}", "data": { "{{column1}}": "{{value1}}", "{{column2}}": "{{value2}}", "{{column3}}": "{{value3}}" } }
UE Table Code
ITEM
true
💻 UI Fieldname: tableCode
Data Array: Columns and values for the UE Table. Must contain the key columns.
{
"COMP_CODE" : "001",
"ITEM_CODE": "ABC",
"NOTES": "My notes"
}
"COMP_CODE" : "001",
"ITEM_CODE": "ABC",
"NOTES": "My notes"
}
true
💻 UI Fieldname: data
Responses
200
Updated
{
"message": "Successfully updated 1 row."
}
object