POST api/PrintHistories
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional 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-02-18T06:55:17.2102899+00:00"
},
{
"DeviceId": "sample string 1",
"UserId": 2,
"StoreId": 3,
"ProductId": 4,
"Quantity": 5,
"TypeOfLabel": 6,
"PrintedOn": "2026-02-18T06:55:17.2102899+00:00"
},
{
"DeviceId": "sample string 1",
"UserId": 2,
"StoreId": 3,
"ProductId": 4,
"Quantity": 5,
"TypeOfLabel": 6,
"PrintedOn": "2026-02-18T06:55:17.2102899+00:00"
}
]