v30.0.0
14 days ago by Ian Dulla
More improvements, endpoints, and attributes.
Supported NLS Versions
- 5.40
Improvements
-
Updated database schema mapping to 5.40.
-
Added support for base64 encoded strings for File Parameters in POST /reports/report_id/generate.
-
Added DisableNlsDbVersionCheck setting in NSP Auth Web.config.
-
Added properties to GET /loans/loan_id/transactions:
- Participant_Number: [participant].[participant_number] join on [daily_trial_balance].[participantrefno]
- Portfolio_Code: [loan_port_codes].[portfolio_code] join on [daily_trial_balance].[portfolio_code_id]
- Risk_Rating_Code: [risk_rating_code].[risk_rating_code] join on [daily_trial_balance].[risk_rating_no]
- Loan_Group_Code: [loan_group].[loan_group] join on [daily_trial_balance].[loan_group_no]
- Added properties to GET /loans/{loan_id}/transactions:
- Loan_Group_Code: [loan_group].[loan_group] join on [loanacct_trans_history].[loan_group_no]
- Participant_Number: [participant].[participant_number] join on [loanacct_trans_history].[participantrefno]
- Batch_Reference: [batch_transaction].[batch_reference] join on [loanacct_trans_history].[batch_no]
- GL_DR1
- GL_CR1
- GL_DR2
- GL_CR2
- GL_DR3
- GL_CR3
- GL_DR4
- GL_CR4
- GL_DR5
- GL_CR5
- GL_DR6
- GL_CR6
- Added LOS REST Endpoints.
- Added support for SQL Application Role Name and Password from NLS System Defaults.
- Added Applications to POST /search.
Fixes
- Fixed an issue with garbage characters on the MFA error page.
- Fixed an issue where having an “&” or “<” in POST /nls/parse-name returned a 500 error.
- Fixed an issue where loading an API page was resulting in an error.
- Fixed an issue where /loans/search or /contacts/search by TIN was not working.