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.
...
Element | Data Type | Required? | Description |
---|---|---|---|
ProjectEstimateId | Int32 | The client Id is a unique identifier for a client. For internal use only. | |
ProjectEstimateName | String | The client name is a unique identifier for a client. | |
ProjectEstimateUid | Int64 | The client Uid is a unique and immutable identifier for a client. | |
ProjectIdentity | This structure represents the unique key fields associated with identifying a project. | ||
EndDate | DateTime | The end date of the project estimate. | |
EstimateBasis | String | ??? | |
StartDate | DateTime | The start date of the project estimate. |
...