GET api/Statement?Account_Id={Account_Id}&fromDate={fromDate}&toDate={toDate}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Account_Id | No documentation available. |
Define this parameter in the request URI. |
| fromDate | No documentation available. |
Define this parameter in the request URI. |
| toDate | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"$id": "1",
"EntryId": "sample string 1",
"Credit": 2.1,
"Debit": 3.1,
"StatementBal": 4.1,
"EntryDate": "sample string 5",
"StatementNotes": "sample string 6",
"AccountName": "sample string 7",
"SourceURL": "sample string 8",
"OriginalSourceId": 1
},
{
"$ref": "1"
},
{
"$ref": "1"
}
]