GET api/IC_CUSTOMER_HISTORY/getMyStock/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | string | 
                                 Required  | 
                
Body Parameters
None.
Response Information
Resource Description
ModelPassword| Name | Description | Type | Additional information | 
|---|---|---|---|
| USER_ID | string | 
                             None.  | 
                |
| USER_NAME | string | 
                             None.  | 
                |
| USER_PASSWORD | string | 
                             None.  | 
                |
| IMEINUMBER | string | 
                             None.  | 
                |
| STOCK_ID | string | 
                             None.  | 
                |
| ROLE_ID | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "USER_ID": "sample string 1",
  "USER_NAME": "sample string 2",
  "USER_PASSWORD": "sample string 3",
  "IMEINUMBER": "sample string 4",
  "STOCK_ID": "sample string 5",
  "ROLE_ID": "sample string 6"
}
        application/xml, text/xml
            Sample:
<ModelPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <IMEINUMBER>sample string 4</IMEINUMBER> <ROLE_ID>sample string 6</ROLE_ID> <STOCK_ID>sample string 5</STOCK_ID> <USER_ID>sample string 1</USER_ID> <USER_NAME>sample string 2</USER_NAME> <USER_PASSWORD>sample string 3</USER_PASSWORD> </ModelPassword>