Retrieves the account by ID
get
/service/account/{accountNumber}/{branchCode}/{currency}
This endpoint is used to get the account by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
accountNumber: string
accountNumber of the account Maintenance
-
branchCode: string
branchCode of the account Maintenance
-
currency: string
currency of the account Maintenance
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account based on given id.
Root Schema : AccountServiceDtoWrapper
Type:
Show Source
object
-
data(optional):
object LmmTmAccountDTO
-
messages(optional):
object ResponseDto
Nested Schema : LmmTmAccountDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
-
object
LmmTmAccountDTO-allOf[1]
Nested Schema : ResponseDto
Type:
Show Source
object
-
codes(optional):
array codes
-
id(optional):
string
-
requestId(optional):
string
-
status(optional):
string
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : LmmTmAccountDTO-allOf[1]
Type:
Show Source
object
-
accCategory(optional):
string
-
accClosedDate(optional):
string(date)
-
accOpenDate(optional):
string(date)
-
accountDescription(optional):
string
-
accountNumber:
string
-
acyAvailableBal(optional):
number
-
acyCasaBlockedAmt(optional):
number
-
acyCurrentBal(optional):
number
-
balCompParticipation(optional):
string
-
branchCode:
string
-
crLimit(optional):
number
-
currency:
string
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
-
drLimit(optional):
number
-
iban(optional):
string
-
ilRouteCode(optional):
string
-
isActive(optional):
string
-
isDebitUnlimited(optional):
string
-
isExternal(optional):
string
-
isNotional(optional):
string
-
isResident(optional):
string
-
lastBalUpdateTime(optional):
string(date)
-
limitCcy(optional):
string
-
lineId(optional):
string
-
logCode(optional):
string
-
odLimit(optional):
number
-
sourceSystem(optional):
string
-
sourceSystemAccNo(optional):
string
-
uncollAvailable(optional):
number
-
uncollFundsLimit(optional):
number
Nested Schema : ResponseCode
Type:
Show Source
object
-
arg(optional):
string
-
args(optional):
array args
-
Code(optional):
string
-
Desc(optional):
string
-
Language(optional):
string
-
Type(optional):
string
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error