v21.0.0

More improvements, endpoints, and attributes.

Supported NLS Version

  • 5.31.0

Improvements

  • Added ServerName and DatabaseName to GET /version
  • Added NLS Web App settings to NSP Auth installer
  • Added EnableSwaggerUI appSetting key to Web.config file with a default value of "true". Setting this to "false" will disable the Swagger UI.
  • Improved the reliability of GET /loans/statements/{statement_id}/file for statements that are stored in the NLS database
  • Added VIN parameter to POST /contacts/search and POST /loans/search
  • Added Account_Number to GET /loans/{loan_id}/automated-payments
    • Granted Web User Access to the following endpoints
    • GET /loans/{loan_id}/automated-payments
    • GET /loans/{loan_id}/automated-payments/accounts
    • GET /loans/automated-payments/{row_id}
  • Updated Database Schema Mapping to 5.31
    • Added properties to GET /contacts/{contact_id}/credit-profiles and GET /contacts/credit-profiles/{profile_id}
      • LOSApplicantID
    • Added properties to GET /setup/loan/groups/{group_id}/servicing-options
      • Entering_Co_Principal_Debit1
      • Entering_Co_Principal_Credit1
      • Entering_Co_Principal_Debit2
      • Entering_Co_Principal_Credit2
      • Entering_Co_Si_Int_Debit1
      • Entering_Co_Si_Int_Credit1
      • Entering_Co_Si_Def_Int_Debit
      • Entering_Co_Si_Def_Int_Credit
      • Entering_Co_Si_Int_Debit2
      • Entering_Co_Si_Int_Credit2
      • Entering_Co_R78_Int_Debit1
      • Entering_Co_R78_Int_Credit1
      • Entering_Co_R78_Def_Int_Debit
      • Entering_Co_R78_Def_Int_Credit
      • Entering_Co_R78_Int_Debit2
      • Entering_Co_R78_Int_Credit2
    • Added properties to GET /setup/loan/templates and GET /setup/loan/templates/{template_id}
      • Rebate_Prepayment_Charge

New Features

  • GET /contacts/relationships/contact/{row_id}/contact-details/{contact_id}

Fixes

  • Fixed an issue where GET /loans/{loan_id}/amortization-schedule returns a 500 error when ApplyAmount is null or not set
  • Fixed an issue where POST /loans/{loan_id}/payment-gateway/credit-cards was returning a validation error for ExpirationDate when the month and year was set to the current month and year
  • Fixed an issue where an invalid NSP Auth database connection would be cached if the database was offline at the time the connection was created
  • Fixed an issue where the Active User Cleanup Service and Token Cleanup Service would not recover if a database went offline after establishing a valid connection