Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This structure contains the complete set of information about a project estimate. The structure is used both to retrieve detailed project estimate information and to pass information about a project estimate back to the server to get updated.

Format

PwsProjectEstimateDetail
  • PwsProjectEstimateDetail
    • ProjectEstimateId: Int32
    • ProjectEstimateName: String
    • ProjectEstimateUid: Int64
    • ProjectIdentity: PwsProjectRef
    • EndDate: DateTime
    • EstimateBasis: String
    • StartDate: DateTime
    • LineItems: PwsProjectEstimateLineItem[]

Elements

Element

Data Type

Required?

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

PwsProjectRef


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. 

LineItems

PwsProjectEstimateLineItem[]


???

Usage Example(s)


Example 01
 
  • No labels