GET api/IC_CUSTOMER_HISTORY/getCustomerHistoru/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelCustomerHistory2Name | Description | Type | Additional information |
---|---|---|---|
OPERATION_ID | string |
None. |
|
OPERATION_DATE | string |
None. |
|
CONTRAGENT | string |
None. |
|
OPERATION_TYPE_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", "CONTRAGENT": "sample string 3", "OPERATION_TYPE_NAME": "sample string 4", "OPER_DEBET": "sample string 5", "OPER_CREDET": "sample string 6" }
application/xml, text/xml
Sample:
<ModelCustomerHistory2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <CONTRAGENT>sample string 3</CONTRAGENT> <OPERATION_DATE>sample string 2</OPERATION_DATE> <OPERATION_ID>sample string 1</OPERATION_ID> <OPERATION_TYPE_NAME>sample string 4</OPERATION_TYPE_NAME> <OPER_CREDET>sample string 6</OPER_CREDET> <OPER_DEBET>sample string 5</OPER_DEBET> </ModelCustomerHistory2>