POST api/Page/Module
Request Information
URI Parameters
None.
Body Parameters
DTO_Page_Module| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| Sort | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| Visible | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Sort": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"Visible": true
}
application/xml, text/xml
Sample:
<DTO_Page_Module xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO"> <Description>sample string 4</Description> <ID>sample string 1</ID> <Name>sample string 3</Name> <Sort>2</Sort> <Visible>true</Visible> </DTO_Page_Module>
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.