---
title: "Create Project"
method: POST
path: "/v1/Project"
tags: ["Project"]
---

# Create Project

`POST /v1/Project`

Creates a new SumoQuote Project

## Request body

- NewProjectRequest
  - `id` string, nullable
  - `projectId` string, nullable
  - `customerFirstName` string, required
  - `customerLastName` string, nullable
  - `phoneNumber` string, nullable
  - `emailAddress` string, email, nullable
  - `addressLine1` string, required
  - `addressLine2` string, nullable
  - `city` string, nullable
  - `province` string, nullable
  - `postalCode` string, nullable
  - `customerFullName` string, nullable
  - `projectIntegration` ProjectIntegration
    - `companyCamProjectId` string, nullable
    - `jobNimbusProjectId` string, nullable
    - `jobNimbusProjectType` string, nullable
    - `jobProgressProjectId` string, nullable
    - `jobProgressProjectType` string, nullable
    - `acculynxJobId` string, nullable
    - `dynamicProjectId` string, nullable
    - `roofLinkProjectId` string, nullable
    - `hoverProjectId` string, nullable
    - `roofleProjectId` string, nullable
  - `salespersonId` string, nullable
  - `layoutId` string, nullable
  - `salespersonEmail` string, email, nullable
  - `intakeDate` string, date-time, nullable
  - `metadata` SumoMetadata[], nullable
    - `key` string, nullable
    - `value` string, nullable
  - `projectType` 0 | 1
  - `companyName` string, nullable

## Response `200`

Success

---

[API](https://skmtc.net/sumoquote/apis/sumoquote-publicapi.md) · [All operations](https://skmtc.net/sumoquote/apis/sumoquote-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumoquote/sumoquote-publicapi/revisions/08176979e99f/schema)
