API structure has changed
10 structure changes including:
8 Additions
2 Modifications
Modified
2
POST /v1/borrowers/loans/reschedulings/create
- Operation is now deprecated
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/reschedulings/{rescheduling_id}/create
- Operation is now deprecated
Added
8
POST /v1/borrowers/loans/amount_modifications/cancel
POST /v1/borrowers/loans/amount_modifications/create
POST /v1/borrowers/loans/restructurings/cancel
POST /v1/borrowers/loans/restructurings/create
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/amount_modifications/{amount_modification_id}/cancel
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/amount_modifications/{amount_modification_id}/create
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/restructurings/{restructuring_id}/cancel
POST /v1/borrowers/{borrower_id}/loans/{loan_id}/restructurings/{restructuring_id}/create