Skip to main content

Get Account Report Request by ID

Overview​

GetNpsAccountReportRequestByIdQuery retrieves the full detail of a single camt.060 account report request, including all linked camt.052/053 report records received in response.

Command Details​

  • Command: GetNpsAccountReportRequestByIdQuery
  • Type: Query

API Endpoint​

POST /api/bpm/cmd

Request Structure​

FieldTypeRequiredDescription
idintYesInternal ID of the account report request

Try It Out​

POST/api/bpm/cmdGetNpsAccountReportRequestByIdQuery
Request Body

Response Structure​

{
"isSuccessful": true,
"statusCode": "00",
"data": {
"id": 201,
"msgId": "CAMT060-20260101-001",
"direction": "outbound",
"accountNumber": "0123456789",
"reportType": "camt.052",
"periodFrom": "2026-01-01T00:00:00Z",
"periodTo": "2026-01-01T23:59:59Z",
"counterpartBankCode": "000014",
"status": "Fulfilled",
"createdAt": "2026-01-01T08:00:00Z",
"updatedAt": "2026-01-01T08:05:00Z",
"reports": [
{
"id": 301,
"msgId": "CAMT052-20260101-001",
"reportType": "camt.052",
"direction": "inbound",
"accountNumber": "0123456789",
"openingBalance": 1000000.00,
"closingBalance": 950000.00,
"entryCount": 3,
"processedAt": "2026-01-01T08:05:00Z",
"hasRawXml": true
}
],
"totalReports": 1
}
}

Report Record Fields​

FieldTypeDescription
msgIdstringcamt.052/053 message ID
reportTypestring"camt.052" (intraday) or "camt.053" (end-of-day)
openingBalancedecimalAccount opening balance for the period
closingBalancedecimalAccount closing balance for the period
entryCountintNumber of transaction entries in the report
hasRawXmlbooltrue if the raw ISO 20022 XML is stored