Create lookup type and codes
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"lookupTypeName": "Loan application status codes",
"lookups": [
{
"lookupCode": "CREATED",
"translations": [
{
"languageCode": "en",
"translation": "Loan application created"
}
]
},
{
"lookupCode": "ACCEPTED",
"translations":[
{
"languageCode": "en",
"translation": "Loan application accepted"
}
]
}
]
}Sample response
Result
Last updated
Was this helpful?