POST api/PrepLabelPrintHistories
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, "Quantity": 4, "IngredientId": 5, "PrinterDPI": 6, "LocalPrintedOn": "2024-11-21T10:10:10.2774299+00:00" }, { "DeviceId": "sample string 1", "UserId": 2, "StoreId": 3, "Quantity": 4, "IngredientId": 5, "PrinterDPI": 6, "LocalPrintedOn": "2024-11-21T10:10:10.2774299+00:00" }, { "DeviceId": "sample string 1", "UserId": 2, "StoreId": 3, "Quantity": 4, "IngredientId": 5, "PrinterDPI": 6, "LocalPrintedOn": "2024-11-21T10:10:10.2774299+00:00" } ]