Create Project
The HTTP POST request to {{base_url}} is used to create or update projects. The request body should be in raw format and include a JSON object with the "module" key set to "projects", and a
Body parameters
module
|
string |
Example: projects
|
data
|
array |
Example:
|
The HTTP POST request to {{base_url}} is used to create or update projects. The request body should be in raw format and include a JSON object with the "module" key set to "projects", and a "data" key containing an array of objects. Each object in the "data" array should have a "field" key specifying the field to be updated, and a "value" key containing the new value for that field.
The response will include the status of the request, along with any relevant data or error messages.
Enum values of **project_type**
- **client_project**
- **internal_project**
Enum values of **status and status_id**
| **status** | **status_id** |
| --- | --- |
| open | 1 |
| completed | 2 |
| hold | 3 |
| canceled | 4 |