Overview
This structure contains the basic set of information about a skill. The information represented in this structure is not comprehensive and only includes certain key attributes of a skill.
Format
PwsSkillSummary
- PwsSkillSummary
- SkillGroupIdentity: PwsSkillGroupRef
- SkillId: Int32
- SkillName: String
- SkillUid: Int64
- InactiveFlag: Boolean
Elements
Element | Data Type | Required | Description | Sample Data |
---|---|---|---|---|
SkillGroupIdentity | Yes | |||
SkillId | Int32 | On Insert: No On Update: No | The user Id is a unique identifier for a skill. For internal use only. | |
SkillName | String | On Insert: Yes On Update: No | The name of the skill. It is unique within a skill group. | Financial Services |
SkillUid | Int64 | Either SkillName or SkillUid is required | A unique and immutable identifier for a skill. | |
InactiveFlag | Boolean | No | If set to "true", skill is inactive. If set to "false", skill is active. | false |