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
...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ProjectEstimateId | Int32No | At least one is required: ProjectEstimateId, ProjectEstimateName or ProjectestimateUID | This Id is a unique identifier for a project estimate. For internal use only. | |
ProjectEstimateName | StringNo | See ProjectEstimateId | The name is unique identifier for a project estimate. | |
ProjectEstimateUid | Int64No | 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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<sch:ProjectEstimateIdentity>
<com:ProjectEstimateUid>1152921504606862146</com:ProjectEstimateUid>
<com:ProjectIdentity>
<com:ProjectUid>1152921504607496017</com:ProjectUid>
</com:ProjectIdentity>
</sch:ProjectEstimateIdentity> |