---
title: "Set additional data for your business"
method: POST
path: "/business/{business_id}/additional_data"
tags: ["Businesses"]
---

# Set additional data for your business

`POST /business/{business_id}/additional_data`

This endpoint lets you set additional data on a business. You need to have `WRITE` access on this business. Additional is a flat object with at most 10 keys.

## Path parameters

- `business_id` string, required

## Request body

- object — A flat object (ie. without nested value) with at most 10 keys
  - `additionnal_data_1` string
  - `additionnal_data_2` number

## Response `200`

OK

- object
  - `status` 'success' — Request status
  - `id` string — Business id

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/versions/3652d8b1a8b3/schema)
