BankInitializer
get
Path parameters
keystring · enumRequiredPossible values:
Responses
200
OK
application/json
get
/banking/bank-initializer/{key}/parameters200
OK
Last updated
Was this helpful?
OK
OK
Last updated
Was this helpful?
Was this helpful?
GET /api/banking/bank-initializer HTTP/1.1
Host: localhost:53907
Accept: */*
[
{
"key": "FINAPI",
"description": "text"
}
]GET /api/banking/bank-initializer/{key}/parameters HTTP/1.1
Host: localhost:53907
Accept: */*
[
{
"key": "text",
"type": "STRING",
"mandatory": true,
"defaultValue": "text",
"description": "text"
}
]