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-06-10T18:30:20.8346954+00:00"
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2026-06-10T18:30:20.8346954+00:00"
  },
  {
    "DeviceId": "sample string 1",
    "UserId": 2,
    "StoreId": 3,
    "ProductId": 4,
    "Quantity": 5,
    "TypeOfLabel": 6,
    "PrintedOn": "2026-06-10T18:30:20.8346954+00:00"
  }
]