v13.0.0

More improvements, fixes, and new endpoints.

Supported NLS Versions

  • 5.23.0

Improvements

  • Added additional columns to the search for POST /search
  • Added the following properties to GET /loans/{loan_id}/statements
    • Printed_Indicator
    • Printed_Date
    • Communication_Send_Printout
    • Communication_Emailed
    • Communication_Sms
  • Added Modified and Size properties to the following Document Files Endpoints
    • GET /contacts/comments/comment_id/documents
    • GET /loans/collateral/comments/comment_id/documents
    • GET /loans/comments/comment_id/documents
    • GET /user-defined-fields/documents/row_id/files`
  • Added Modified DateTime Property to Body Param of the following Add Document File Endpoints
    • POST /contacts/comments/comment_id/documents
    • POST /loans/collateral/comments/comment_id/documents
    • POST /loans/comments/comment_id/documents
    • POST /user-defined-fields/documents/row_id/files
  • Changed Response HTTP Status Code for POST /contacts/comments/{comment_id}/documents to
    Http Status Code 201 (Created)
  • Changed Response HTTP Status Code for POST /loans/comments/{comment_id}/documents to
    Http Status Code 201 (Created)
  • Changed Response HTTP Status Code for POST /loans/collateral/comments/{comment_id}/documents to
    Http Status Code 201 (Created)
  • Changed Response HTTP Status Code for POST /user-defined-fields/documents/{row_id}/files to
    Http Status Code 201 (Created)
  • Updated Database Schema Mapping to 5.23
    • Added properties to GET /contacts/relationships/address-book/{row_id}/employment-details
      • Relationship_Row_Id
    • Added properties to GET /loans/collection-comments/{comment_id}
      • Contact_Called_Cifno
    • Added properties to PUT /loans/collection-comments/{comment_id}
      • Contact_Called_Cifno
    • Removed properties from GET /setup/contact/relationship-codes
      • Auto_Prev_Addr
  • Updated Swagger Docs for POST /loans/{loan_id}/payment-gateway/credit-cards to display return type as a single item
  • Changed Response HTTP Status Code for POST /loans/{loan_id}/payment-gateway/credit-cards to
    Http Status Code 201 (Created)
  • Added the following properties to GET /loans/{loan_id}/statements
    • Printed_Indicator
    • Printed_Date
    • Communication_Send_Printout
    • Communication_Emailed
    • Communication_Sms

New Features

  • GET /users/usernames
  • POST /loans/payment-gateway/web-pay-decrypt
  • GET /loans/{loan_id}/payment-gateway
  • POST /nls/parse-address
  • POST /nls/parse-name

Fixes

  • Fixed an issue where Adding a Document File updated the Modified date for all files
  • Fixed an issue where the NLS User Access Token Lifetime was being Overwritten by the Web User Access Token Lifetime after requesting a Web User Access Token