POST Aeromax/AMX_SaveWarehousePrinter

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.AMX_WarehousePrinter
NameDescriptionTypeAdditional information
ID

integer

None.

DEVICE_ID

string

None.

USER_CODE

string

None.

PRINTER_NAME

string

None.

IP_ADDRESS

string

None.

PORT

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "DEVICE_ID": "sample string 2",
  "USER_CODE": "sample string 3",
  "PRINTER_NAME": "sample string 4",
  "IP_ADDRESS": "sample string 5",
  "PORT": "sample string 6"
}

application/xml, text/xml

Sample:
<AMX_WarehousePrinter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <DEVICE_ID>sample string 2</DEVICE_ID>
  <ID>1</ID>
  <IP_ADDRESS>sample string 5</IP_ADDRESS>
  <PORT>sample string 6</PORT>
  <PRINTER_NAME>sample string 4</PRINTER_NAME>
  <USER_CODE>sample string 3</USER_CODE>
</AMX_WarehousePrinter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.