Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

Version 1 Next »

Overview


This web service allows users to set the role type sort order by moving a role type up or down the on the role type list.

Request Format


PwsSetRoleTypeSortOrder Request

Request Elements


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)



Response Format


PwsSetUserPermissionsNotifications Response

Response Elements


Element

Data Type

Description

Sample Data

Messages

PwsMessage[]

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


ResponseId

Int32

Click here for more information.

1

Status

RequestStatus

Click here for more information.

Ok

ServerTimestampUtc

DateTime

Click here for more information

2018-11-09T21:44:05.0179178Z

Timestamp

String

This is a Base64 encoded timestamp optionally utilized for user locking.

AAAAABCzYug=

UserIdentity

PwsUserRef

This structure represents all of the unique identifying fields associated with the user that was updated.


Response Usage Example(s)


Example 01
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <PwsSetUserPermissionsNotificationsResponse xmlns="http://projectorpsa.com/PwsProjectorServices/">
         <PwsSetUserPermissionsNotificationsResult xmlns:a="http://projectorpsa.com/DataContracts/Responses/" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
            <Messages xmlns="http://projectorpsa.com/CommonServices/" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>       
            <ResponseId xmlns="http://projectorpsa.com/CommonServices/">1</ResponseId>
            <Status xmlns="http://projectorpsa.com/CommonServices/">Ok</Status>
            <ServerTimestampUtc xmlns="http://projectorpsa.com/CommonServices/">2018-12-21T16:57:38.8647068Z</ServerTimestampUtc>
            <a:Timestamp>AAAAABGHvDY=</a:Timestamp>
            <a:UserIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:UserDisplayName>Jane Jones</b:UserDisplayName>
               <b:UserId i:nil="true"/>
               <b:UserReferenceSystemId>NU001</b:UserReferenceSystemId>
               <b:UserUid>1152921504607135993</b:UserUid>
            </a:UserIdentity>
         </PwsSetUserPermissionsNotificationsResult>
      </PwsSetUserPermissionsNotificationsResponse>
   </s:Body>
</s:Envelope>

PwsSetUserPermissionsNotifications - Common Errors and Warnings

ErrorNumber

ErrorCode

ErrorText

10126InvalidEnumerationValueSpecifiedAn invalid value was specified for GlobalPermissionSetting. Valid values are N, V, U.
50021RefStructureMismatchRef structure PwsUserRef contains mismatched elements.
50024EntityNotFoundEntity PwsCostCenterListTypeRef was not found.
  • No labels