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

« Previous Version 3 Next »

Overview

The PwsProjectSummary data type includes basic information about a project. The information represented in this structure is not comprehensive and only includes certain key attributes of a project that is part of a list. 

Format

PwsProjectSummary
  • PwsProjectSummary
    • ProjectCode: String
    • ProjectId: Int32
    • ProjectUid: Int64
    • EngagementIdentity: PwsEngagementRef
    • ProjectName: String (255)

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectCode

String





ProjectId

Int32





ProjectUid

Int64





EngagementIdentity

PwsEngagementRef





ProjectName

String (255)





Usage Example(s)

Example 01
               <b:PwsProjectSummary>
                  <b:ProjectCode>P001052-001</b:ProjectCode>
                  <b:ProjectId i:nil="true"/>
                  <b:ProjectUid>1152921504607161597</b:ProjectUid>
                  <b:EngagementIdentity>
                     <b:EngagementCode>P001052</b:EngagementCode>
                     <b:EngagementId i:nil="true"/>
                     <b:EngagementUid>1152921504607090183</b:EngagementUid>
                  </b:EngagementIdentity>
                  <b:ProjectName>Hello Luke</b:ProjectName>
               </b:PwsProjectSummary>
  • No labels