POST api/SaveProductionData

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
productionDatas
Documentation for 'productionDatas'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "DeviceId": "sample string 2",
    "UserId": 3,
    "StoreId": 4,
    "PriceCategoryId": 1,
    "UPC": "sample string 5",
    "Price": 1.1,
    "ProductId": 6,
    "LocalDateTime": "2024-11-21T09:47:53.1161881+00:00",
    "QtyProduced": 7,
    "QtyReturned": 8
  },
  {
    "Id": 1,
    "DeviceId": "sample string 2",
    "UserId": 3,
    "StoreId": 4,
    "PriceCategoryId": 1,
    "UPC": "sample string 5",
    "Price": 1.1,
    "ProductId": 6,
    "LocalDateTime": "2024-11-21T09:47:53.1161881+00:00",
    "QtyProduced": 7,
    "QtyReturned": 8
  },
  {
    "Id": 1,
    "DeviceId": "sample string 2",
    "UserId": 3,
    "StoreId": 4,
    "PriceCategoryId": 1,
    "UPC": "sample string 5",
    "Price": 1.1,
    "ProductId": 6,
    "LocalDateTime": "2024-11-21T09:47:53.1161881+00:00",
    "QtyProduced": 7,
    "QtyReturned": 8
  }
]