POST Api/logistics/ScalePrinterSystemNextChanges

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ScalePrinterSystemChangeModel
NameDescriptionTypeAdditional information
Id

integer

None.

ScalePrinterSystemId

integer

None.

Time

time interval

None.

LabelType

string

None.

LastChangeDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ScalePrinterSystemId": 2,
    "Time": "00:00:00.1234567",
    "LabelType": "sample string 4",
    "LastChangeDate": "2025-08-02T15:22:42.2481583+02:00"
  },
  {
    "Id": 1,
    "ScalePrinterSystemId": 2,
    "Time": "00:00:00.1234567",
    "LabelType": "sample string 4",
    "LastChangeDate": "2025-08-02T15:22:42.2481583+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfScalePrinterSystemChangeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics">
  <ScalePrinterSystemChangeModel>
    <Id>1</Id>
    <LabelType>sample string 4</LabelType>
    <LastChangeDate>2025-08-02T15:22:42.2481583+02:00</LastChangeDate>
    <ScalePrinterSystemId>2</ScalePrinterSystemId>
    <Time>PT0.1234567S</Time>
  </ScalePrinterSystemChangeModel>
  <ScalePrinterSystemChangeModel>
    <Id>1</Id>
    <LabelType>sample string 4</LabelType>
    <LastChangeDate>2025-08-02T15:22:42.2481583+02:00</LastChangeDate>
    <ScalePrinterSystemId>2</ScalePrinterSystemId>
    <Time>PT0.1234567S</Time>
  </ScalePrinterSystemChangeModel>
</ArrayOfScalePrinterSystemChangeModel>