---
title: "Create Project"
method: POST
path: "/projects"
---

# Create Project

`POST /projects`

## Request body

- object
  - `project` object, required
    - `project_prefix` string
    - `project_icon` string
    - `project_name` string, required
    - `project_category` string, required
    - `project_priority` 'URGENT' | 'HIGH' | 'MEDIUM' | 'LOW'
    - `project_description` string
    - `project_completion_percentage` integer
    - `project_start_date` string, date-time
    - `project_end_date` string, date-time
    - `project_actual_start_date` string, date-time
    - `project_actual_end_date` string, date-time
    - `project_due_date` string, date-time
    - `project_template` string
    - `organization` string — Customer or Organization is mandatory
    - `customer` string — Customer or Organization is mandatory
    - `project_manager` string
    - `project_current_status` object
    - `project_service_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `project_billing_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `assets` object[]
      - `asset` string
    - `jobs` object[]
      - `job` string
      - `sequence` integer
      - `phase_uid` string
    - `attachments` object[]
      - `file_name` string, required
      - `url` string, required
      - `file_size` integer
      - `visible_to_customer` boolean
    - `project_tags` string[]
    - `custom_fields` object[]
      - `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
    - `project_assigned_to` object[]
      - `team` string
      - `user` string
    - `secondary_customers` object[]
      - `customer` string, required — customer_uid
    - `type` string[]
    - `items` object
      - `property` string

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `project_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/versions/c7b8028a05de/schema)
