Get all MT message log.
get
/api/1.0/service/lmg/externalMessage/getExternalMessageLog
This endpoint is used to get external message log based on input criteria.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountNumber: string
accountNumber
-
bicCode: string
bicCode
-
limit: integer
limit is maximum no of records to be fetched
-
messageDate: string
messageDate
-
offset: integer
offset is starting no of records to be fetched
-
status: string
status
-
swiftMsgType: string
swiftMsgType
-
transRefNum: string
transRefNum
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
Nested Schema : ExternalMsgDetailsDTO
Type:
Show Source
object
-
accountNumber:
string
-
availableBalance:
number
-
bicCode:
string
-
bookDatedBalance:
number
-
currencyCode:
string
-
dateTimeIndicator:
string
-
errorCode:
string
-
errorDesc:
string
-
logTimeInUserBranchTimeZone:
string
-
logTimeInUTCTimeZone:
string
-
message:
string
-
messageAuditList:
array messageAuditList
-
messageId:
string
-
messageStatus:
string
-
messageType:
string
-
openingBalance:
number
-
processedTimeInUserBranchTimeZone:
string
-
processedTimeInUTCTimeZone:
string
-
sequenceNo:
integer
-
statementNo:
integer
-
transRefNum:
string
-
valueDate:
string
Nested Schema : ExternalMsgLogAuditDTO
Type:
Show Source
object
-
actionSource:
string
From date for which value dated balance is being fetched
-
authStat:
string
-
checkerDtStamp:
string
-
checkerId:
string
-
checkerRemarks:
string
-
errorDesc:
string
-
id:
string
-
makerDtStamp:
string
-
makerId:
string
-
makerRemarks:
string
-
messageAction:
string
-
messageId:
string
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error