Create lookup translation
Last updated
Was this helpful?
Last updated
Was this helpful?
You can create or update the lookup code translation for a language using the language code.
Here we will create a translation for the lookup code DECLINED.
The first path parameter is the entity name (in this case, LOAN.LOAN_APPLICATION).
The second path parameter is the existing lookup type code (in this case, STATUS).
The third path parameter is the lookup code for which we want to create or update the translation (in this case, DECLINED).
The body consists of the language code and the translation text.
To create the translation, use the following endpoint:
https://lookup-api.sandbox.tuumplatform.com/api/v1/entity/LOAN.APPLICATION/lookup-type/STATUS/lookup/DECLINED/translation
The sample request body is as follows:
Below you will find the response to the sample request:
We have created a translation for the DECLINED
lookup code. You can also update the translation using the same endpoint.