POST Api/logistics/GetScalePrinterServer
Request Information
URI Parameters
None.
Body Parameters
GetScalePrinterServerRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ScalePrinterServerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ScalePrinterServerId": 1
}
application/xml, text/xml
Sample:
<GetScalePrinterServerRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics"> <ScalePrinterServerId>1</ScalePrinterServerId> </GetScalePrinterServerRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ScalePrinterServerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| IpAddress | string |
None. |
|
| Port | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"IpAddress": "sample string 3",
"Port": 4
}
application/xml, text/xml
Sample:
<ScalePrinterServerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics"> <Id>1</Id> <IpAddress>sample string 3</IpAddress> <Name>sample string 2</Name> <Port>4</Port> </ScalePrinterServerModel>