POST api/SysModule
Request Information
URI Parameters
None.
Body Parameters
SysModuleDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
None. |
|
| ShowIndex | integer |
None. |
|
| Icon | string |
None. |
|
| Memo | string |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Name": "sample string 1",
"ShowIndex": 1,
"Icon": "sample string 2",
"Memo": "sample string 3",
"UpdateTime": "2026-05-02T18:04:08.8228232+08:00",
"UpdateUserID": 1
}
application/xml, text/xml
Sample:
<SysModuleDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO"> <ID>1</ID> <Icon>sample string 2</Icon> <Memo>sample string 3</Memo> <Name>sample string 1</Name> <ShowIndex>1</ShowIndex> <UpdateTime>2026-05-02T18:04:08.8228232+08:00</UpdateTime> <UpdateUserID>1</UpdateUserID> </SysModuleDTO>
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.