GET api/IC_USERS/GetIC_USERS
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IC_USERS| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| USER_NAME | string |
None. |
|
| USER_PASSWORD | string |
None. |
|
| IMEINUMBER | string |
None. |
|
| IS_GIVEN | integer |
None. |
|
| LINK_ID | integer |
None. |
|
| STOCK_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"USER_ID": 1,
"USER_NAME": "sample string 2",
"USER_PASSWORD": "sample string 3",
"IMEINUMBER": "sample string 4",
"IS_GIVEN": 1,
"LINK_ID": 1,
"STOCK_ID": 1
},
{
"USER_ID": 1,
"USER_NAME": "sample string 2",
"USER_PASSWORD": "sample string 3",
"IMEINUMBER": "sample string 4",
"IS_GIVEN": 1,
"LINK_ID": 1,
"STOCK_ID": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfIC_USERS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models">
<IC_USERS>
<IMEINUMBER>sample string 4</IMEINUMBER>
<IS_GIVEN>1</IS_GIVEN>
<LINK_ID>1</LINK_ID>
<STOCK_ID>1</STOCK_ID>
<USER_ID>1</USER_ID>
<USER_NAME>sample string 2</USER_NAME>
<USER_PASSWORD>sample string 3</USER_PASSWORD>
</IC_USERS>
<IC_USERS>
<IMEINUMBER>sample string 4</IMEINUMBER>
<IS_GIVEN>1</IS_GIVEN>
<LINK_ID>1</LINK_ID>
<STOCK_ID>1</STOCK_ID>
<USER_ID>1</USER_ID>
<USER_NAME>sample string 2</USER_NAME>
<USER_PASSWORD>sample string 3</USER_PASSWORD>
</IC_USERS>
</ArrayOfIC_USERS>