---
title: "POST /business_units"
method: POST
path: "/business_units"
---

# POST /business_units

`POST /business_units`

## Request body

- object
  - `business_unit` object, required
    - `bu_logo` string
    - `bu_name` string, required
    - `bu_email` string
    - `bu_phone` string — Phone number
    - `bu_license_number` string
    - `bu_address` object
      - `first_name` string
      - `last_name` string
      - `email` string
      - `phone_number` string
      - `street` string
      - `city` string
      - `county` string
      - `state` string
      - `country` string
      - `zip_code` string
    - `monthly_goal` number

## Response `200`

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
