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
ModelCustomerHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| OPERATION_ID | string |
None. |
|
| CONTRAGENT | string |
None. |
|
| OPER_DEBET | string |
None. |
|
| OPER_CREDET | string |
None. |
|
| OPERATION_TYPE_NAME | string |
None. |
|
| OPERATION_DATE | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"OPERATION_ID": "sample string 1",
"CONTRAGENT": "sample string 2",
"OPER_DEBET": "sample string 3",
"OPER_CREDET": "sample string 4",
"OPERATION_TYPE_NAME": "sample string 5",
"OPERATION_DATE": "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/TopsumMX2020.Models"> <CONTRAGENT>sample string 2</CONTRAGENT> <OPERATION_DATE>sample string 6</OPERATION_DATE> <OPERATION_ID>sample string 1</OPERATION_ID> <OPERATION_TYPE_NAME>sample string 5</OPERATION_TYPE_NAME> <OPER_CREDET>sample string 4</OPER_CREDET> <OPER_DEBET>sample string 3</OPER_DEBET> </ModelCustomerHistory>