| Id [KEY] |
string |
true |
true |
The Id of the time activity. |
| SyncToken |
string |
false |
false |
The sync token. This must be specified when executing an update or delete. |
| MetaData_CreateTime |
datetime |
true |
true |
The time the record was created. |
| MetaData_LastUpdatedTime |
datetime |
true |
true |
The time the record was last updated. |
| TxnDate |
date |
false |
true |
The date of the time activity. |
| NameOf |
string |
false |
false |
The type of the person who performs the task. |
| EmployeeRef |
string |
false |
false |
The Id of the employee. Either the EmployeeId or EmployeeName is required for the create operation. EmployeeId is preferred. |
| EmployeeRef_Name |
string |
true |
false |
The fully qualified name for an employee. A fully qualified name starts with the employee name followed by a colon and the employee subentry name. Up to 5 additional subemployees can be declared by appending a colon and subentry name. For example: Store54:Shane Hamby. |
| VendorRef |
string |
false |
false |
The Id vendor associated with the transaction. A reference either the VendorId or VendorName is required for the create operation, although VendorId is preferred. |
| VendorRef_Name |
string |
true |
false |
The fully qualified name for a vendor. A fully qualified name starts with the name followed by a colon and the subentry name. Up to five levels of subentries can be defined by appending a colon and name for the subentry. For example: Rock Construction:Building Materials. |
| CustomerRef |
string |
false |
false |
The Id of the customer receiving the goods or services. For example, if the transaction is associated with a job or project, such as John Doe:Kitchen, this Id must reference John Doe. |
| CustomerRef_Name |
string |
true |
false |
The fully qualified name for a customer or organization. A fully qualified name starts with the customer name followed by a colon and the subcustomer name. Up to five additional subcustomers can be defined by appending a colon and the name of the subcustomer. For example: Rock Construction:Sammuels. |
| DepartmentRef |
string |
false |
false |
The Id of the department. |
| DepartmentRef_Name |
string |
true |
false |
The name of the department. |
| ItemRef |
string |
false |
false |
The Id of the item. This field is required in create commands. |
| ItemRef_Name |
string |
true |
false |
The name of item. This field is required in create commands. |
| ClassRef |
string |
false |
false |
Reference type of all Ids that are taken as input or output. |
| ClassRef_Name |
string |
true |
false |
Reference type of all Ids that are taken as input or output. |
| BillableStatus |
string |
false |
false |
Billable status of the time activity. |
| Taxable |
boolean |
false |
false |
This value is true if the time activity recorded is both billable and taxable. |
| HourlyRate |
decimal |
false |
false |
Hourly bill rate of the employee or vendor for this time activity. |
| Hours |
integer |
false |
false |
Hours worked. |
| Minutes |
integer |
false |
false |
Minutes worked. Valid values are 0 - 59. |
| StartTime |
datetime |
false |
false |
Time work started. |
| EndTime |
datetime |
false |
false |
Time work ended. |
| Description |
string |
false |
false |
Description of work completed during the time activity. |