Create UE Table Data
  • 27 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Create UE Table Data

  • Dark
    Light

Article summary

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"
}

true

💻 UI Fieldname: data

Responses
200

Created

{
  "message": "Successfully inserted 1 row."
}
object