POST api/CRUD/TWDColInsert
Request Information
URI Parameters
None.
Body Parameters
Collection of TWDColDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDSrc | integer |
Required |
|
| SysName | string |
Required String length: inclusive between 0 and 50 |
|
| PubName | string |
String length: inclusive between 0 and 100 |
|
| Proto | string |
String length: inclusive between 0 and 128 |
|
| isUnique | boolean |
None. |
|
| isHidden | boolean |
None. |
|
| DType | enDataType |
None. |
|
| CmpDef | string |
Data type: MultilineText String length: inclusive between 0 and 4000 |
|
| DataFormatString | string |
String length: inclusive between 0 and 40 |
|
| ColWidth | string |
String length: inclusive between 0 and 60 |
|
| xDef | string |
Data type: MultilineText |
Request Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"IDSrc": 2,
"SysName": "sample string 3",
"PubName": "sample string 4",
"Proto": "sample string 5",
"isUnique": true,
"isHidden": true,
"DType": 0,
"CmpDef": "sample string 8",
"DataFormatString": "sample string 9",
"ColWidth": "sample string 10",
"xDef": "sample string 11"
},
{
"ID": 1,
"IDSrc": 2,
"SysName": "sample string 3",
"PubName": "sample string 4",
"Proto": "sample string 5",
"isUnique": true,
"isHidden": true,
"DType": 0,
"CmpDef": "sample string 8",
"DataFormatString": "sample string 9",
"ColWidth": "sample string 10",
"xDef": "sample string 11"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.