GET api/IC_CUSTOMER_HISTORY/getTaraBalansCustomer/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ModelTaraBalans| Name | Description | Type | Additional information |
|---|---|---|---|
| TARA_ID | string |
None. |
|
| TARA_NAME | string |
None. |
|
| TARA_BALANS_AMOUNT | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TARA_ID": "sample string 1",
"TARA_NAME": "sample string 2",
"TARA_BALANS_AMOUNT": "sample string 3"
}
application/xml, text/xml
Sample:
<ModelTaraBalans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamDondurmaYeni.Models"> <TARA_BALANS_AMOUNT>sample string 3</TARA_BALANS_AMOUNT> <TARA_ID>sample string 1</TARA_ID> <TARA_NAME>sample string 2</TARA_NAME> </ModelTaraBalans>