GET api/IC_CUSTOMER_HISTORY/BalansSheet
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BalansSheet| Name | Description | Type | Additional information | 
|---|---|---|---|
| XAMMAL | string | 
                             None.  | 
                |
| HAZIR_MEHSUL | string | 
                             None.  | 
                |
| BORCUMUZ | string | 
                             None.  | 
                |
| BORCLARI | string | 
                             None.  | 
                |
| KASSA | string | 
                             None.  | 
                |
| INVENTAR | string | 
                             None.  | 
                |
| BANK | string | 
                             None.  | 
                |
| SEYF | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "XAMMAL": "sample string 1",
  "HAZIR_MEHSUL": "sample string 2",
  "BORCUMUZ": "sample string 3",
  "BORCLARI": "sample string 4",
  "KASSA": "sample string 5",
  "INVENTAR": "sample string 6",
  "BANK": "sample string 7",
  "SEYF": "sample string 8"
}
        application/xml, text/xml
            Sample:
<BalansSheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <BANK>sample string 7</BANK> <BORCLARI>sample string 4</BORCLARI> <BORCUMUZ>sample string 3</BORCUMUZ> <HAZIR_MEHSUL>sample string 2</HAZIR_MEHSUL> <INVENTAR>sample string 6</INVENTAR> <KASSA>sample string 5</KASSA> <SEYF>sample string 8</SEYF> <XAMMAL>sample string 1</XAMMAL> </BalansSheet>