POST api/PrintHistories

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
printHistories
Documentation for 'printHistories'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2025-01-18T05:18:37.219865+00:00",
    "LocalPrintedOn": "2025-01-18T05:18:37.219865+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2025-01-18T05:18:37.219865+00:00",
    "LocalPrintedOn": "2025-01-18T05:18:37.219865+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2025-01-18T05:18:37.219865+00:00",
    "LocalPrintedOn": "2025-01-18T05:18:37.219865+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9
  }
]