POST api/PrintLog

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
printLogs
Documentation for 'printLogs'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "UserId": 1,
    "StoreId": 2,
    "ProductId": 3,
    "QtyPrinted": 4,
    "PrintedOn": "2025-01-18T05:16:01.2212461+00:00"
  },
  {
    "UserId": 1,
    "StoreId": 2,
    "ProductId": 3,
    "QtyPrinted": 4,
    "PrintedOn": "2025-01-18T05:16:01.2212461+00:00"
  },
  {
    "UserId": 1,
    "StoreId": 2,
    "ProductId": 3,
    "QtyPrinted": 4,
    "PrintedOn": "2025-01-18T05:16:01.2212461+00:00"
  }
]