Retrieves the Bank by ID
get
/service/lmm/bank/{id}
This endpoint is used to get the bank by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Id of the user that needs to be fetched
Query Parameters
-
version(optional): 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:
object
Discriminator:
resource_type
Nested Schema : LmmTmBankParametersDTO-allOf[1]
Type:
Show Source
object
-
bankCode:
string
Pattern:
[a-zA-Z0-9]{0,4}
-
bankDescription(optional):
string
Maximum Length:
200
-
bankShortName(optional):
string
Maximum Length:
30
-
bankType:
string
Maximum Length:
10
-
chargeCalcPref(optional):
string
Maximum Length:
1
Pattern:[I,E]
Field to fetch whether charge will be calculated internally or by an external system -
chargeColPref(optional):
string
Maximum Length:
1
Pattern:[I,E]
Field to fetch whether charge posting will be internally or by an external system -
chgIncludeClosedVa(optional):
string
Minimum Length:
1
Maximum Length:1
Pattern:[Y,N]
Flag to indicate if closed VAs to be considered for charge if VAs were part of transactions in the current period -
cityId(optional):
string
Maximum Length:
10
-
countryId(optional):
string
Maximum Length:
10
-
crossBorderHybridPool(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
crossBorderHybridSweep(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
crossBorderPool(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
crossBorderSweep(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
crossCcyHybridPool(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
crossCcyHybridSweep(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
crossCcyPool(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
crossCcySweep(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
domesticHybridPool(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
domesticHybridSweep(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
domesticPool(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
domesticSweep(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
extAccSweepBasis(optional):
string
Maximum Length:
15
Default Value:AvailableBal
-
fax(optional):
string
Maximum Length:
20
-
hybrid(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
ifAvlBalExtAccNotAvl(optional):
string
Maximum Length:
15
Default Value:Error
-
isBvtAllowed(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
isMbccAllowed(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
line1(optional):
string
Maximum Length:
100
-
line2(optional):
string
Maximum Length:
100
-
line3(optional):
string
Maximum Length:
100
-
line4(optional):
string
Maximum Length:
100
-
LmmTmBankAddnParametersDTO(optional):
array LmmTmBankAddnParametersDTO
-
phoneNumber(optional):
string
Maximum Length:
13
-
pool(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
sourceSystem(optional):
string
Maximum Length:
35
-
sourceSystemBankCode(optional):
string
Maximum Length:
4
-
stateId(optional):
string
Maximum Length:
10
-
sweep(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
zip(optional):
string
Maximum Length:
10
Nested Schema : LmmTmBankAddnParametersDTO
Type:
Show Source
object
-
bankParametersId(optional):
string
Maximum Length:
36
-
id(optional):
string
Maximum Length:
36
-
parameterName(optional):
string
Maximum Length:
50
-
parameterValue(optional):
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