POST Api/logistics/UpdateScalePrinterSystemChange

Request Information

URI Parameters

None.

Body Parameters

UpdateScalePrinterSystemChangeRequestModel
NameDescriptionTypeAdditional information
Id

integer

None.

ScalePrinterSystemId

integer

None.

LabelType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ScalePrinterSystemId": 2,
  "LabelType": "sample string 3"
}

application/xml, text/xml

Sample:
<UpdateScalePrinterSystemChangeRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics">
  <Id>1</Id>
  <LabelType>sample string 3</LabelType>
  <ScalePrinterSystemId>2</ScalePrinterSystemId>
</UpdateScalePrinterSystemChangeRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.