POST api/CRUD/TWDashInsert
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": "105e18e0-6722-402d-b551-0787abe529ee",
"NavLevel": 3,
"NavOrder": 4,
"IDCust": 5,
"GID": "a30cdd64-36d5-4469-93a0-747b887995bd",
"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.