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": "2024-11-21T09:40:59.5812665+00:00"
  },
  {
    "UserId": 1,
    "StoreId": 2,
    "ProductId": 3,
    "QtyPrinted": 4,
    "PrintedOn": "2024-11-21T09:40:59.5812665+00:00"
  },
  {
    "UserId": 1,
    "StoreId": 2,
    "ProductId": 3,
    "QtyPrinted": 4,
    "PrintedOn": "2024-11-21T09:40:59.5812665+00:00"
  }
]