POST Method Details for CreateFromTemplate.
Create new project
Definition
https://app[x].timelog.com/[account name]/api/v{version}/project/create-from-template
Parameters
-
project object Create project information
- AccountManagerID integer Gets or sets the account manager ID
- CurrencyID integer Gets or sets the currency ID
- CustomerID integer Gets or sets the customer ID
- DepartmentID integer Gets or sets the department ID
- Description string Gets or sets the description
- LegalEntityID integer Gets or sets the legal entity ID
- Name string Gets or sets the project name
- PartnerID integer Gets or sets the partner ID
- ProjectCategoryID integer Gets or sets the project category ID
- ProjectEndDate string Gets or sets the end date of project
- ProjectManagerID integer Gets or sets the project manager ID
- ProjectNo string Gets or sets the project number
- ProjectStartDate string Gets or sets the start date of project
- ProjectTemplateID integer Gets or sets the project template ID
- ProjectTypeID integer Gets or sets the project type ID
- version string The requested API version
Returns
-
[200] Project is created
- AccountManagerID integer Gets or sets the account manager ID
- CurrencyID integer Gets or sets the currency ID
- CustomerID integer Gets or sets the customer ID
- DepartmentID integer Gets or sets the department ID
- Description string Gets or sets the description
- LegalEntityID integer Gets or sets the legal entity ID
- Name string Gets or sets the project name
- PartnerID integer Gets or sets the partner ID
- ProjectCategoryID integer Gets or sets the project category ID
- ProjectEndDate string Gets or sets the end date of project
- ProjectManagerID integer Gets or sets the project manager ID
- ProjectNo string Gets or sets the project number
- ProjectStartDate string Gets or sets the start date of project
- ProjectTemplateID integer Gets or sets the project template ID
- ProjectTypeID integer Gets or sets the project type ID
- [401] Invalid authentication token
-
[500] Project could not be created
- Code integer Gets the code.
- Details array Gets the details.
- Message string Gets the message.
- Parameters string Gets the parameters.
- Url string Gets the URL.