create_project
Create a project in Planfix by setting its name, description, timeline, team members, and custom field values.
Instructions
Создать проект
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Project name. | |
| files | No | Existing Planfix files attached to the project. Each item must contain an existing file id. | |
| group | No | Project group. Specify an existing group by id. | |
| owner | No | Project owner. Specify an existing employee by number. | |
| parent | No | Parent project. Specify an existing project by number. | |
| status | No | Project status. Specify an existing project status by id. | |
| endDate | No | Project end date as TimePoint. | |
| overdue | No | Whether the project is marked as overdue. | |
| auditors | No | Project auditors. Specify employees or contacts in users and groups in groups. Employee/contact identifiers must be prefixed, for example user:5 or contact:92. | |
| template | No | Project template. Specify an existing project template by number. | |
| assignees | No | Project assignees. Specify employees or contacts in users and groups in groups. Employee/contact identifiers must be prefixed, for example user:5 or contact:92. | |
| isDeleted | No | Whether the project is deleted. | |
| startDate | No | Project start date as TimePoint. | |
| description | No | Project description. | |
| counterparty | No | Project counterparty. Specify an existing contact/company by number. | |
| participants | No | Project participants. Specify employees or contacts in users and groups in groups. Employee/contact identifiers must be prefixed, for example user:5 or contact:92. | |
| clientManagers | No | Project client managers. Specify employees or contacts in users and groups in groups. Employee/contact identifiers must be prefixed, for example user:5 or contact:92. | |
| sourceObjectId | No | Unique identifier of the specific object in the third-party application or system. | |
| customFieldData | No | Custom field values for the project. Each item contains a custom field id in field.id and its value. | |
| hiddenForClients | No | Whether the project is hidden for clients. | |
| isCloseToDeadline | No | Whether the project is close to its deadline. | |
| sourceDataVersion | No | Version of the object data in the third-party application or system. | |
| hiddenForEmployees | No | Whether the project is hidden for employees. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| result | Yes |