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": "2026-07-23T03:51:52.7219252+00:00",
    "LocalPrintedOn": "2026-07-23T03:51:52.7219252+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9,
    "Weight": 1.1,
    "Country": "sample string 10",
    "IsManualWeight": 11
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2026-07-23T03:51:52.7219252+00:00",
    "LocalPrintedOn": "2026-07-23T03:51:52.7219252+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9,
    "Weight": 1.1,
    "Country": "sample string 10",
    "IsManualWeight": 11
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2026-07-23T03:51:52.7219252+00:00",
    "LocalPrintedOn": "2026-07-23T03:51:52.7219252+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9,
    "Weight": 1.1,
    "Country": "sample string 10",
    "IsManualWeight": 11
  }
]