PUT api/dynamicpage/menu
Request Information
URI Parameters
None.
Body Parameters
DynamicPageMenuItem| Name | Description | Type | Additional information |
|---|---|---|---|
| PageMenuId | integer |
None. |
|
| PageId | integer |
None. |
|
| MenuRender | string |
None. |
|
| MenuSlug | string |
None. |
|
| OrderBy | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageMenuId": 1,
"PageId": 2,
"MenuRender": "sample string 3",
"MenuSlug": "sample string 4",
"OrderBy": 5,
"IsActive": true
}
application/xml, text/xml
Sample:
<DynamicPageMenuItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models"> <IsActive>true</IsActive> <MenuRender>sample string 3</MenuRender> <MenuSlug>sample string 4</MenuSlug> <OrderBy>5</OrderBy> <PageId>2</PageId> <PageMenuId>1</PageMenuId> </DynamicPageMenuItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />