GET api/IC_CUSTOMER_HISTORY/GetTaraLists
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ModelTaraList| Name | Description | Type | Additional information | 
|---|---|---|---|
| TARA_ID | string | 
                             None.  | 
                |
| TARA_NAME | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "TARA_ID": "sample string 1",
  "TARA_NAME": "sample string 2"
}
        application/xml, text/xml
            Sample:
<ModelTaraList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <TARA_ID>sample string 1</TARA_ID> <TARA_NAME>sample string 2</TARA_NAME> </ModelTaraList>