v14.0.0

More improvements, new endpoints, and fixes

Supported NLS Versions

  • 5.24.0

Improvements

  • Added User Defined Fields Search to POST /contacts/search
  • Added Phone Numbers to response of POST /contacts/branches/search
  • Granted Web User Access to POST /contacts/branches/search
  • Updated Database Schema Mapping to 5.24
    • Added properties to GET /loans/loan_id/payment-gateway/credit-cards
      • PaymentGatewayProfileID
    • Added properties to POST /loans/loan_id/payment-gateway/credit-cards
      -PaymentGatewayProfileID (required)
    • Added properties to GET /loans/payment-gateway/credit-cards/token_id
      • PaymentGatewayProfileID
    • Added properties to POST /loans/payment-gateway/credit-cards/token_id/forget
      • PaymentGatewayProfileID
    • Added properties to GET /contacts/contact_id/field-history
      • Modification_Description
    • Added properties to GET /setup/loan/templates/template_id
      • Max_Total_Accrued_Interest
    • Added properties to GET /loans/loan_id/setup
      • Max_Total_Accrued_Interest

New Features

  • GET /setup/contact/identity-sources
  • GET /setup/contact/identity-reasons
  • GET /contacts/identity-documents/{document_id}
  • GET /contacts/{contact_id}/identity-documents

Fixes

  • Fixed an issue where errors occurred when making concurrent Access Token requests
  • Fixed an issue where the count and totalCount properties were missing from
    GET /loans/{loan_id}/amortization-schedule
  • Fixed an issue where the PrenoteFlag property in the GET /loans/automated-payments/{row_id} endpoint response was set to the boolean data type instead of the 16 bit integer data type