GET api/IC_CUSTOMER_HISTORY/getCashDovriyye/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelCashReportName | Description | Type | Additional information |
---|---|---|---|
BQALIQ | string |
None. |
|
MEDAXIL | string |
None. |
|
MEXARIC | string |
None. |
|
SQALIQ | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "BQALIQ": "sample string 1", "MEDAXIL": "sample string 2", "MEXARIC": "sample string 3", "SQALIQ": "sample string 4" }
application/xml, text/xml
Sample:
<ModelCashReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <BQALIQ>sample string 1</BQALIQ> <MEDAXIL>sample string 2</MEDAXIL> <MEXARIC>sample string 3</MEXARIC> <SQALIQ>sample string 4</SQALIQ> </ModelCashReport>