Retrives the bank by given ID
get
/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: 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 : LmmTmBankParametersDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
-
object
LmmTmBankParametersDTO-allOf[1]
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
-
bankDescription(optional):
string
-
bankShortName(optional):
string
-
bankType:
string
-
cityId(optional):
string
-
countryId(optional):
string
-
crossBorderHybridPool(optional):
string
-
crossBorderHybridSweep(optional):
string
-
crossBorderPool(optional):
string
-
crossBorderSweep(optional):
string
-
crossCcyHybridPool(optional):
string
-
crossCcyHybridSweep(optional):
string
-
crossCcyPool(optional):
string
-
crossCcySweep(optional):
string
-
domesticHybridPool(optional):
string
-
domesticHybridSweep(optional):
string
-
domesticPool(optional):
string
-
domesticSweep(optional):
string
-
fax(optional):
string
-
hybrid(optional):
string
-
isBvtAllowed(optional):
string
-
isMbccAllowed(optional):
string
-
line1(optional):
string
-
line2(optional):
string
-
line3(optional):
string
-
line4(optional):
string
-
LmmTmBankAddnParametersDTO(optional):
array LmmTmBankAddnParametersDTO
-
phoneNumber(optional):
string
-
pool(optional):
string
-
sourceSystem(optional):
string
-
sourceSystemBankCode(optional):
string
-
stateId(optional):
string
-
sweep(optional):
string
-
zip(optional):
string
Nested Schema : LmmTmBankAddnParametersDTO
Type:
Show Source
array
-
Array of:
object LmmTmBankAddnParametersDTO
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error