POST api/Statements
Request Information
URI Parameters
None.
Body Parameters
v_StatementsName | 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. |
Request Formats
application/json, text/json
Sample:
{ "recid": 1, "accountnum": "sample string 2", "todate": "2025-09-01T00:34:59.6793875+00:00", "fileName": "sample string 4", "createddatetime": "2025-09-01T00:34:59.6793875+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
v_StatementsName | 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": "2025-09-01T00:34:59.6793875+00:00", "fileName": "sample string 4", "createddatetime": "2025-09-01T00:34:59.6793875+00:00" }