Description
Labor, material, equipment, sub, or other items within a work ticket.
Resource Overview
| Endpoint | Definition | 
| GET/WorkTicketItems | Retrieve a list of information related to work ticket items. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| AllocationUnitTypeID | unique identifier for the type of unit used to allocate resource | integer(int32) | |
| AllocationUnitTypeName | name for the allocation unit type | string | Max Length: 50 | 
| AutoExpense | indicates whether the item is automatically marked as an expense | boolean | |
| CatalogItemCategoryID | a unique identifier for catalog item category | integer(int32) | |
| CatalogItemCategoryName | name of the catalog item category | string | Max Length: 50 | 
| CatalogItemID | a unique identifier for an item within the catalog | integer(int32) | |
| CreatedByUserID | identifier of user who created item entry | integer(int32) | |
| CreatedByUserName | name of user who created the item entry | string | Max Length: 101 | 
| CreatedDateTime | date and time when item was created | DateTime | |
| DoNotPurchase | indicates if item should not be purchased | boolean | |
| EstimatingNotes | notes added to opportunity estimate | string | Max Length: 214748 | 
| ItemCost | cost associated with the item | number(double) | |
| ItemName | name of the item | string | Max Length: 200 | 
| ItemType | item type: material, labor, equipment, Sub, Other, Kit | string | Max Length: 10 | 
| ItemQuantityExtended  | cost for single unit of item based on kit unit type | number(double) | |
| ShowOnTicket | indicates if item should appear on work ticket | boolean | |
| WorkTicketID | unique identifier for work ticket | integer(int32) | |
| WorkTicketItemID | unique identifier for work ticket with which item is associated | integer(int32) |