PwsSkillGroupSummary
Overview
This structure contains the basic set of information about a skill group. The information represented in this structure is not comprehensive and only includes certain key attributes of a skill group.
Format
- PwsSkillGroupSummary
- SkillGroupId: Int32
- SkillGroupName: String
- SkillGroupUid: Int64
Elements
Element | Data Type | Required? | Description | Sample Data |
---|---|---|---|---|
SkillGroupId | Int32 | No | The skill group Id is a unique identifier for a skill group. For internal use only. | |
SkillGroupName | String | On Insert: Yes On Update: Either SkillGroupName or SkillGroupUid is required | The name of the skill group. Skill group names must be unique. | |
SkillGroupUid | Int64 | On Insert: No On Update: Either SkillGroupName or SkillGroupUid is required | A unique and immutable identifier for a skill group. This will be generated automatically upon creation of a new skill group. Do not specify this if creating a new skill group. |