# Business documents ## Index documents for a business - [GET /v1/businesses/{business_id}/documents](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-documents/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1documents/get.md): Returns an array containing all documents for the business specified in the request URL. ## Create a document for a business - [POST /v1/businesses/{business_id}/documents](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-documents/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1documents/post.md): Uploads a document and links it to the business specified in the request URL. Unlike most other endpoints, this request uses the content type. You must submit the parameters as items instead of a raw JSON body. By default, uploaded documents are not accessible to customers (i.e., the value is set to ). ## Download a business document - [GET /v1/businesses/{business_id}/documents/{id}/file](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-documents/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1documents~1%7Bid%7D~1file/get.md): Downloads the file associated with the business document specified in the request URL. ## Retrieve a business document - [GET /v1/businesses/{business_id}/documents/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-documents/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1documents~1%7Bid%7D/get.md): Returns information about the business document specified in the request URL. ## Delete a business document - [DELETE /v1/businesses/{business_id}/documents/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-documents/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1documents~1%7Bid%7D/delete.md): Deletes a document for a business ## Update business document attributes - [PATCH /v1/businesses/{business_id}/documents/{id}](https://docs.solarisgroup.com/api-reference/onboarding/businesses/business-documents/paths/~1v1~1businesses~1%7Bbusiness_id%7D~1documents~1%7Bid%7D/patch.md): Updates one or more properties of the business document specified in the request URL.