V1Projects
Create Project
POST
/project-mgt/create
Request Body
application/json
Requireddescription
string
Description of the project
status
string
Status of the project
assignees
array<string>
List of assignees
tags
array<string>
Tags for the project
title
Requiredstring
Title of the project
startTime
string
Start time of the project
Format:
"date-time"
endTime
string
End time of the project
Format:
"date-time"
billStatus
string
Billing status of the project
currency
string
Currency of the project
customer
string
Customer associated with the project
coordinator
string
Coordinator of the project
hourlyCost
number
Hourly cost of the project
The project has been successfully created.