POST Api/logistics/GetScalePrinterSystemByScaleIp
Request Information
URI Parameters
None.
Body Parameters
GetScalePrinterSystemByScaleIpRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ScaleIp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScaleIp": "sample string 1"
}
application/xml, text/xml
Sample:
<GetScalePrinterSystemByScaleIpRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics"> <ScaleIp>sample string 1</ScaleIp> </GetScalePrinterSystemByScaleIpRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ScalePrinterSystemModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ScalePrinterServerId | integer |
None. |
|
| Name | string |
None. |
|
| ScaleIp | string |
None. |
|
| PrinterIp | string |
None. |
|
| PrinterPort | integer |
None. |
|
| LabelName | string |
None. |
|
| LabelType | string |
None. |
|
| Intensity | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ScalePrinterServerId": 2,
"Name": "sample string 3",
"ScaleIp": "sample string 4",
"PrinterIp": "sample string 5",
"PrinterPort": 6,
"LabelName": "sample string 7",
"LabelType": "sample string 8",
"Intensity": 9
}
application/xml, text/xml
Sample:
<ScalePrinterSystemModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics"> <Id>1</Id> <Intensity>9</Intensity> <LabelName>sample string 7</LabelName> <LabelType>sample string 8</LabelType> <Name>sample string 3</Name> <PrinterIp>sample string 5</PrinterIp> <PrinterPort>6</PrinterPort> <ScaleIp>sample string 4</ScaleIp> <ScalePrinterServerId>2</ScalePrinterServerId> </ScalePrinterSystemModel>