Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Overview

This structure contains the complete set of information about a skill group. The structure is used both to retrieve detailed skill group information and to pass information about a skill group back to the server to get updated.

Format

PwsSkillGroupDetail
  • PwsSkillGroupDetail
    • SkillGroupId: Int32
    • SkillGroupName: String
    • SkillGroupUid: Int64
    • NewSkillGroupName: String
    • SortOrder: Int16

Elements

Element

Data Type

Required?

Description

SkillGroupId

Int32

No

The skill group Id is a unique identifier for a skill. For internal use only.

SkillGroupName

String

Either SkillGroupName or SkillGroupUid is required. 

A unique identifier for a skill group.

SkillGroupUid

Int64

Either SkillGroupName or SkillGroupUid is required. 

A unique and immutable identifier for a skill group.

NewSkillGroupName

String

No

In order to update the name of an existing skill group, specify the new skill group name here.

SortOrder

Int16

No

The sort order of the skill group on the list.

Usage Example(s)


Example
               <b:SkillGroupDetail>
                  <b:SkillGroupId i:nil="true"/>
                  <b:SkillGroupName>Quality Assurance2</b:SkillGroupName>
                  <b:SkillGroupUid>1152921504606857998</b:SkillGroupUid>
                  <b:NewSkillGroupName i:nil="true"/>
                  <b:SortOrder>1</b:SortOrder>
               </b:SkillGroupDetail>
  • No labels