GET api/IC_STOCKS/GetIC_STOCKS
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IC_STOCKS| Name | Description | Type | Additional information |
|---|---|---|---|
| STOCK_ID | integer |
None. |
|
| STOCK_NAME | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"STOCK_ID": 1,
"STOCK_NAME": "sample string 2"
},
{
"STOCK_ID": 1,
"STOCK_NAME": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfIC_STOCKS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models">
<IC_STOCKS>
<STOCK_ID>1</STOCK_ID>
<STOCK_NAME>sample string 2</STOCK_NAME>
</IC_STOCKS>
<IC_STOCKS>
<STOCK_ID>1</STOCK_ID>
<STOCK_NAME>sample string 2</STOCK_NAME>
</IC_STOCKS>
</ArrayOfIC_STOCKS>