Retrieves the unauthorized account for the given ID
get
/service/lmm/account/{id}/unauthorized
This endpoint is used to retrieve get the unauthorized account for the given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Id of the user that needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account based on given id.
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:
string
-
accClosedDate:
string(date)
-
accOpenDate:
string(date)
-
accountDescription:
string
-
accountNumber(required):
string
-
acyAvailableBal:
number
-
acyCasaBlockedAmt:
number
-
acyCurrentBal:
number
-
balCompParticipation:
string
-
branchCode(required):
string
-
crLimit:
number
-
currency(required):
string
-
customerId(required):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
drLimit:
number
-
externalSystemId:
string
-
groupCode:
string
-
groupDescription:
string
-
iban:
string
-
ilRouteCode:
string
-
isActive:
string
-
isDebitUnlimited:
string
-
isExternal:
string
-
isICRequired:
string
-
isNotional:
string
-
isResident:
string
-
lastBalUpdateTime:
string(date)
-
limitCcy:
string
-
lineId:
string
-
logCode:
string
-
odLimit:
number
-
sourceSystem:
string
-
sourceSystemAccNo:
string
-
uncollAvailable:
number
-
uncollFundsLimit:
number
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error