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 4 Next »

Overview

This structure contains the complete set of information about a project task role (less any subordinate entities). The structure is used both to retrieve detailed project task role information and to pass information about a project task role back to the server to get updated.

Format

PwsProjectTaskRoleDetail
  • PwsProjectTaskRoleDetail

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ProjectRoleIdentity

PwsProjectRoleRef





ProjectTaskIdentity

PwsProjectTaskRef





ProjectTaskRoleId

Int32





ProjectTaskRoleUid

Int64





CompletedFlag

Boolean





EffortMinutes

Int32





Usage Example(s)


Example 01
            <a:ProjectTaskRoleIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectRoleIdentity>
                  <b:ExternalSystemIdentifier i:nil="true"/>
                  <b:ProjectRoleId i:nil="true"/>
                  <b:ProjectRoleUid>1152921504609594610</b:ProjectRoleUid>
               </b:ProjectRoleIdentity>
               <b:ProjectTaskIdentity>
                  <b:ExternalSystemIdentifier i:nil="true"/>
                  <b:ProjectTaskId i:nil="true"/>
                  <b:ProjectTaskUid>1152921504608735787</b:ProjectTaskUid>
               </b:ProjectTaskIdentity>
               <b:ProjectTaskRoleId i:nil="true"/>
               <b:ProjectTaskRoleUid>1152921504608653463</b:ProjectTaskRoleUid>
            </a:ProjectTaskRoleIdentity>





  • No labels