Update a loan application
Loans
Update a loan application
Modify a pending loan application before it is approved.
PUT
Update a loan application
Modify a loan that is still in submitted and pending approval state. Once a loan is approved, this endpoint will reject the update — use Undo approval first if you need to make material changes.Documentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
LMS treats
PUT /loans/{id} as a full re-submission rather than a
delta — it requires the entire NewLoan-shape body on every update.
The service handles this transparently: it reads the current loan,
overlays the fields you sent, and forwards the complete payload.
Callers send only what they want to change.Path parameters
Request body
Example
Response
200 OK returns the updated loan object.
Errors
| Code | When |
|---|---|
not_found | No loan with that ID |
aborted | Loan is not in pending state |
invalid_argument | Field violates a product-level constraint |

