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": "8f2a9249-b0ea-4e19-b7dd-f579dc12f4c7",
"NavLevel": 3,
"NavOrder": 4,
"IDCust": 5,
"GID": "4ea69cbd-6533-4c4e-a243-b39d60cd5aa1",
"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.