POST api/DPR
Documentation for 'Post'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
dpr | Documentation for 'dpr'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "DPRCompleted": true, "DPRDate": "sample string 2", "DprItems": [ { "StoreId": 1, "ProductId": 2, "LabelOnHand": 3, "QtyMade": 4, "QtyRemaining": 5 }, { "StoreId": 1, "ProductId": 2, "LabelOnHand": 3, "QtyMade": 4, "QtyRemaining": 5 }, { "StoreId": 1, "ProductId": 2, "LabelOnHand": 3, "QtyMade": 4, "QtyRemaining": 5 } ] }