PwsProjectTaskTypeRef

Overview


This structure represents the unique key fields associated with identifying a project task type. Project task types are utilized to categorize project tasks. Project task types can be identified by an ExternalSystemIdentifier or ProjectTaskTypeUid. When specifying a PwsProjectTaskTypeRef as an input to a web service, you may specify one or both the ExternalSystemIdentifier and ProjectTaskTypeUid. However, if you do specify both, they must both refer to the same project task type or the project task type reference will not be considered valid. When a PwsProjectTaskTypeRef is returned in the response to a web service, both the ExternalSystemIdentifier and ProjectTaskTypeUid will be populated, and guaranteed to refer to a single project task type.

Format


PwsProjectTaskTypeRef
  • PwsProjectTaskTypeRef
    • ExternalSystemIdentifier: String (50)
    • ProjectTaskTypeId: Int32
    • ProjectTaskTypeUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

String (50)

One of ExternalSystemIdentifier or ProjectTaskTypeUid is required

The external system identifier is a unique identifier for a project task.


ProjectTaskTypeId

Int32

No

The project task type Id is a unique identifier for a project task. For internal use only. 


ProjectTaskTypeUid

Int64

See ExternalSystemIdentifier 

A unique and immutable identifier for a project task type.

1152921504607525530 

Usage Example(s)


Example 01
                    <com:ProjectTaskTypeIdentity>
                        <com:ProjectTaskTypeUid>1152921504607525530</com:ProjectTaskTypeUid>
                     </com:ProjectTaskTypeIdentity>