Overview
This structure includes basic information about a project estimate. The information represented in this structure is not comprehensive and only includes certain key attributes of a project estimate. This data structure is part of the response to PwsGetProjectEstimateList.
Format
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Description |
---|---|---|
ProjectEstimateId | Int32 | The project estimate Id is a unique identifier for a project estimate. For internal use only. |
ProjectEstimateName | String | The project estimate name is a unique identifier for a project estimate. |
ProjectEstimateUid | Int64 | The project estimate UID is a unique and immutable identifier for a project estimate. |
ProjectIdentity | This structure identifies the project that the project estimate belongs to. | |
EndDate | DateTime | The end date of the project estimate. |
EstimateBasis | String | The basis (H for hourly, D for daily, W for weekly, M for monthly) of the project estimate. |
StartDate | DateTime | The start date of the project estimate. |
...