POST api/Menu/GetData_Menu

Request Information

URI Parameters

None.

Body Parameters

Menu
NameDescriptionTypeAdditional information
MenuId

integer

None.

ParentMenuId

string

None.

MenuName

string

None.

MenuUrl

string

None.

DisplayOrder

integer

None.

CreatedByUser

integer

None.

CompanyID

integer

None.

ModifiedByUser

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "MenuId": 1,
  "ParentMenuId": "sample string 2",
  "MenuName": "sample string 3",
  "MenuUrl": "sample string 4",
  "DisplayOrder": 5,
  "CreatedByUser": 6,
  "CompanyID": 7,
  "ModifiedByUser": 8
}

application/xml, text/xml

Sample:
<Menu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotaDeviApi.Models">
  <CompanyID>7</CompanyID>
  <CreatedByUser>6</CreatedByUser>
  <DisplayOrder>5</DisplayOrder>
  <MenuId>1</MenuId>
  <MenuName>sample string 3</MenuName>
  <MenuUrl>sample string 4</MenuUrl>
  <ModifiedByUser>8</ModifiedByUser>
  <ParentMenuId>sample string 2</ParentMenuId>
</Menu>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.