ProjectEstimateType
Represents project estimate types used to categorize and classify estimates by workflow type and estimate category.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the project estimate type. |
| auditCreatedDateTime | Datetime | True |
The date and time when the project estimate type was created. |
| auditModifiedBy | String | True |
The user who last modified the project estimate type. |
| auditModifiedDateTime | Datetime | True |
The date and time when the project estimate type was last modified. |
| estimateCategory | String | False |
The category used to classify this project estimate type. |
| href | String | True |
The URL of the project estimate type resource. |
| id | String | False |
The unique identifier of the project estimate type record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the project estimate type record. |
| status | String | False |
The current status of the project estimate type, such as active or inactive. |
| workflowTypes | String | False |
The workflow types associated with this project estimate type, such as labor, expense, or purchasing. |