GET api/DPR?dprDate={dprDate}&storeId={storeId}
Documentation for 'Get'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
dprDate | Documentation for 'dprDate'. |
Define this parameter in the request URI. |
storeId | Documentation for 'storeId'. |
Define this parameter in the request URI. |
Response Information
Response 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 } ] }