...
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
ProjectStageId | Int32 | No | The project stage Id is a unique identifier for a project stage. For internal use only. | |
ProjectStageName | String (50) | One of ProjectStageName, ProjectStageShortName or ProjectStageUid is required | The project stage name is a unique identifier for a project stage. | Planning |
ProjectStageShortName | String (15) | See ProjectStageName | The project stage short name is a unique identifier for a project stage. | Planning |
ProjectStageUid | Int64 | See ProjectStageName | A unique and immutable identifier for a project stage. | 1152921504606849648 |
Usage Example(s)
...