Project Create
POST
/v1/Projects
Create a new Project
Request Body
application/json
projectNumber
string
Required
Min Length
1name
string
Required
Min Length
1status
string
description
string
startDate
string
Format
"date-time"endDate
string
Format
"date-time"estimatedStartDate
string
Format
"date-time"estimatedEndDate
string
Format
"date-time"customerNumber
string
ownerEmail
string
membersEmail
string[]
externalId
string
Responses
OK
application/json
{
"id": 0,
"projectNumber": "string",
"status": "string",
"externalId": "string",
"name": "string",
"description": "string",
"customerNumber": "string",
"customerName": "string",
"createdDate": "string",
"startDate": "string",
"endDate": "string",
"estimatedStartDate": "string",
"estimatedEndDate": "string"
}
POST
/v1/Projects