GET api/IC_CUSTOMER_HISTORY/getBankPayment

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ModelPayments
NameDescriptionTypeAdditional information
CUSTOMER_NAME

string

None.

DEBET

string

None.

CREDET

string

None.

OPERATION_DATE

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CUSTOMER_NAME": "sample string 1",
  "DEBET": "sample string 2",
  "CREDET": "sample string 3",
  "OPERATION_DATE": "sample string 4"
}

application/xml, text/xml

Sample:
<ModelPayments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models">
  <CREDET>sample string 3</CREDET>
  <CUSTOMER_NAME>sample string 1</CUSTOMER_NAME>
  <DEBET>sample string 2</DEBET>
  <OPERATION_DATE>sample string 4</OPERATION_DATE>
</ModelPayments>