POST Method Details for Create.
Create time registration.
Definition
https://app[x].timelog.com/[account name]/api/v{version}/time-registration
Parameters
-
timeRegistrationApiCreateModel object The time registration API create model.
- AdditionalComment string Gets or sets the additional comment.
- Billable boolean Gets or sets a value indicating whether this {TimeLog.TLP.Web.WebApi.V1.TimeRegistration.Models.TimeRegistration.TimeRegistrationApiCreateModel} is billable.
- BillableHours number Gets or sets the billable hours.
- BillableMinutes integer Gets or sets the billable minutes.
- Comment string Gets or sets the comment.
- Date string Gets or sets the date.
- EntityID integer Gets or sets the entity identifier.
- Factor number Gets or sets the factor.
- GroupType integer Gets or sets the type of the group.
- Hours number Gets or sets the hours.
- ID string Gets or sets the identifier.
- Minutes integer Gets or sets the minutes.
- MonthlyPeriod string
- TaskID integer Gets or sets the task identifier.
- TimeTrackingFormat integer Gets or sets the time tracking format.
- UserID integer Gets or sets the user identifier.
- version string The requested API version
Returns
- [200] Time registration was created
- [401] Invalid authentication token
- [500] Time registration could not be created