...
Panel | ||
---|---|---|
| ||
|
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 (may be null, but once set can only be updated to a different, non-null value) |
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)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<com:ProjectTaskTypeIdentity> <com:ProjectTaskTypeUid>1152921504607525530</com:ProjectTaskTypeUid> </com:ProjectTaskTypeIdentity> |