GET api/InventoryDropDownLIst/{DB}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DB | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StockDropDown| Name | Description | Type | Additional information |
|---|---|---|---|
| StockListID | integer |
None. |
|
| Code | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StockListID": 1,
"Code": "sample string 2"
},
{
"StockListID": 1,
"Code": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfStockDropDown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdroitERPWebApis">
<StockDropDown>
<Code>sample string 2</Code>
<StockListID>1</StockListID>
</StockDropDown>
<StockDropDown>
<Code>sample string 2</Code>
<StockListID>1</StockListID>
</StockDropDown>
</ArrayOfStockDropDown>