POST Enquiry/TrendAnalysis?AccountNumber={AccountNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TrendAnalysisModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | integer |
None. |
|
| CREDITS | decimal number |
None. |
|
| DEBITS | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Month": 1,
"CREDITS": 2.0,
"DEBITS": 3.0
}