Update an owner or founder of a company who is interested in applying for a Paintbrush Loan.
This endpoint allows you to update information on a user you have previously created using the ID you store for that user in your own system.
You can send only the fields you want to update; sending a null value will not delete any information on the user.
If a user has updated information themselves, the information provided by the partner will be disregarded. For example, if a user has added their address at 124 Conch Street, Bikini Bottom, Pacific Ocean, and you send an update saying that they live in the Atlantic Ocean, Paintbrush will give a 200 response to acknowledge the receipt of the information but ignore this data in favor of the user's own data.
Sample request
{
"firstName": null,
"lastName": null,
"phone": null,
"address1": null,
"address2": null,
"city": null,
"state": null,
"zip": null,
"birthdate": null,
"ssn": null,
"ownership": {
"level": .8,
"verified": true,
"date": "2023-05-03"
},
"creditScore": {
"range": null,
"score": 708,
"type": "FICO",
"bureau": "Experian",
"date": "2023-05-03"
},
"dti": {},
"income": {},
"externalCompanyId": null
}