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.
...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ProjectEstimateId | Int32 | The project estimate Id is a unique identifier for a project estimate. For internal use only. | 15170 |
ProjectEstimateName | String | The project estimate name is a unique identifier for a project estimate. | MoD OTM Proof of Concept |
ProjectEstimateUid | Int64 | The project estimate UID is a unique and immutable identifier for a project estimate. | 1152921504606862146 |
ProjectIdentity | This structure identifies the project that the project estimate belongs to. | ||
EndDate | DateTime | The end date of the project estimate. | 2022-06-05T00:00:00Z |
EstimateBasis | String | The basis (H for hourly, D for daily, W for weekly, M for monthly) of the project estimate. | W |
StartDate | DateTime | The start date of the project estimate. | 2022-01-31T00:00:00Z |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ProjectEstimateSummary>
<b:ProjectEstimateId>15170</b:ProjectEstimateId>
<b:ProjectEstimateName>MoD OTM Proof of Concept</b:ProjectEstimateName>
<b:ProjectEstimateUid>1152921504606862146</b:ProjectEstimateUid>
<b:ProjectIdentity>
<b:ProjectCode>Leidos MoD OTM Proof of</b:ProjectCode>
<b:ProjectId>649041</b:ProjectId>
<b:ProjectUid>1152921504607496017</b:ProjectUid>
</b:ProjectIdentity>
<b:EndDate>2022-06-05T00:00:00Z</b:EndDate>
<b:EstimateBasis>W</b:EstimateBasis>
<b:StartDate>2022-01-31T00:00:00Z</b:StartDate>
</b:ProjectEstimateSummary> |