POST api/Misc/PrintArea

Save print area

Request Information

URI Parameters

None.

Body Parameters

DTO_Print_Area
NameDescriptionTypeAdditional information
ID

string

None.

Company_ID

string

None.

Name

string

None.

Address

string

None.

Link_Man

string

None.

Enable

boolean

None.

Local_Network

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "Company_ID": "sample string 2",
  "Name": "sample string 3",
  "Address": "sample string 4",
  "Link_Man": "sample string 5",
  "Enable": true,
  "Local_Network": true
}

application/xml, text/xml

Sample:
<DTO_Print_Area xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PrintService.DTO">
  <Address>sample string 4</Address>
  <Company_ID>sample string 2</Company_ID>
  <Enable>true</Enable>
  <ID>sample string 1</ID>
  <Link_Man>sample string 5</Link_Man>
  <Local_Network>true</Local_Network>
  <Name>sample string 3</Name>
</DTO_Print_Area>

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.