Add a new Time Recording
Add a new Time Recording
| Query Parameters | 
|---|
$top StringThe max number of records.  | 
$skip StringThe number of records to skip.  | 
$filter StringA function that must evaluate to true for a record to be returned.  | 
$select StringSpecifies a subset of properties to return. Use a comma separated list.  | 
$orderby StringDetermines what values are used to order a collection of records.  | 
$expand StringUse to add related query data.  | 
| Header Parameters | 
|---|
x-instance stringThe target instance for the request  | 
x-company stringThe target company for the request  | 
| Request Body | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id uuid | ||||||||||||||||||||||||||
resource object —  REQUIRED
  | ||||||||||||||||||||||||||
description String | ||||||||||||||||||||||||||
date date-time | ||||||||||||||||||||||||||
start date-time | ||||||||||||||||||||||||||
end date-time | ||||||||||||||||||||||||||
duration int32 | ||||||||||||||||||||||||||
durationBillable int32 | ||||||||||||||||||||||||||
break int32 | ||||||||||||||||||||||||||
workType String | ||||||||||||||||||||||||||
complete Boolean | ||||||||||||||||||||||||||
customer object
  | ||||||||||||||||||||||||||
job object
  | ||||||||||||||||||||||||||
jobTask object
  | ||||||||||||||||||||||||||
jobPlanningLine object
  | ||||||||||||||||||||||||||
tntModelLine object
  | ||||||||||||||||||||||||||
workItem object
  | ||||||||||||||||||||||||||
calendarEventId String | ||||||||||||||||||||||||||
nonBillableReason int32Possible values: [  | ||||||||||||||||||||||||||
status int32Possible values: [  | ||||||||||||||||||||||||||
created date-time | ||||||||||||||||||||||||||
modified date-time | 
| Responses | 
|---|
200Success  |