POST api/Page/Create
Request Information
URI Parameters
None.
Body Parameters
PageMaster_Add_Model| Name | Description | Type | Additional information |
|---|---|---|---|
| PageID | integer |
None. |
|
| ModuleID | integer |
None. |
|
| PageName | string |
None. |
|
| PageTitle | string |
None. |
|
| PageURL | string |
None. |
|
| IconClassName | string |
None. |
|
| ActionIDs | string |
None. |
|
| IsQuickLink | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageID": 1,
"ModuleID": 2,
"PageName": "sample string 3",
"PageTitle": "sample string 4",
"PageURL": "sample string 5",
"IconClassName": "sample string 6",
"ActionIDs": "sample string 7",
"IsQuickLink": true
}
application/xml, text/xml
Sample:
<PageMaster_Add_Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP.Model.Master"> <ActionIDs>sample string 7</ActionIDs> <IconClassName>sample string 6</IconClassName> <IsQuickLink>true</IsQuickLink> <ModuleID>2</ModuleID> <PageID>1</PageID> <PageName>sample string 3</PageName> <PageTitle>sample string 4</PageTitle> <PageURL>sample string 5</PageURL> </PageMaster_Add_Model>
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.