---
title: "Create UE Table Data"
slug: "create-ue-table-data"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/create-ue-table-data"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create UE Table Data

Post/sys-rest-api/jersey/v1/userextensions/

## Create UE Table Data

### 

SecurityHTTPType basic

Basic authentication

Body parameters<select class='api-response-data' aria-label='Media type'><option value='c018ca6c-7144-4618-ac2c-391341903588'>application/json</option>
</select>object  Example{
    "tableCode": {{UETableCode}},
    "data": {
        "{{column1}}": "{{value1}}",
        "{{column2}}": "{{value2}}",
        "{{column3}}": "{{value3}}"
       
    }
}UE Table CodeITEM    

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

Responses200

OK

HeadersContent-TypestringExampleapplication/json
<select class='api-response-data' aria-label='Media type'><option value='65bbe57c-0b3a-4734-95a4-c5e3c50c4925'>text/plain</option>
</select>

```
"{\n    \"message\": \"Successfully inserted 1 row.\"\n}"
```

string
