Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Panel
titlePwsSetSkillSortOrder Request
  • PwsSetSkillSortOrder
    • serviceRequest: PwsSetSkillSortOrderRq

Request Elements


Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32

No


Click here for more information.


SessionTicket

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

PwsSkillRef

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)


Code Block
languagexml
titleExample 01 - without location identity
collapsetrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsSetSkillSortOrder>
         <!--Optional:-->
         <pws:serviceRequest>
            <req:SessionTicket>AQztUvxG5aNFjPJheSuItw==</req:SessionTicket>
            <req:SkillIdentity>
               <!--Optional:-->
               <com:SkillGroupIdentity>
                  <com:SkillGroupName>Technology</com:SkillGroupName>
               </com:SkillGroupIdentity>
               <com:SkillName>HTML</com:SkillName>
            </req:SkillIdentity>
            <req:SkipInactiveFlag>1</req:SkipInactiveFlag>
            <!--Optional:-->
            <req:SortOrder>100</req:SortOrder>
         </pws:serviceRequest>
      </pws:PwsSetSkillSortOrder>
   </soapenv:Body>
</soapenv:Envelope>

...

Sample Da

Element

Data Type

Description

Messages

PwsMessage[]

The web service response status and message. Click here for more information

ResponseId

Int32

Click here for more information.

Status

RequestStatus

Click here for more information

ServerTimestampUtc

DateTime

Click here for more information.

SkillIdentity

PwsSkillRef

This structure represents the unique key fields associated with identifying a resource skill.



Response Usage Example(s)

...

Code Block
languagexml
titleExample 01 - without location identity
collapsetrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
   <soapenv:Header/>
   <soapenv:Body>
      <pws:PwsSetSkillSortOrder>
         <!--Optional:-->
         <pws:serviceRequest>
            <req:SessionTicket>AQztUvxG5aNFjPJheSuItw==</req:SessionTicket>
            <req:SkillIdentity>
               <!--Optional:-->
               <com:SkillGroupIdentity>
                  <com:SkillGroupName>Technology</com:SkillGroupName>
               </com:SkillGroupIdentity>
               <com:SkillName>HTML</com:SkillName>
            </req:SkillIdentity>
            <req:SkipInactiveFlag>1</req:SkipInactiveFlag>
            <!--Optional:-->
            <req:SortOrder>100</req:SortOrder>
         </pws:serviceRequest>
      </pws:PwsSetSkillSortOrder>
   </soapenv:Body>
</soapenv:Envelope>

...