POST api/PrintHistories_V2

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:
[
  {
    "MobilePrintRecId": 1,
    "DeviceId": "sample string 2",
    "UserId": 3,
    "StoreId": 4,
    "ProductId": 5,
    "Quantity": 6,
    "TypeOfLabel": 7,
    "PrintedOn": "2025-04-04T06:48:36.7450787+00:00",
    "LocalPrintedOn": "2025-04-04T06:48:36.7450787+00:00",
    "UPC": "sample string 9",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 10
  },
  {
    "MobilePrintRecId": 1,
    "DeviceId": "sample string 2",
    "UserId": 3,
    "StoreId": 4,
    "ProductId": 5,
    "Quantity": 6,
    "TypeOfLabel": 7,
    "PrintedOn": "2025-04-04T06:48:36.7450787+00:00",
    "LocalPrintedOn": "2025-04-04T06:48:36.7450787+00:00",
    "UPC": "sample string 9",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 10
  },
  {
    "MobilePrintRecId": 1,
    "DeviceId": "sample string 2",
    "UserId": 3,
    "StoreId": 4,
    "ProductId": 5,
    "Quantity": 6,
    "TypeOfLabel": 7,
    "PrintedOn": "2025-04-04T06:48:36.7450787+00:00",
    "LocalPrintedOn": "2025-04-04T06:48:36.7450787+00:00",
    "UPC": "sample string 9",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 10
  }
]