Back to Project

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
    {
      "AccountManagerID": 0,
      "CurrencyID": 0,
      "CustomerID": 0,
      "DepartmentID": 0,
      "Description": "",
      "LegalEntityID": 0,
      "Name": "",
      "PartnerID": 0,
      "ProjectCategoryID": 0,
      "ProjectEndDate": "2024-04-19T00:00:00+00:00",
      "ProjectManagerID": 0,
      "ProjectNo": "",
      "ProjectStartDate": "2024-04-19T00:00:00+00:00",
      "ProjectTemplateID": 0,
      "ProjectTypeID": 0
    }
  • 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
    {
      "AccountManagerID": 0,
      "CurrencyID": 0,
      "CustomerID": 0,
      "DepartmentID": 0,
      "Description": "",
      "LegalEntityID": 0,
      "Name": "",
      "PartnerID": 0,
      "ProjectCategoryID": 0,
      "ProjectEndDate": "2024-04-19T00:00:00+00:00",
      "ProjectManagerID": 0,
      "ProjectNo": "",
      "ProjectStartDate": "2024-04-19T00:00:00+00:00",
      "ProjectTemplateID": 0,
      "ProjectTypeID": 0
    }
  • [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.
    {
      "Code": 0,
      "Details": "",
      "Message": "",
      "Parameters": "",
      "Url": ""
    }