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 is returned by services such as PwsGetProjectElement, which return the full details about project estimates. This structure contains a project estimate detail structure (PwsProjectEstimateDetail). It is also where additional related information about the project estimate, that is not directly an attribute of the project estimate itself would be found. 

Format

PwsProjectEstimateElement
  • PwsProjectEstimateElement
    • ActiveEstimateFlag: Boolean
    • CanUpdateProjectFlag: Boolean
    • CreatedByUser: PwsUserSummary
    • CreatedTimestamp: DateTime
    • CrmIntegrationFlag: Boolean
    • LastModifiedByUser: PwsUserSummary
    • LastModifiedTimestamp: DateTime
    • ProjectEstimateDetail: PwsProjectEstimateDetail
    • ProjectTimestamp: String

Elements

Element

Data Type

Required?

Description

ActiveEstimateFlag

Boolean


???

CanUpdateProjectFlag

Boolean


???

CreatedByUser


This structure includes basic information about the project estimate created by user.

CreatedTimestamp

DateTime


The datetime when this project estimate is created.

CrmIntegrationFlag

Boolean


If set to true, the project estimate data comes from an external CRM system. 

LastModifiedByUser


This structure includes basic information about the project estimate modified by user.

LastModifiedTimestamp

DateTime


The datetime when this project estimate is last modified. 

ProjectEstimateDetail


This structure contains the complete set of information about a project estimate. 

ProjectTimestamp

String


???

Usage Example(s)


Example 01
 
  • No labels