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

Nov 26, 2024

main
0.3.1
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /v1/borrowers/{borrower_id}/get_status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • loans property Modified
        • balance_detail, summary properties Modified
      • summary property Modified
        • borrower_full_payment, borrower_immediate_payment, borrower_next_payment properties Modified
POST /v1/borrowers/loans/create
  • Body
  • application/json content type Modified
    • loan property Modified
      • initial_fee_charge property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • installment_fee_2_charge property Added
  • Response
  • 207 response Modified
    • application/json content type Modified
      • succeeded property Modified
        • initial_fee_charge property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • installment_fee_2_charge property Added
POST /v1/borrowers/loans/simulate
  • Body
  • application/json content type Modified
    • loan property Modified
      • initial_fee_charge property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • installment_fee_2_charge property Added
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/create
  • Body
  • application/json content type Modified
    • loan property Modified
      • initial_fee_charge property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • installment_fee_2_charge property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • initial_fee_charge property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • installment_fee_2_charge property Added
POST /v1/borrowers/{borrower_id}/simulate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • loans property Modified
        • balance_detail, summary properties Modified
      • summary property Modified
        • borrower_full_payment, borrower_immediate_payment, borrower_next_payment properties Modified