Retrives the Unauthorized Bank by Given ID
get
/service/lmm/bank/{id}/unauthorized
This endpoint is used to get the unauthorized bank identified by 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 bank based on given id.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
objectDiscriminator:
resource_typeNested Schema : LmmTmBankParametersDTO-allOf[1]
Type:
Show Source
object-
bankCode(required):
string
Pattern:
[a-zA-Z0-9]{0,4} -
bankDescription:
string
Maximum Length:
200 -
bankShortName:
string
Maximum Length:
30 -
bankType(required):
string
Maximum Length:
10 -
chargeCalcPref:
string
Maximum Length:
1Pattern:[I,E]Field to fetch whether charge will be calculated internally or by an external system -
chargeColPref:
string
Maximum Length:
1Pattern:[I,E]Field to fetch whether charge posting will be internally or by an external system -
chgIncludeClosedVa:
string
Minimum Length:
1Maximum Length:1Pattern:[Y,N]Flag to indicate if closed VAs to be considered for charge if VAs were part of transactions in the current period -
cityId:
string
Maximum Length:
10 -
countryId:
string
Maximum Length:
10 -
crossBorderHybridPool:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
crossBorderHybridSweep:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
crossBorderPool:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
crossBorderSweep:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
crossCcyHybridPool:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
crossCcyHybridSweep:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
crossCcyPool:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
crossCcySweep:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
domesticHybridPool:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
domesticHybridSweep:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
domesticPool:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
domesticSweep:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
extAccSweepBasis:
string
Maximum Length:
15Default Value:AvailableBal -
fax:
string
Maximum Length:
20 -
hybrid:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
ifAvlBalExtAccNotAvl:
string
Maximum Length:
15Default Value:Error -
isBvtAllowed:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
isMbccAllowed:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
line1:
string
Maximum Length:
100 -
line2:
string
Maximum Length:
100 -
line3:
string
Maximum Length:
100 -
line4:
string
Maximum Length:
100 -
LmmTmBankAddnParametersDTO:
array LmmTmBankAddnParametersDTO
-
phoneNumber:
string
Maximum Length:
13 -
pool:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
sourceSystem:
string
Maximum Length:
35 -
sourceSystemBankCode:
string
Maximum Length:
4 -
stateId:
string
Maximum Length:
10 -
sweep:
string
Maximum Length:
1Default Value:NPattern:[Y,N] -
zip:
string
Maximum Length:
10
Nested Schema : LmmTmBankAddnParametersDTO
Type:
Show Source
object-
bankParametersId:
string
Maximum Length:
36 -
id:
string
Maximum Length:
36 -
parameterName:
string
Maximum Length:
50 -
parameterValue:
string
Maximum Length:
300
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error