PUT api/navigation?topNavId={topNavId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| topNavId | integer |
None. |
Body Parameters
Navigation| Name | Description | Type | Additional information |
|---|---|---|---|
| NavId | integer |
None. |
|
| Label | string |
None. |
|
| LinkUrl | string |
None. |
|
| Sort | integer |
None. |
|
| Target | string |
None. |
|
| ParentId | integer |
None. |
|
| OnClick | string |
None. |
|
| SiteId | integer |
None. |
|
| TagId | integer |
None. |
|
| SubNavId | integer |
None. |
|
| LabelHtml | string |
None. |
|
| ClassAttribute | string |
None. |
|
| OwnerCallLetters | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"navId": 1,
"label": "sample string 2",
"linkUrl": "sample string 3",
"sort": 4,
"target": "sample string 5",
"parentId": 1,
"onClick": "sample string 6",
"siteId": 7,
"tagId": 1,
"subNavId": 1,
"labelHtml": "sample string 8",
"classAttribute": "sample string 9",
"ownerCallLetters": "sample string 10"
}
application/xml, text/xml
Sample:
<Navigation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities"> <ClassAttribute>sample string 9</ClassAttribute> <Label>sample string 2</Label> <LabelHtml>sample string 8</LabelHtml> <LinkUrl>sample string 3</LinkUrl> <NavId>1</NavId> <OnClick>sample string 6</OnClick> <OwnerCallLetters>sample string 10</OwnerCallLetters> <ParentId>1</ParentId> <SiteId>7</SiteId> <Sort>4</Sort> <SubNavId>1</SubNavId> <TagId>1</TagId> <Target>sample string 5</Target> </Navigation>
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.