All pages
Powered by GitBook
1 of 1

Loading...

Mark lookup code as default

Use case

Here we will mark the value CREATED as default.

Use case data
API parameters with values

The first path parameter is the entity name (in this case, LOAN.LOAN_APPLICATION).

The second path parameter is the lookup type code (in this case, STATUS).

The third path parameter is the lookup code that we want to mark as default (in this case, CREATED).

Sample API call

To mark the lookup as default, use the following endpoint:

Sample response

Below you will find the response to the sample request:

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

Result

The lookup code CREATED has been marked as default.

We have for the status of loan applications: CREATED, ACCEPTED, and DECLINED.

https://lookup-api.sandbox.tuumplatform.com/api/v1/entity/LOAN.LOAN_APPLICATION/lookup-type/STATUS/lookup/CREATED/mark-default

Learn more about the endpoint in the Tuum developer portal.

"...entity/LOAN.LOAN_APPLICATION..."
"...lookup-type/STATUS..."
"...lookup/CREATED/...
created lookup codes
mark lookup code as default