cURL
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.
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