GET
api/v1/getInventoryDashboardItemsList?wareHouseId={wareHouseId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wareHouseId | integer |
Required |
|
clientId | integer |
Required |
Response Information
Description:
Return type: Collection of InventoryDashboardItems
Response Formats
application/json, text/json
[ { "TotalProducts": 1, "TotalStock": 2, "OutofStocks": 3, "OverStocks": 4, "NewLaunches": 5, "BackInInventory": 6, "ToBeExpired": 7, "ExpiredProducts": 8, "ZeroSale": 9, "DamagedProducts": 10, "CommitedStocks": 11, "OrderedStocks": 12 }, { "TotalProducts": 1, "TotalStock": 2, "OutofStocks": 3, "OverStocks": 4, "NewLaunches": 5, "BackInInventory": 6, "ToBeExpired": 7, "ExpiredProducts": 8, "ZeroSale": 9, "DamagedProducts": 10, "CommitedStocks": 11, "OrderedStocks": 12 } ]
text/html
[{"TotalProducts":1,"TotalStock":2,"OutofStocks":3,"OverStocks":4,"NewLaunches":5,"BackInInventory":6,"ToBeExpired":7,"ExpiredProducts":8,"ZeroSale":9,"DamagedProducts":10,"CommitedStocks":11,"OrderedStocks":12},{"TotalProducts":1,"TotalStock":2,"OutofStocks":3,"OverStocks":4,"NewLaunches":5,"BackInInventory":6,"ToBeExpired":7,"ExpiredProducts":8,"ZeroSale":9,"DamagedProducts":10,"CommitedStocks":11,"OrderedStocks":12}]
application/xml, text/xml
<ArrayOfInventoryDashboardItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Inventory"> <InventoryDashboardItems> <BackInInventory>6</BackInInventory> <CommitedStocks>11</CommitedStocks> <DamagedProducts>10</DamagedProducts> <ExpiredProducts>8</ExpiredProducts> <NewLaunches>5</NewLaunches> <OrderedStocks>12</OrderedStocks> <OutofStocks>3</OutofStocks> <OverStocks>4</OverStocks> <ToBeExpired>7</ToBeExpired> <TotalProducts>1</TotalProducts> <TotalStock>2</TotalStock> <ZeroSale>9</ZeroSale> </InventoryDashboardItems> <InventoryDashboardItems> <BackInInventory>6</BackInInventory> <CommitedStocks>11</CommitedStocks> <DamagedProducts>10</DamagedProducts> <ExpiredProducts>8</ExpiredProducts> <NewLaunches>5</NewLaunches> <OrderedStocks>12</OrderedStocks> <OutofStocks>3</OutofStocks> <OverStocks>4</OverStocks> <ToBeExpired>7</ToBeExpired> <TotalProducts>1</TotalProducts> <TotalStock>2</TotalStock> <ZeroSale>9</ZeroSale> </InventoryDashboardItems> </ArrayOfInventoryDashboardItems>