PUT api/docs/DataView/Put
Request Information
URI Parameters
None.
Body Parameters
DataViewDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Leval | integer |
None. |
|
| ParentID | integer |
None. |
|
| SysModuleID | integer |
None. |
|
| SysFunctionID | integer |
None. |
|
| TypeName | string |
None. |
|
| Name | string |
None. |
|
| Config | string |
None. |
|
| ShowIndex | integer |
None. |
|
| ForPlatform | boolean |
None. |
|
| Available | boolean |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Leval": 1,
"ParentID": 1,
"SysModuleID": 1,
"SysFunctionID": 1,
"TypeName": "sample string 1",
"Name": "sample string 2",
"Config": "sample string 3",
"ShowIndex": 1,
"ForPlatform": true,
"Available": true,
"UpdateTime": "2026-05-02T18:06:15.6527439+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<DataViewDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <Available>true</Available> <Config>sample string 3</Config> <ForPlatform>true</ForPlatform> <ID>1</ID> <Leval>1</Leval> <Name>sample string 2</Name> <ParentID>1</ParentID> <ShowIndex>1</ShowIndex> <SysFunctionID>1</SysFunctionID> <SysModuleID>1</SysModuleID> <TypeName>sample string 1</TypeName> <UpdateTime>2026-05-02T18:06:15.6527439+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> </DataViewDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.