Upload Board Resolution
Loans
Upload Board Resolution
Link a board resolution document to a loan application. Required for non-sole-proprietor business customers.
POST
Upload Board Resolution
Overview
Links a board resolution document to the loan application. Required for all business customers except sole proprietors. Sole proprietors skip this step. Two-step process:- Upload the file via
POST /v1/loans/:applicationId/documentswithfile_tag = BOARD_RESOLUTION_DOC. Save thefile_urlreturned. - Pass that
file_urlto this endpoint.
Request
Method:POSTURL:
/v1/loans/:applicationId/board-resolution
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
applicationId | Path | string | Yes | Application ID. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
board_resolution_url | string | Yes | Valid https:// URL. Must be the file_url returned by POST /documents. |
Response
200 OK
Error Responses
| Status | Message | Cause |
|---|---|---|
| 400 | board_resolution_url is required | Field missing |
| 400 | board_resolution_url must be a valid URL | Not a valid https:// URL |
| 400 | Application not found | Invalid applicationId |
| 422 | Application has no loan ID | Application not yet registered |
| 400 | Offer must be accepted before uploading board resolution | Accept the offer first |
| 400 | Document not found | URL does not match any previously uploaded file |
Authorizations
Provide your API key in the 'apikey' header.
Headers
Path Parameters
Body
application/json
Provide the required values for the request body.
Example:
"https://storage.example.com/documents/board-resolution.pdf"
Response
200 - application/json
Successful response
The response is of type object.