POST api/WMS/Dimensioners/Configuration/TestAPI

Request Information

URI Parameters

None.

Body Parameters

WMSAPISettings
NameDescriptionTypeAdditional information
Model_ID

integer

None.

ManufacturerID

integer

None.

IP_Address

string

Matching regular expression pattern: ^([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(\.([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])){3}$

Port

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Model_ID": 1,
  "ManufacturerID": 2,
  "IP_Address": "sample string 3",
  "Port": 4
}

application/xml, text/xml

Sample:
<WMSAPISettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels">
  <IP_Address>sample string 3</IP_Address>
  <ManufacturerID>2</ManufacturerID>
  <Model_ID>1</Model_ID>
  <Port>4</Port>
</WMSAPISettings>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Model_ID":1,"ManufacturerID":2,"IP_Address":"sample string 3","Port":4}

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />