Create UE Table Data

Prev Next
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

OK

Headers
Content-Type
string
Exampleapplication/json
"{\n    \"message\": \"Successfully inserted 1 row.\"\n}"
string