GET v1/dashboard/agingBySKUAndLocation/{skuID}/{locationID}
Aging by SKU and Location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| skuID | integer |
Required |
|
| locationID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DashboardAgingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Aging |
Aging |
string |
None. |
| TotalOnHand |
Total On Hand |
integer |
None. |
| TotalInTransit |
Total In Transit |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"aging": "sample string 1",
"totalOnHand": 2,
"totalInTransit": 3
}