Versions Compared

Key

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

...

Element

Data Type

Required?

Default

Description

Sample Data

RequestId

Int32





SessionTicket

String





Direction

Int16





RoleTypeIdentity

PwsRoleTypeRef





SkipInactiveFlag

Boolean





SortOrder

Int16





Timestamp

String






Request Usage Example(s)


Code Block
languagexml
titleRequest Example
linenumberstrue
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:PwsSetRoleTypeSortOrder>
         <pws:serviceRequest>
            <req:RequestId>1</req:RequestId>
            <req:SessionTicket>AS/RAku1pN9F58A3WQh3aw==</req:SessionTicket>
            <req:Direction>1</req:Direction>
            <req:RoleTypeIdentity>
               <com:RoleTypeName>Sales - USA</com:RoleTypeName>
            </req:RoleTypeIdentity>
            <req:SkipInactiveFlag>false</req:SkipInactiveFlag>
            <!--req:SortOrder>1</req:SortOrder-->
         </pws:serviceRequest>
      </pws:PwsSetRoleTypeSortOrder>
   </soapenv:Body>
</soapenv:Envelope>



Response Format


Panel
titlePwsSetUserPermissionsNotifications Response

...