...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ProjectRoleIdentity | Yes when ProjectTaskRoleUid is not provided. | The identity of the project role that is associated with this project task role | |||
ProjectTaskIdentity | Yes when ProjectTaskRoleUid is not provided. | The identity of the project task that is associated with this project task role. | |||
ProjectTaskRoleId | Int32 | No | The project task role Id is a unique identifier for a project task role. For internal use only. | ||
ProjectTaskRoleUid | Int64 | Yes when the pair of ProjectRoleIndentity and ProjectTaskIndentity is not provided | A unique and immutable identifier for a project task role. | 1152921504608653387 |
Usage Example(s)
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<sch:ProjectTaskRoleIdentity>
<com:ProjectRoleIdentity>
<com:ProjectRoleUid>1152921504609594610</com:ProjectRoleUid>
</com:ProjectRoleIdentity>
<com:ProjectTaskIdentity>
<com:ProjectTaskUid>1152921504608735153</com:ProjectTaskUid>
</com:ProjectTaskIdentity>
<com:ProjectTaskRoleUid>1152921504608653387</com:ProjectTaskRoleUid>
</sch:ProjectTaskRoleIdentity> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<sch:ProjectTaskRoleIdentity>
<com:ProjectRoleIdentity>
<com:ProjectRoleUid>1152921504609594610</com:ProjectRoleUid>
</com:ProjectRoleIdentity>
<com:ProjectTaskIdentity>
<com:ProjectTaskUid>1152921504608735153</com:ProjectTaskUid>
</com:ProjectTaskIdentity>
</sch:ProjectTaskRoleIdentity> |