v8.0.0
over 4 years ago by Ian Dulla
More improvements, fixes, and new endpoints
Supported NLS Versions
- 5.18
Improvements
- Updated Database Schema Mapping to 5.18
- Added properties to
GET
/loans/{loan_id}/amortized-fees
- Refund_Setup_Expire_Date
- Refund_Min_Amort_Fee
- Added properties to
GET
/setup/contact/types
- Field_Order
- Added properties to
- Added
Portfolio_Code_Id
toPOST
/contacts/search param
- Improved Get Token Error Messages in Swagger Docs
- Added properties to
GET
/setup/loan/portfolios
- Added
VersionHash
and Data Required Validation Errors for PUT Endpoints - Decrypted Properties in
GET
/contacts/credit-profiles/{profile_id}
- Added
trusteeFilter
optional param to the following endpoints:GET
/setup/loan/status-codes
GET
/setup/contact/types
GET
/setup/loan/groups
GET
/setup/loan/portfolios
GET
/setup/loan/transaction-codes
GET
/setup/loan/transaction-codes/reversal
- Added
Tin
andTin2
toPOST
/contacts/search request body
- Added
Tin
toPOST
/contacts/vendors/search request body
- Added
Tin
toPOST
/loans/search request body
- Added
properties
toPOST
/contacts/search
response - API patch version displays when patch version is greater than zero
New Features
GET
/loans/{loan_id}/statements
GET
/contacts/{contact_id}/tasks
GET
/contacts/vendors/{vendor_id}/vouchers
GET
/setup/disbursement/voucher-types
GET
/loans/statements/{statment_id}/file
GET
/tasks/{task_id}
GET
/tasks/{task_id}/loan-details
GET
/contacts/credit-profiles/{profile_id}/address-history
GET
/contacts/credit-profiles/{profile_id}/bankruptcy-history
GET
/contacts/credit-profiles/{profile_id}/collection-history
GET
/contacts/credit-profiles/{profile_id}/employment-history
GET
/contacts/credit-profiles/{profile_id}/inquiry-history
GET
/contacts/credit-profiles/{profile_id}/legal-items-history
GET
/contacts/credit-profiles/{profile_id}/alternate-identities
GET
/contacts/credit-profiles/{profile_id}/properties
GET
/contacts/credit-profiles/{profile_id}/account-history
GET
/contacts/credit-profiles/{profile_id}/risk-models
GET
/contacts/credit-profiles/{profile_id}/ssn-records
POST
/search
Fixes
- For API configurations which use database connection strings with windows authentication (i.e. Integrated Security), XML Import passes in the
SignOnId
of the NLS User that was granted an access token PUT
/loans/collection-comments/{comment_id}
Returns 404 when Not Found instead of 500