...
Sample Response
Code Block | ||
---|---|---|
| ||
{ "headerMap": { "replyType": "success", "success": "true", "accessToken": " sample61d74837-2e77-4ede-a967-2c84b30-dws-b3b4f 7" } } |
...
Sample Response
Code Block | ||
---|---|---|
| ||
{ "headerMap": { "replyType": "SUCCESS", "reportId": " samplejk34-0925bccf-29f0-42f2-8896-77c57aea2198", "referenceNumber": " sample2djj-6c394d0e-9802-49ae-bdd3-9ccaed431ecd ", "success": "true", "statusCode": 200, "status": "SUCCESS" } } |
...
Sample Response
Code Block | ||
---|---|---|
| ||
{ "headerMap": { "replyType": "SUCCESS", "success": "true", "reportGroupStatus": { "referenceNumber": " sample2djj-6c394d0e-9802-49ae-bdd3-9ccaed431ecd ", "reportGroupId": " AccountTransaction ", "statusCode": 200, "status": "SUCCESS" } } } |
...
Sample Response
Code Block | ||
---|---|---|
| ||
{ "headerMap": { "replyType": "SUCCESS", "reportId": " samplejk34-0925bccf-29f0-42f2-8896-77c57aea2198", "reportName": " AccountTransaction ", "success": "true", "reportStatus": "NOTIFIED", "errorCode": "", "statusCode": "200", "errorMsg": "" } } |
...
Note | |||||
---|---|---|---|---|---|
You can also add filters while generating the report by passing "reportFilter" parameter as shown in the following sample code snippet:
|
...
Sample Response
Code Block | ||
---|---|---|
| ||
{ "headerMap": { "reportFailureCount": "0", "reports": [ { "reportId": "samplejk34-0925bccf-29f0-42f2-8896-77c57aea2198", "reportName": " AccountTransaction ", "reportTitle": "", "reportStatus": "NOTIFIED", "errorCode": "", "reportGroupId": " AccountTransaction ", "errorMsg": "" } ], "replyType": "SUCCESS", "reportSuccessCount": "1", "referenceNumber": "sample2djj-6c394d0e-9802-49ae-bdd3-9ccaed431ecd", "success": "true", "reportGroupId": " AccountTransaction ", "noOfReports": "1", "statusCode": "200" } } |
...