GET api/LabelSerial?QRCode={QRCode}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
QRCode
Documentation for 'QRCode'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "QRCode": "sample string 1",
  "UserID": 2,
  "StoreID": 3,
  "ProductID": 4,
  "PrintDateAndTime": "2025-01-18T05:19:34.5134049+00:00",
  "AddDateAndTime": "2025-01-18T05:19:34.5134049+00:00",
  "RemoveDateAndTime": "2025-01-18T05:19:34.5134049+00:00",
  "Printed": true,
  "Add": true,
  "Remove": true,
  "SentDate": "2025-01-18T05:19:34.5134049+00:00"
}