Create lookup code for existing type
Last updated
Was this helpful?
Last updated
Was this helpful?
Here we will create a lookup code DECLINED for an existing lookup type code STATUS for the LOAN.LOAN_APPLICATION entity.
The first path parameter is the entity name (in this case, LOAN.LOAN_APPLICATION).
The lookup code we want to create.
To create the lookup code, use the following endpoint:
https://lookup-api.sandbox.tuumplatform.com/api/v1/entity/LOAN.LOAN_APPLICATION/lookup-type/STATUS/lookup
The sample request body is as follows:
Below you will find the response to the sample request:
We have created a new lookup code for the STATUS
lookup type for loan applications.
The second path parameter is the existing lookup type code (in this case, STATUS). Note: The lookup type must exist. If you want to create new lookup types, see the topic.