Back to Time Tracker

POST Method Details for Create.

Creates the specified time tracker API create model.

Definition

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

Parameters

  • timeTrackerApiCreateModel object The time tracker API create model.
    • Comment string Gets or sets the comment.
    • Minute integer Gets or sets the minute.
    • TimeRegistrationID integer Gets or sets the time registration identifier.
    {
      "Comment": "",
      "Minute": 0,
      "TimeRegistrationID": 0
    }
  • version string The requested API version

Returns

  • [200] OK
    • Comment string Gets or sets the comment.
    • Minute integer Gets or sets the minute.
    • TimeRegistrationID integer Gets or sets the time registration identifier.
    {
      "Comment": "",
      "Minute": 0,
      "TimeRegistrationID": 0
    }
  • [401] Invalid authentication token
  • [500] Request to Create 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": ""
    }