Adhoc Statements
| Name | Description | Introduced In |
|---|---|---|
| getdetails | This API views the adhoc statements. | 2023.11 |
| generateCombinedStatementsFileId | This API downloads the adhoc statements. | 2023.11 |
| Description: | This API views the adhoc statements. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/DocumentManagement/operations/AdhocStatements/getDetails |
| Security Level: | Authenticated App User |
| Header Request: |
X-Kony-Authorization |
| Body Request: |
Parameters {}
|
| Response: |
Parameters fileName Specifies the name of the adhoc statement file that is fetched. generatedDate Specifies the date on which the adhoc statement was generated. fileType Specifies the type of file the file type of the adhoc statement. The possible values are pdf, csv, and xlsx, xls, qbo, qfx. status Specifies the status of the adhoc statement file. The possible values are InProgress, Success, and Failed. fieId Specifies the unique ID of the generated adhoc statement. account ID Specifies the account for which the statement is generated. Inputpayload Specifies the advance search done to generate adhoc statement file {
"fileName": "Adhoc_Statement_130257_01112023.pdf",
"accountID": "130257",
"fileId": "gJBp4Tn3fC82hvQUGcjvpnS3CtXGCseK",
"fileIdSec": "0034405042",
"inputPayload": "{\"requestType\":\"download\",\"searchEndDate\":\"2023-11-01\",\"fromCheckNumber\":\"\",\"searchDescription\":\"\",\"transactionType\":\"All\",\"accountID\":\"130257\",\"searchStartDate\":\"2023-10-25\",\"searchDateRange\":\"7days\",\"searchTransactionType\":\"All\",\"searchMinAmount\":\"\",\"toCheckNumber\":\"\",\"fileType\":\"pdf\",\"searchMaxAmount\":\"\"}",
"generatedDate": "2023-11-01T01:28:07Z",
"fileType": "pdf",
"status": "Success"
|
| Error Code(s): |
|
| Enterprise Provider: | Temenos Digital |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | field | NA | NA |
| Description: | This API downloads the adhoc statements. |
| Method: | POST |
| URL: | {base_url}/services/data/v1/DocumentManagement/operations/ CombinedStatements/generateCombinedStatementsFileId |
| Security Level: | Authenticated App User |
| Header Request: |
X-Kony-Authorization |
| Body Request: | {
"fileId":"gJBp4Tn3fC82hvQUGcjvpnS3CtXGCseK"
}
|
| Response: |
Parameters fileName Specifies the name of the adhoc statement file that is fetched. Id Specifies the unique ID of the generated adhoc statement. fileType Specifies the type of file the file type of the adhoc statement. The possible values are pdf, csv, and xlsx, xls, qbo, qfx. {
"fileName": "Adhoc_Statement_130257_01112023.pdf",
"id": "3278311382",
"fileType": "pdf",
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): |
|
| Enterprise Provider: | Temenos Digital |
| Enterprise API: |
NA |
Field Mapping
| UI Field | Experience API Field | MS API Field | Transact API Field |
|---|---|---|---|
| NA | field | NA | NA |
In this topic