Overview
This structure represents the unique key fields associated with identifying a Project Task. Project Tasks can be identified by an ExternalSystemIdentifier or ProjectTaskUid. When specifying a PwsProjectTaskRef as an input to a web service, you may specify one or both the ExternalSystemIdentifier and ProjectTaskUid. However, if you do specify both, they must both refer to the same Project Task or the Project Task reference will not be considered valid. When a PwsProjectTaskRef is returned in the response to a web service, both the ExternalSystemIdentifier and ProjectTaskUid will be populated, and guaranteed to refer to a single Project Task.
Format
- PwsProjectTaskRef
- ExternalSystemIdentifier: String
- ProjectTaskId: Int32
- ProjectTaskUid: Int64
Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ExternalSystemIdentifier | String | External system identifier for task (may be null, but once set can only be updated to a different, non-null value) | ESI-123 | ||
ProjectTaskId | Int32 | Project Task Id. For internal use only. | |||
ProjectTaskUid | Int64 | A unique and immutable Id for a Project Task. | 1152921504608637358 |