Change Updates

Do not miss any lms API changes, ever again

Subscribe to the lms API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare
12 structure changes including:
11 Additions
1 Modification
Modified 1
GET /reports/loan-summary
  • Response
  • 200 response Modified
    • items property Modified
  • Query
  • max_days_past_due, min_days_until_due_date, max_full_payment_amount query parameters Added
Added 11
GET /v1/borrowers/loans/get_summary
GET /v1/borrowers/{borrower_id}/get_status
GET /v1/loan_configurations/{loan_configuration_id}
POST /v1/borrowers/loans/create
POST /v1/borrowers/loans/simulate
POST /v1/borrowers/payments/create
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/cancel
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/create
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/waivers/{waiver_id}/create
POST /v1/borrowers/{borrower_id}/payments/{payment_id}/allocate
POST /v1/borrowers/{borrower_id}/payments/{payment_id}/create
2 structure changes including:
2 Modifications
Modified 2
POST /loans/simulation
  • Response
  • 200 response Modified
    • attributes, summary, amortization_plan properties Modified
POST /payments
  • Body
  • content type Modified
    • payment_allocations property Added
1 structure change including:
1 Addition
Added 1
POST /payments/allocations
1 structure change including:
1 Modification
Modified 1
GET /reports/loan-summary
  • Query
  • max_origination_date query parameter Added
1 structure change including:
1 Addition
Added 1
POST /cancellations
4 structure changes including:
1 Addition
3 Modifications
Modified 3 Breaking
GET /borrowers/{borrower_id}
  • Response
  • 200 response Modified
    • loans property Modified
POST /loans/simulation
  • Response
  • 200 response Modified
    • attributes, summary, amortization_plan properties Modified
POST /waivers
  • Body
  • content type Modified
    • waiver property Modified
  • Response
  • 200 response Modified
    • value property Removed
    • percentage, amount properties Added
Added 1
GET /reports/loan-summary
1 structure change including:
1 Modification
Modified 1
GET /loan_configs/{loan_config_id}
  • Response
  • 200 response Modified
    • interest, delinquency_interest, installment_fee properties Modified
1 structure change including:
1 Addition
Added 1
GET /loan_configs/{loan_config_id}
1 structure change including:
1 Modification
Modified 1
GET /borrowers/{borrower_id}
  • Response
  • 200 response Modified
    • loans property Modified
5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /borrowers/{borrower_id}
  • Response
  • 200 response Modified
    • loans property Modified
    • borrower_id property Added
POST /loans
  • Body
  • content type Modified
    • loan property Modified
  • Response
  • 200 response Modified
    • loan_id property Removed
    • id, amount_financed, interest_rate, delinquency_interest_rate, installment_fee_charge, daily_fee_charge, origination_date, due_dates, config_id, kordev_id properties Added
POST /loans/simulation
  • Body
  • content type Modified
    • loan property Modified
POST /payments
  • Body
  • content type Modified
    • payment property Modified
  • Response
  • 200 response Modified
    • payment_id property Removed
    • kordev_id, id, amount_paid, payment_date properties Added
POST /waivers
  • Response
  • 200 response Modified
    • waiver_id property Removed
    • kordev_id, id, loan_id, effective_date, type, bucket, value properties Added