cURL
curl --request PATCH \ --url https://api.sternrockcapital.com/leads/{leadId}/loans/{loanId} \ --header 'Content-Type: application/json' \ --data ' { "lender": "<string>", "amount": 123, "defaulted": true, "term": 123 } '
{ "message": "<string>" }
Updates one or more fields of a lead’s loan specified by its UUID. Only non-zero or non-nil fields in the request will be applied.
Lead UUID
Loan UUID
Fields to update
OK