---
title: "Create a Project"
method: POST
path: "/v1/workgroups/{workgroup_id}/projects"
tags: ["Project"]
---

# Create a Project

`POST /v1/workgroups/{workgroup_id}/projects`

Create a Project

## Path parameters

- `workgroup_id` string, required

## Request body

- ProjectPersistVO — Java type: com.noosh.domain.nooshapi.persist.vo.ProjectPersistVO
  - `client_account` string
  - `client_user_id` integer
  - `client_workgroup_id` integer
  - `comments` string
  - `completion_date` string, date
  - `custom_fields` CustomFieldPersistVO[]
    - `date_value` string, date
    - `number_value` unknown
    - `param_name` string
    - `string_value` string
  - `deactivation_reason_id` integer
  - `is_active` boolean
  - `is_hot` boolean
  - `is_paper_direct` boolean
  - `project_category_id` integer
  - `project_description` string
  - `project_name` string
  - `project_number` string
  - `project_owner_user_id` integer
  - `project_status_id` integer, required

## Response `200`

Successful created

- ProjectVO — Java type: com.noosh.nooshapi.vo.ProjectVO
  - `project_id` integer
  - `status_code` integer
  - `status_reason` string

## Other responses

- `422` — Invalid data
- `500` — Internal server error

---

[API](https://skmtc.dev/noosh/apis/noosh-api-application.md) · [All operations](https://skmtc.dev/noosh/apis/noosh-api-application/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noosh/noosh-api-application/revisions/d5e8e2764188/schema)
