JobTypes
Manages QuickBooks Job Types, supporting creation and queries to classify customer jobs for better project tracking.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
The unique identifier for the job type. | |
Name | String | False | 100 |
The name of the job type. | |
FullName | String | True | 1000 |
The full hierarchical name of the job type, formatted as ParentName|JobTypeName, if applicable. | |
IsActive | Boolean | False |
Indicates whether the job type is active (true) or inactive (false). | ||
ParentRef_FullName | String | False |
The full name of the parent job type. Specify only ParentRef_FullName or ParentRef_ListId when inserting, not both. | ||
ParentRef_ListId | String | False |
JobTypes.ID | 255 |
The unique Id of the parent job type. Specify only ParentRef_ListId or ParentRef_FullName when inserting, not both. |
Sublevel | Integer | True |
The number of hierarchical levels above this job type (how many parent types it has). | ||
EditSequence | String | True | 16 |
A unique string used for version tracking of the job type in QuickBooks. | |
TimeCreated | Datetime | True |
The timestamp indicating when this job type was created. | ||
TimeModified | Datetime | True |
The timestamp indicating the last time this job type was modified. |