Get Enumerations
Current Account Onboarding - Monthly Income Enumeration
POST
/staticData/getMonthlyIncomeEnumeration
<Use this endpoint to get the enumerations for Monthly Income, for current account onboarding scenario>
Parameters
Null
Response
{
"monthlyIncomeEnum": [
{
"id": "",
"text": "",
},{}
]
}
Current Account Onboarding - Employ Status Enumeration
POST
/staticData/getEmploymentEnumeration
<Use this endpoint to get the enumerations for employ status, for current account onboarding scenario>
Parameters
Null
Response
{
"employmentEnum": [
{
"id": "",
"text": "",
},{}
]
}
Bank Code List
POST
/staticData/getBankCodes
<Use this endpoint to get the enumerations for employ status, for current account onboarding scenario>
Parameters
Null
Response
{
"bankCodeList": [
{
"bankCode": "",
"bankName": "",
},{}
]
}
Last updated