All pages
Powered by GitBook
1 of 1

Loading...

Find translation of lookup type

Use case

Here we will find the translation for a particular address lookup type.

Use case data
API parameters with values

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.

Sample API call

To find the translation, use the following endpoint:

Sample response

Below you will find the response to the sample request:

Response
{
  "errors": null,
  "validationErrors": null,
  "data": "Correspondence address"
}

Result

We can see the translation for the address type C with this endpoint.

https://lookup-api.sandbox.tuumplatform.com/api/v1/entity/PERSON.ADDRESS/lookup-type/PERSON_ADDRESS_TYPE/lookup/C/translation?languageCode=en

Learn more about the endpoint in the Tuum developer portal.

".../PERSON.ADDRESS/lookup-type/..."
".../PERSON_ADDRESS_TYPE/lookup/..."
".../C/translation..."
"...translation?languageCode=en"
find lookup transaction