GET api/IC_CUSTOMER_HISTORY/CalculateCustomerBalans2/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Balans3| Name | Description | Type | Additional information |
|---|---|---|---|
| FROM_SALE | string |
None. |
|
| FROM_EXPENCE | string |
None. |
|
| FROM_RETURN | string |
None. |
|
| FROM_PRESENT | string |
None. |
|
| FROM_BANK | string |
None. |
|
| BALANS | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FROM_SALE": "sample string 1",
"FROM_EXPENCE": "sample string 2",
"FROM_RETURN": "sample string 3",
"FROM_PRESENT": "sample string 4",
"FROM_BANK": "sample string 5",
"BALANS": "sample string 6"
}
application/xml, text/xml
Sample:
<Balans3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgdamSud.Models"> <BALANS>sample string 6</BALANS> <FROM_BANK>sample string 5</FROM_BANK> <FROM_EXPENCE>sample string 2</FROM_EXPENCE> <FROM_PRESENT>sample string 4</FROM_PRESENT> <FROM_RETURN>sample string 3</FROM_RETURN> <FROM_SALE>sample string 1</FROM_SALE> </Balans3>