Skip to main content
PATCH
/
leads
/
{leadId}
/
loans
/
{loanId}
Update Lead Loan
curl --request PATCH \
  --url https://api.sternrockcapital.com/leads/{leadId}/loans/{loanId} \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 123,
  "defaulted": true,
  "lender": "<string>",
  "term": 123
}'
This response does not have an example.

Path Parameters

leadId
string
required

Lead UUID

loanId
string
required

Loan UUID

Body

application/json

Fields to update

lender
string
required
amount
integer
defaulted
boolean
term
integer

Response

OK