Overview
This web service allows users to set the skill sort order within a skill group by moving a skill up or down the on the skill list.
Request Format
- PwsSetSkillSortOrder
- serviceRequest: PwsSetSkillSortOrderRq
- RequestId: Int32
- SessionTicket: String
- Direction: Int16
- SkillIdentity: PwsSkillRef
- SkillVersionStamp: Int32
- SkipInactiveFlag: Boolean
- SortOrder: Int16
- serviceRequest: PwsSetSkillSortOrderRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | No | Click here for more information. | |||
String | Yes | Click here for more information. | |||
Direction | Int16 | Either "Direction" OR "SortOrder" must be specified | The direction and slots in which the Role Type should be moved (i.e. +1 = 1 up, -1 = 1 down) | ||
SkillIdentity | Yes | This structure represents the unique key fields associated with identifying a resource skill. | |||
SkillVersionStamp | Int32 | No | ?????? | ||
SkipInactiveFlag | Boolean | No | If set to "true", the request will skip the inactive skill in a skill group. | true | |
SortOrder | Int16 | Either "Direction" OR "SortOrder" must be specified | The order of a skill within a skill group. The base order number is 1. | 3 |
Request Usage Example(s)
Response Format
- PwsSetSkillSortOrderResponse
- PwsSetSkillSortOrderResult: PwsSetSkillSortOrderRs
- Messages: PwsMessage[]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- SkillVersionStamp: Int32
- PwsSetSkillSortOrderResult: PwsSetSkillSortOrderRs
Response Elements
Element | Data Type | Description |
---|---|---|
Messages | The web service response status and message. Click here for more information | |
Int32 | Click here for more information. | |
RequestStatus | Click here for more information | |
DateTime | Click here for more information. | |
SkillIdentity | This structure represents the unique key fields associated with identifying a resource skill. |
Response Usage Example(s)
Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
50024 | EntityNotFound | Skill was not found. Another user may have deleted it. |