Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.97 KB

File metadata and controls

28 lines (25 loc) · 1.97 KB

# ProjectCreate

Properties

Name Type Description Notes
code string The project code [optional]
intRef string Optional interface reference. If provided, it must be unique. <a href=&quot;https://docs.iplicit.com/dev/guide/identifiers/index.html\&quot;&gt;Learn more</a> [optional]
description string The project description
dateFrom \DateTime The project from date [optional]
dateTo \DateTime The project to date [optional]
projectGroupId string The project group id [optional]
legalEntityId string The project legal entity id [optional]
contactAccountId string The project contact account id [optional]
responsibleResourceId string The project responsible resource id [optional]
parentProjectId string The project parent project id [optional]
allowTimesheets bool The project allow timesheets flag [optional]
allowTasks bool The project allow tasks flag [optional]
isParent bool The project is parent flag [optional]
hasAddress bool The project has address flag [optional]
hasResources bool The project has resources flag [optional]
hasMilestones bool The project has milstones flag [optional]
address \SynergiTech\Iplicit\Model\ProjectAddressCreate [optional]
availability \SynergiTech\Iplicit\Model\ProjectAvailabilityCreate[] The project resource availability [optional]
milestones \SynergiTech\Iplicit\Model\ProjectMilestoneCreate[] The project milestones [optional]
ext array<string,mixed> The project custom fields [optional]

[Back to Model list] [Back to API list] [Back to README]