PUT api/Printer

Request Information

URI Parameters

None.

Body Parameters

Ft_Printer
NameDescriptionTypeAdditional information
Area_Checked

boolean

None.

Area_ID

string

None.

ID_Checked

boolean

None.

ID

string

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:
{
  "Area_Checked": true,
  "Area_ID": "sample string 2",
  "ID_Checked": true,
  "ID": "sample string 4",
  "Name_Checked": true,
  "Name": "sample string 6",
  "Path_Checked": true,
  "Path": "sample string 8",
  "RowsPerPage": 9,
  "CurrentPage": 10,
  "SkipRows": 81
}

application/xml, text/xml

Sample:
<Ft_Printer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO">
  <CurrentPage>10</CurrentPage>
  <RowsPerPage>9</RowsPerPage>
  <Area_Checked>true</Area_Checked>
  <Area_ID>sample string 2</Area_ID>
  <ID>sample string 4</ID>
  <ID_Checked>true</ID_Checked>
  <Name>sample string 6</Name>
  <Name_Checked>true</Name_Checked>
  <Path>sample string 8</Path>
  <Path_Checked>true</Path_Checked>
</Ft_Printer>

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.