We have created lookup codes for the status of loan applications: CREATED
, ACCEPTED
, and DECLINED
. We have marked the value CREATED
as default.
Here we will remove the default value from the list. Keep in mind that the lookup code is not removed, the default code is unmarked as default.
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).
To remove the default value, use the following endpoint:
Below you will find the response to the sample request:
The lookup code CREATED
has been unmarked as the default value.