GET api/Statements/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
v_Statements| Name | Description | Type | Additional information |
|---|---|---|---|
| RECID | integer |
None. |
|
| ACCOUNTNUM | string |
None. |
|
| TODATE | date |
None. |
|
| FileName | string |
String length: inclusive between 0 and 55 |
|
| CREATEDDATETIME | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"recid": 1,
"accountnum": "sample string 2",
"todate": "2026-03-21T21:52:11.3715614+00:00",
"fileName": "sample string 4",
"createddatetime": "2026-03-21T21:52:11.3715614+00:00"
}