Skip to main content
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:
  1. Upload the file via POST /v1/loans/:applicationId/documents with file_tag = BOARD_RESOLUTION_DOC. Save the file_url returned.
  2. Pass that file_url to this endpoint.

Request

Method: POST
URL: /v1/loans/:applicationId/board-resolution

Parameters

Request Body

Response

200 OK

Error Responses

Authorizations

apikey
string
header
required

Provide your API key in the 'apikey' header.

Headers

x-carbon-key
string
required

Path Parameters

applicationId
string
required

Body

application/json

Provide the required values for the request body.

file_url
string
required
Example:

"https://storage.example.com/documents/board-resolution.pdf"

Response

200 - application/json

Successful response

The response is of type object.