MenuWebService
Click here for a complete list of operations.
GetDetails
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /Modules/SageMenu/MenuWebService.asmx HTTP/1.1 Host: bishwojyoti.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetDetails" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetDetails xmlns="http://tempuri.org/"> <MenuItemID>int</MenuItemID> </GetDetails> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <GetDetailsResponse xmlns="http://tempuri.org/"> <GetDetailsResult> <MenuID>int</MenuID> <MenuItemID>int</MenuItemID> <MenuName>string</MenuName> <IsDefault>boolean</IsDefault> <MenuTypeStyle>string</MenuTypeStyle> <MenuHeaderText>string</MenuHeaderText> <ShowImage>boolean</ShowImage> <Showtext>boolean</Showtext> <SettingKey>string</SettingKey> <SettingValue>string</SettingValue> <PortalID>int</PortalID> <UserModuleID>int</UserModuleID> <AddedBy>string</AddedBy> <IsActive>boolean</IsActive> <UpdatedBy>string</UpdatedBy> <DisplayMode>string</DisplayMode> <TopMenuSubType>string</TopMenuSubType> <SubTitleLevel>string</SubTitleLevel> <SelectedMenu>string</SelectedMenu> <PageID>int</PageID> <MenuType>string</MenuType> <PageOrder>int</PageOrder> <PageName>string</PageName> <ParentID>int</ParentID> <Level>int</Level> <LevelPageName>string</LevelPageName> <ChildCount>int</ChildCount> <SEOName>string</SEOName> <TabPath>string</TabPath> <SubText>string</SubText> <IsVisible>boolean</IsVisible> <ShowInMenu>boolean</ShowInMenu> <LinkType>string</LinkType> <Title>string</Title> <LinkURL>string</LinkURL> <ImageIcon>string</ImageIcon> <Caption>string</Caption> <HtmlContent>string</HtmlContent> <MenuLevel>string</MenuLevel> <MenuOrder>string</MenuOrder> <Mode>string</Mode> <URL>string</URL> <PreservePageOrder>boolean</PreservePageOrder> <MainParent>int</MainParent> <SideMenuType>string</SideMenuType> <CultureCode>string</CultureCode> <Description>string</Description> <UpdatedOn>dateTime</UpdatedOn> <AddedOn>dateTime</AddedOn> <ChangeFreq>string</ChangeFreq> </GetDetailsResult> </GetDetailsResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /Modules/SageMenu/MenuWebService.asmx HTTP/1.1 Host: bishwojyoti.com Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetDetails xmlns="http://tempuri.org/"> <MenuItemID>int</MenuItemID> </GetDetails> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetDetailsResponse xmlns="http://tempuri.org/"> <GetDetailsResult> <MenuID>int</MenuID> <MenuItemID>int</MenuItemID> <MenuName>string</MenuName> <IsDefault>boolean</IsDefault> <MenuTypeStyle>string</MenuTypeStyle> <MenuHeaderText>string</MenuHeaderText> <ShowImage>boolean</ShowImage> <Showtext>boolean</Showtext> <SettingKey>string</SettingKey> <SettingValue>string</SettingValue> <PortalID>int</PortalID> <UserModuleID>int</UserModuleID> <AddedBy>string</AddedBy> <IsActive>boolean</IsActive> <UpdatedBy>string</UpdatedBy> <DisplayMode>string</DisplayMode> <TopMenuSubType>string</TopMenuSubType> <SubTitleLevel>string</SubTitleLevel> <SelectedMenu>string</SelectedMenu> <PageID>int</PageID> <MenuType>string</MenuType> <PageOrder>int</PageOrder> <PageName>string</PageName> <ParentID>int</ParentID> <Level>int</Level> <LevelPageName>string</LevelPageName> <ChildCount>int</ChildCount> <SEOName>string</SEOName> <TabPath>string</TabPath> <SubText>string</SubText> <IsVisible>boolean</IsVisible> <ShowInMenu>boolean</ShowInMenu> <LinkType>string</LinkType> <Title>string</Title> <LinkURL>string</LinkURL> <ImageIcon>string</ImageIcon> <Caption>string</Caption> <HtmlContent>string</HtmlContent> <MenuLevel>string</MenuLevel> <MenuOrder>string</MenuOrder> <Mode>string</Mode> <URL>string</URL> <PreservePageOrder>boolean</PreservePageOrder> <MainParent>int</MainParent> <SideMenuType>string</SideMenuType> <CultureCode>string</CultureCode> <Description>string</Description> <UpdatedOn>dateTime</UpdatedOn> <AddedOn>dateTime</AddedOn> <ChangeFreq>string</ChangeFreq> </GetDetailsResult> </GetDetailsResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Modules/SageMenu/MenuWebService.asmx/GetDetails?MenuItemID=string HTTP/1.1 Host: bishwojyoti.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <MenuManagerInfo xmlns="http://tempuri.org/"> <MenuID>int</MenuID> <MenuItemID>int</MenuItemID> <MenuName>string</MenuName> <IsDefault>boolean</IsDefault> <MenuTypeStyle>string</MenuTypeStyle> <MenuHeaderText>string</MenuHeaderText> <ShowImage>boolean</ShowImage> <Showtext>boolean</Showtext> <SettingKey>string</SettingKey> <SettingValue>string</SettingValue> <PortalID>int</PortalID> <UserModuleID>int</UserModuleID> <AddedBy>string</AddedBy> <IsActive>boolean</IsActive> <UpdatedBy>string</UpdatedBy> <DisplayMode>string</DisplayMode> <TopMenuSubType>string</TopMenuSubType> <SubTitleLevel>string</SubTitleLevel> <SelectedMenu>string</SelectedMenu> <PageID>int</PageID> <MenuType>string</MenuType> <PageOrder>int</PageOrder> <PageName>string</PageName> <ParentID>int</ParentID> <Level>int</Level> <LevelPageName>string</LevelPageName> <ChildCount>int</ChildCount> <SEOName>string</SEOName> <TabPath>string</TabPath> <SubText>string</SubText> <IsVisible>boolean</IsVisible> <ShowInMenu>boolean</ShowInMenu> <LinkType>string</LinkType> <Title>string</Title> <LinkURL>string</LinkURL> <ImageIcon>string</ImageIcon> <Caption>string</Caption> <HtmlContent>string</HtmlContent> <MenuLevel>string</MenuLevel> <MenuOrder>string</MenuOrder> <Mode>string</Mode> <URL>string</URL> <PreservePageOrder>boolean</PreservePageOrder> <MainParent>int</MainParent> <SideMenuType>string</SideMenuType> <CultureCode>string</CultureCode> <Description>string</Description> <UpdatedOn>dateTime</UpdatedOn> <AddedOn>dateTime</AddedOn> <ChangeFreq>string</ChangeFreq> </MenuManagerInfo>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Modules/SageMenu/MenuWebService.asmx/GetDetails HTTP/1.1 Host: bishwojyoti.com Content-Type: application/x-www-form-urlencoded Content-Length: length MenuItemID=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <MenuManagerInfo xmlns="http://tempuri.org/"> <MenuID>int</MenuID> <MenuItemID>int</MenuItemID> <MenuName>string</MenuName> <IsDefault>boolean</IsDefault> <MenuTypeStyle>string</MenuTypeStyle> <MenuHeaderText>string</MenuHeaderText> <ShowImage>boolean</ShowImage> <Showtext>boolean</Showtext> <SettingKey>string</SettingKey> <SettingValue>string</SettingValue> <PortalID>int</PortalID> <UserModuleID>int</UserModuleID> <AddedBy>string</AddedBy> <IsActive>boolean</IsActive> <UpdatedBy>string</UpdatedBy> <DisplayMode>string</DisplayMode> <TopMenuSubType>string</TopMenuSubType> <SubTitleLevel>string</SubTitleLevel> <SelectedMenu>string</SelectedMenu> <PageID>int</PageID> <MenuType>string</MenuType> <PageOrder>int</PageOrder> <PageName>string</PageName> <ParentID>int</ParentID> <Level>int</Level> <LevelPageName>string</LevelPageName> <ChildCount>int</ChildCount> <SEOName>string</SEOName> <TabPath>string</TabPath> <SubText>string</SubText> <IsVisible>boolean</IsVisible> <ShowInMenu>boolean</ShowInMenu> <LinkType>string</LinkType> <Title>string</Title> <LinkURL>string</LinkURL> <ImageIcon>string</ImageIcon> <Caption>string</Caption> <HtmlContent>string</HtmlContent> <MenuLevel>string</MenuLevel> <MenuOrder>string</MenuOrder> <Mode>string</Mode> <URL>string</URL> <PreservePageOrder>boolean</PreservePageOrder> <MainParent>int</MainParent> <SideMenuType>string</SideMenuType> <CultureCode>string</CultureCode> <Description>string</Description> <UpdatedOn>dateTime</UpdatedOn> <AddedOn>dateTime</AddedOn> <ChangeFreq>string</ChangeFreq> </MenuManagerInfo>