Create UE Table Data
- 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Create 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!
Post
/sys-rest-api/jersey/v1/userextensions/
Create 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
Created
{
"message": "Successfully inserted 1 row."
}
object