POST/projects/{id}/time_entries.json

Create a Time-Entry

Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      time-entry
      Type
      object

    Request Examples

    Example Request

    POST
    /projects/{id}/time_entries.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "timeLogId": "1234",
      "STATUS": "OK"
    }