POST api/CRUD/TWDSrcInsert
Request Information
URI Parameters
None.
Body Parameters
TWDSrcDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| IDCust | integer |
None. |
|
| GID | globally unique identifier |
None. |
|
| dName | string |
Required String length: inclusive between 0 and 50 |
|
| dSel | string |
Data type: MultilineText |
|
| srcType | ensrcType |
None. |
|
| PagingType | enSrcPagingType |
None. |
|
| cmdType | encmdType |
None. |
|
| RowsLimit | integer |
Range: inclusive between -100000 and 100000 |
|
| DefAPIKey | globally unique identifier |
None. |
|
| WSGIDModel | string |
String length: inclusive between 0 and 50 |
|
| WSGIDSvc | string |
String length: inclusive between 0 and 50 |
|
| GIDCat | globally unique identifier |
None. |
|
| DataParams | Collection of DParams |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"IDCust": 1,
"GID": "dad7b1d8-6a95-4764-afff-6711f807a594",
"dName": "sample string 3",
"dSel": "sample string 4",
"srcType": 1,
"PagingType": 0,
"cmdType": 1,
"RowsLimit": 5,
"DefAPIKey": "b500caf9-1c97-4228-98f3-28b9812385d9",
"WSGIDModel": "sample string 6",
"WSGIDSvc": "sample string 7",
"GIDCat": "91dda23e-9417-4e38-b0ce-df74efadfc45",
"DataParams": [
{
"DataType": 0,
"ParName": "sample string 1",
"ValName": "sample string 2",
"Val": {},
"Cond": "sample string 4",
"DstCol": "sample string 5",
"ParEdit": true,
"EditType": 0,
"ParCaption": "sample string 7",
"IDSrcObject": 1,
"SpecParams": {
"IDAction": 1,
"MapParCol": [
{
"SrcName": "sample string 1",
"DstName": "sample string 2",
"Hidden": true
},
{
"SrcName": "sample string 1",
"DstName": "sample string 2",
"Hidden": true
}
]
},
"ExtConfig": [
{
"SysName": "sample string 1",
"Val": {}
},
{
"SysName": "sample string 1",
"Val": {}
}
]
},
{
"DataType": 0,
"ParName": "sample string 1",
"ValName": "sample string 2",
"Val": {},
"Cond": "sample string 4",
"DstCol": "sample string 5",
"ParEdit": true,
"EditType": 0,
"ParCaption": "sample string 7",
"IDSrcObject": 1,
"SpecParams": {
"IDAction": 1,
"MapParCol": [
{
"SrcName": "sample string 1",
"DstName": "sample string 2",
"Hidden": true
},
{
"SrcName": "sample string 1",
"DstName": "sample string 2",
"Hidden": true
}
]
},
"ExtConfig": [
{
"SysName": "sample string 1",
"Val": {}
},
{
"SysName": "sample string 1",
"Val": {}
}
]
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.