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": "2024-11-21T10:11:56.4125392+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9,
    "LocalPrintedOn": "2024-11-21T10:11:56.4125392+00:00"
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2024-11-21T10:11:56.4125392+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9,
    "LocalPrintedOn": "2024-11-21T10:11:56.4125392+00:00"
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2024-11-21T10:11:56.4125392+00:00",
    "UPC": "sample string 8",
    "Price": 1.1,
    "PriceCategory_Id": 1,
    "PrinterDPI": 9,
    "LocalPrintedOn": "2024-11-21T10:11:56.4125392+00:00"
  }
]