GET api/IC_CUSTOMER_HISTORY/dailyBalans
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ModelDailyHistoryName | Description | Type | Additional information |
---|---|---|---|
OPERATION_TYPE_NAME | string |
None. |
|
TOTAL | string |
None. |
|
CUSTOMER_NAME | string |
None. |
|
OPERATION_ID | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "OPERATION_TYPE_NAME": "sample string 1", "TOTAL": "sample string 2", "CUSTOMER_NAME": "sample string 3", "OPERATION_ID": "sample string 4" }, { "OPERATION_TYPE_NAME": "sample string 1", "TOTAL": "sample string 2", "CUSTOMER_NAME": "sample string 3", "OPERATION_ID": "sample string 4" } ]
application/xml, text/xml
Sample:
<ArrayOfModelDailyHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <ModelDailyHistory> <CUSTOMER_NAME>sample string 3</CUSTOMER_NAME> <OPERATION_ID>sample string 4</OPERATION_ID> <OPERATION_TYPE_NAME>sample string 1</OPERATION_TYPE_NAME> <TOTAL>sample string 2</TOTAL> </ModelDailyHistory> <ModelDailyHistory> <CUSTOMER_NAME>sample string 3</CUSTOMER_NAME> <OPERATION_ID>sample string 4</OPERATION_ID> <OPERATION_TYPE_NAME>sample string 1</OPERATION_TYPE_NAME> <TOTAL>sample string 2</TOTAL> </ModelDailyHistory> </ArrayOfModelDailyHistory>