Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure contains element PwsProjectTaskRoleDetail which contains the complete set of project task role information. The structure is used both to retrieve detailed project task role information as part of the response from web services PwsGetProject and PwsSaveProjectCurrently, there are no additional fields in this structure.

Format

Panel
titlePwsProjectTaskRoleElement

Elements

Element

Data Type

Description

Sample Data

ProjectTaskRoleDetail

PwsProjectTaskRoleDetail

 The complete data set of a project task role. Click here for more information.

 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <sch:ProjectTaskRole>
               <com:ProjectTaskRoleUid>1152921504608653463</com:ProjectTaskRoleUid>
               <com:CompletedFlag>true</com:CompletedFlag>
               <com:EffortMinutes>200</com:EffortMinutes>
            </sch:ProjectTaskRole>

...