PUT api/CRUD/TWDashUpdate
Request Information
URI Parameters
None.
Body Parameters
TWDashDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 128 |
|
| GIDCat | globally unique identifier |
None. |
|
| NavLevel | integer |
Required |
|
| NavOrder | integer |
Required |
|
| IDCust | integer |
None. |
|
| GID | globally unique identifier |
None. |
|
| ExtConfig | Collection of DField |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 2",
"GIDCat": "071911d5-8373-4937-8cab-c880d1ef7da6",
"NavLevel": 3,
"NavOrder": 4,
"IDCust": 5,
"GID": "852b32d0-b8e9-48a3-b09a-b09c3c8e55f4",
"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.