POST/projects/api/v3/tasks/{taskId}/time.json
Create a time entry linked to a specific task.
Create a time entry linked to the desired task.
Path Params
- Name
taskId
- Type
- integer
- required
- Description
Body Params
Request contains information of a timelog to be created or updated.
- Name
tags
- Type
- array
- Description
- Tag contains all the information returned from a tag.
- Name
timelog
- Type
- object
- Description
- Timelog contains all the information returned from a timelog.
- Name
timelogOptions
- Type
- object
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Created
Response contains information about a specific timelog.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
201 Created
Response
{ "included": { "billingInvoices": { "additionalProp": { "PONumber": "string", "companyId": 0, "companyName": "string", "createdByUserFirstName": "string", "createdByUserId": 0, "createdByUserLastName": "string", "currency": { "id": 0, "meta": {}, "type": "string" }, "currencyCode": "string", "dateCreated": "string", "dateUpdated": "string",