Move a loan to a stage

The one way to change a loan's stage.

Send the stage KEY, never the display name. Teams rename stages —
"Contract Executed" becomes "Application" — and a key does not move when
they do. GET /api/partner/loan-stages lists the keys.

What a transition publishes. A stage move emits loansStageUpdated,
plus loansFunded when the destination is the funded stage and
loansClearToClose when it is clear-to-close. Subscribers that care only
about funding do not have to inspect every move.

Terminal stages. Moving to a terminal stage records the outcome; the
loan leaves the active pipeline but stays readable.

Board order. beforeId is the loan that should sit immediately below
this one after the drop. Omit it to append to the column (a loan-file
click). Send it — including as null for the end of the column — when
dragging on the pipeline board, so a same-column reshuffle is saved.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params
string
required

Stage key

date-time

When it actually happened, if backdating a sync

uuid | null

Loan that should sit immediately below this one on the board. Null appends to the column. Omit to leave order unchanged on a same-stage no-op, or to append on a stage change.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json