POST api/ydsets/SaveMetaData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api-version |
The requested API version |
string |
Default value is 1.0 |
Body Parameters
TWMetaDt| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDCust | integer |
None. |
|
| IDUsr | string |
Required Max length: 128 String length: inclusive between 0 and 128 |
|
| PubName |
Public name |
string |
Max length: 50 String length: inclusive between 0 and 50 |
| EntityIDent |
MetaData relation to the specific entity or Custom |
enTablesLink |
Required |
| CustomEntityIdent |
Usable only when EntityIDent=LCustom |
string |
Max length: 20 String length: inclusive between 0 and 20 |
| DataRowID |
Relation to DataRow againts Entity |
string |
Max length: 50 String length: inclusive between 0 and 50 |
| PropName |
PropertyName,ColumnName,ValName... |
string |
Required Max length: 20 String length: inclusive between 0 and 20 |
| ValType |
Nature of data expcted in Value (string,xml,json...) |
string |
Max length: 20 String length: inclusive between 0 and 20 |
| Value | string |
Data type: MultilineText |
|
| DatCreated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"IDCust": 1,
"IDUsr": "sample string 2",
"PubName": "sample string 3",
"EntityIDent": 0,
"CustomEntityIdent": "sample string 4",
"DataRowID": "sample string 5",
"PropName": "sample string 6",
"ValType": "sample string 7",
"Value": "sample string 8",
"DatCreated": "2025-10-30T22:55:19.8764277+01:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1