PwsProjectEstimateRef
Overview
This structure represents the unique key fields associated with identifying a project estimate. A project estimate can be identified by:
- The project estimate UID, OR
- The project estimate name and the identity of the project that contains the estimate
Format
PwsProjectEstimateRef
- PwsProjectEstimateRef
- ProjectEstimateId: Int32
- ProjectEstimateName: String
- ProjectEstimateUid: Int64
- ProjectIdentity: PwsProjectRef
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ProjectEstimateId | Int32 | At least one is required: ProjectEstimateId, ProjectEstimateName or ProjectestimateUID | This Id is a unique identifier for a project estimate. For internal use only. | |
ProjectEstimateName | String | See ProjectEstimateId | The name is unique identifier for a project estimate. | |
ProjectEstimateUid | Int64 | See ProjectEstimateId | A unique and immutable identifier for a project estimate. | 1152921504606862146 |
ProjectIdentity | No | The identity of the project that contains the project estimate. |
Usage Example(s)
Example
<sch:ProjectEstimateIdentity> <com:ProjectEstimateUid>1152921504606862146</com:ProjectEstimateUid> <com:ProjectIdentity> <com:ProjectUid>1152921504607496017</com:ProjectUid> </com:ProjectIdentity> </sch:ProjectEstimateIdentity>