Added an optional parameter onlyPreferredCall in the getAllCalls API to filter the response and include only preferred calls

This commit is contained in:
rajesh
2024-11-20 18:43:33 +05:30
parent b8d9ab9c46
commit 49a122aba7
9 changed files with 31 additions and 9 deletions

View File

@@ -292,5 +292,7 @@ public class GepafinConstant {
public static final String ENCRYPT_KEY = "U2VjdXJlRW5jcnlwdEtleQ==";
public static final String APPLICATION_DOCUMENTS_NOT_FOUND_MSG = "application.documents.not.found";
public static final String DUPLICATE_BENEFICIARY_CALL = "beneficiary.call.duplicate";
public static final String COMPANY_ID_REQUIRED_FOR_PREFERRED_CALL = "company.id.required.for.preferred.call";
}