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

Jun 5, 2024

main
0.3.1
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
POST /v1/borrowers/loans/restructurings/create
  • Body
  • application/json content type Modified
    • loan_restructuring property Modified
  • Response
  • 207 response Modified
    • application/json content type Modified
      • succeeded property Modified
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/restructurings/{restructuring_id}/create
  • Body
  • application/json content type Modified
    • loan_restructuring property Modified
      • amortization_method property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • amortization_method property Added
POST /v1/borrowers/{borrower_id}/reimbursements/{reimbursement_id}/cancel
  • Response
  • 200 response Modified
    • application/json content type Modified
      • consolidation_id property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • reimbursement_id property Added
POST /v1/borrowers/{borrower_id}/simulate
  • Body
  • application/json content type Modified
    • restructurings property Modified