PUT api/CRUD/TWDSrcUpdate
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": "a6c6003f-b001-480e-b8a5-5bc8e5bf395c",
"dName": "sample string 3",
"dSel": "sample string 4",
"srcType": 1,
"PagingType": 0,
"cmdType": 1,
"RowsLimit": 5,
"DefAPIKey": "1afe8741-8943-4f08-a3c4-48156501eb15",
"WSGIDModel": "sample string 6",
"WSGIDSvc": "sample string 7",
"xDefParam": "sample string 8",
"GIDCat": "022d6e66-2a0b-40af-95e7-7e0c5f25178a",
"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.