PUT api/Page/Menu

Request Information

URI Parameters

None.

Body Parameters

Ft_Page_Menu
NameDescriptionTypeAdditional information
Module_Checked

boolean

None.

Module_ID

string

None.

ID_Checked

boolean

None.

ID

string

None.

Visible_Checked

boolean

None.

Visible

boolean

None.

Name_Checked

boolean

None.

Name

string

None.

Path_Checked

boolean

None.

Path

string

None.

RowsPerPage

integer

None.

CurrentPage

integer

None.

SkipRows

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Module_Checked": true,
  "Module_ID": "sample string 2",
  "ID_Checked": true,
  "ID": "sample string 4",
  "Visible_Checked": true,
  "Visible": true,
  "Name_Checked": true,
  "Name": "sample string 8",
  "Path_Checked": true,
  "Path": "sample string 10",
  "RowsPerPage": 11,
  "CurrentPage": 12,
  "SkipRows": 121
}

application/xml, text/xml

Sample:
<Ft_Page_Menu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO">
  <CurrentPage>12</CurrentPage>
  <RowsPerPage>11</RowsPerPage>
  <ID>sample string 4</ID>
  <ID_Checked>true</ID_Checked>
  <Module_Checked>true</Module_Checked>
  <Module_ID>sample string 2</Module_ID>
  <Name>sample string 8</Name>
  <Name_Checked>true</Name_Checked>
  <Path>sample string 10</Path>
  <Path_Checked>true</Path_Checked>
  <Visible>true</Visible>
  <Visible_Checked>true</Visible_Checked>
</Ft_Page_Menu>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.