Back to Time Tracker

PUT Method Details for Update.

Updates the specified time tracker API update model detail.

Definition

https://app[x].timelog.com/[account name]/api/v{version}/time-tracker

Parameters

  • timeTrackerApiUpdateModelDetail object The time tracker API update model detail.
    • AdditionalTextField string Gets or sets the additional text field
    • Comment string Gets or sets the comment.
    • EntityID integer Gets or sets the entity identifier.
    • EntityType integer Gets or sets the type of the entity.
    • Factor number Gets or sets the factor
    • IsBillable boolean Gets or sets the is billable.
    • TimeTrackerID integer Gets or sets the time tracker identifier.
    {
      "AdditionalTextField": "",
      "Comment": "",
      "EntityID": 0,
      "EntityType": 0,
      "Factor": 0.0,
      "IsBillable": false,
      "TimeTrackerID": 0
    }
  • version string The requested API version

Returns

  • [200] OK
    • AdditionalTextField string Gets or sets the additional text field
    • Comment string Gets or sets the comment.
    • EntityID integer Gets or sets the entity identifier.
    • EntityType integer Gets or sets the type of the entity.
    • Factor number Gets or sets the factor
    • IsBillable boolean Gets or sets the is billable.
    • TimeTrackerID integer Gets or sets the time tracker identifier.
    {
      "AdditionalTextField": "",
      "Comment": "",
      "EntityID": 0,
      "EntityType": 0,
      "Factor": 0.0,
      "IsBillable": false,
      "TimeTrackerID": 0
    }
  • [401] Invalid authentication token
  • [500] Request to Update has failed
    • 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": ""
    }