---
title: "Create Organization"
method: POST
path: "/organization"
---

# Create Organization

`POST /organization`

Create new Organization

## Request body

- object
  - `organization` object, required — Organization object
    - `organization_name` string, required — Organization Name
    - `organization_logo` string — Organization Logo
    - `organization_description` string — Organization Description
    - `organization_email` string — Organization Email
    - `pricelist` string — Pricelist details
    - `custom_fields` object[] — Custom Field Details
      - `label` string, required
      - `value` string, required
      - `type` string, required
      - `ref_uid` string
      - `module_name` 'JOB' | 'CUSTOMER' | 'EMPLOYEE' | 'ESTIMATE' | 'INVOICE' | 'PRODUCT' | 'PURCHASE_ORDER' | 'SERVICE_CONTRACT' | 'ASSET' | 'PROPERTY' | 'ORGANIZATION' | 'TEAM' | 'REQUEST' | 'PROJECT'
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `group_name` string
      - `group_uid` string
    - `customers` object[] — Customer Lists
      - `customer` string
    - `organization_address` object — Address Details
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `organization_billing_address` object
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `tax` object — Organization Tax
      - `tax_exempt` boolean
      - `tax_exempt_remarks` string
      - `tax_exempt_number` string
      - `customer_code` string
      - `entity_use_code` string
      - `tax_provider` 'AVALARA'
    - `assigned_to` object[] — Assigned User/Teams
      - `team` string
      - `user` string
    - `additional_emails` string[]

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `organization_uid` string

## Other responses

- `400` — 400

---

[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)
