Back to Project

PUT Method Details for Update.

Update project by project identifier

Definition

https://app[x].timelog.com/[account name]/api/v{version}/project/{projectID}

Parameters

  • projectID integer Project identifier
  • model object Update project model
    • AccountManagerID integer Gets or sets the account manager ID
    • BudgetWorkAmount number Gets or sets the bugget work amount
    • BudgetWorkHours number Gets or sets the bugget work hours
    • ContactID integer Gets or sets the contact ID
    • CustomerID integer Gets or sets the customer ID
    • DepartmentID integer Gets or sets the department ID
    • Description string Gets or sets the description
    • 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
    • ProjectManagerID integer Gets or sets the project manager ID
    • ProjectNo string Gets or sets the project number
    • ProjectTypeID integer Gets or sets the project type ID
    {
      "AccountManagerID": 0,
      "BudgetWorkAmount": 0.0,
      "BudgetWorkHours": 0.0,
      "ContactID": 0,
      "CustomerID": 0,
      "DepartmentID": 0,
      "Description": "",
      "Name": "",
      "PartnerID": 0,
      "ProjectCategoryID": 0,
      "ProjectManagerID": 0,
      "ProjectNo": "",
      "ProjectTypeID": 0
    }
  • version string The requested API version

Returns

  • [200] Project was updated successfully
  • [401] Invalid authentication token
  • [500] Project could not be updated
    • 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": ""
    }