GET api/IC_CUSTOMER_HISTORY/GetCustomerHistories/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelCustomerHistoryName | Description | Type | Additional information |
---|---|---|---|
OPERATION_ID | string |
None. |
|
OPERATION_DATE | string |
None. |
|
OPERATION_TYPE | string |
None. |
|
OPERATION_NAME | string |
None. |
|
OPER_DEBET | string |
None. |
|
OPER_CREDET | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "OPERATION_ID": "sample string 1", "OPERATION_DATE": "sample string 2", "OPERATION_TYPE": "sample string 3", "OPERATION_NAME": "sample string 4", "OPER_DEBET": "sample string 5", "OPER_CREDET": "sample string 6" }
application/xml, text/xml
Sample:
<ModelCustomerHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <OPERATION_DATE>sample string 2</OPERATION_DATE> <OPERATION_ID>sample string 1</OPERATION_ID> <OPERATION_NAME>sample string 4</OPERATION_NAME> <OPERATION_TYPE>sample string 3</OPERATION_TYPE> <OPER_CREDET>sample string 6</OPER_CREDET> <OPER_DEBET>sample string 5</OPER_DEBET> </ModelCustomerHistory>