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

Version 1 Next »

Overview



Request Format

PwsSetSkillSortOrder 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





SkillIdentity

PwsSkillRef





SkillVersionStamp

Int32





SkipInactiveFlag

Boolean





SortOrder

Int16





Request Usage Example(s)


Example 01 - without location identity
<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>


Response Format

PwsSetSkillSortOrder Response

Response Elements

Element

Data Type

Description

Sample Da

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




Response Usage Example(s)


Example 01 - without location identity
<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>

Common Errors and Warnings

ErrorNumberErrorCodeErrorText
50024EntityNotFoundSkill was not found. Another user may have deleted it.
  • No labels