Find translation of lookup type
Last updated
Was this helpful?
Last updated
Was this helpful?
Here we will find the translation for a particular address lookup type.
The first path parameter is the entity name (in this case, PERSON.ADDRESS).
The second path parameter is the lookup type code (in this case, PERSON_ADDRESS_TYPE).
The third parameter is the lookup type for which we want to find the translation (in this case, C).
The query parameter is the language code.
To find the translation, use the following endpoint:
https://lookup-api.sandbox.tuumplatform.com/api/v1/entity/PERSON.ADDRESS/lookup-type/PERSON_ADDRESS_TYPE/lookup/C/translation?languageCode=en
Below you will find the response to the sample request:
We can see the translation for the address type C with this endpoint.