Save new time tracking record
POST/api/v2/TimeTracking
Save new time tracking record
Request
Query Parameters
merge boolean
Merge overlapping records
- application/json
Body
required
CustomFields
object
nullable
property name* string
Person guidrequired
Possible values: non-empty
From date-timenullable
Example:
2024-10-07T12:48:00Z
To date-timenullable
Example:
2024-10-07T12:48:00Z
Hours durationnullable
Activity guidrequired
Possible values: non-empty
Contract guidnullable
Subcontract guidnullable
Description stringnullable
Possible values: <= 500 characters
ExternalKey stringnullable
Possible values: <= 100 characters
Date daterequired
Possible values: non-empty
Billable booleanrequired
Responses
- 201
- 400
Successfully Inserted
- application/json
- Schema
- Example (from schema)
Schema
Guid guidnullable
{
"Guid": "string"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error
object
required
Code stringnullable
Message stringnullable
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Loading...