patch https://production.pier-finance.com/api/borrowers/business/
Updates an existing borrower. The full borrower object less a few unchangeable fields needs to be
supplied in the update request.
Log in to see full request history
Responses
429Updates an existing borrower. The full borrower object less a few unchangeable fields needs to be
supplied in the update request.
429xxxxxxxxxx
curl --request PATCH \
--url https://production.pier-finance.com/api/borrowers/business/borrower_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"business_type": "corporation"
}
'
Try It!
to start a request and see the response here! Or choose an example: