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

Apr 15, 2023

main
0.1.0
Compare

API structure has changed

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