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
- serviceRequest: PwsSetRoleTypeSortOrderRq
- RequestId: Int32
- SessionTicket: String
- Direction: Int16
- RoleTypeIdentity: PwsRoleTypeRef
- SkipInactiveFlag: Boolean
- SortOrder: Int16
- Timestamp: String
- serviceRequest: PwsSetRoleTypeSortOrderRq
Request Elements
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
Int32 | |||||
String | |||||
Direction | Int16 | ||||
RoleTypeIdentity | |||||
SkipInactiveFlag | Boolean | ||||
SortOrder | Int16 | ||||
Timestamp | String |
Request Usage Example(s)
Response Format
- PwsSetUserPermissionsNotificationsResponse
- PwsSetUserPermissionsNotificationsResult: PwsSetUserPermissionsNotificationsRs
- Messages: PwsMessage[]
- ResponseId: Int32
- Status: RequestStatus
- ServerTimestampUtc: DateTime
- Timestamp: String
- UserIdentity: PwsUserRef
- PwsSetUserPermissionsNotificationsResult: PwsSetUserPermissionsNotificationsRs
Response Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
Messages | The web service response status and message. Click here for more information. | ||
Int32 | Click here for more information. | 1 | |
Status | Click here for more information. | Ok | |
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 | This structure represents all of the unique identifying fields associated with the user that was updated. |
Response Usage Example(s)
PwsSetUserPermissionsNotifications - Common Errors and Warnings
- For all errors and warnings please refer to the Complete List of Errors and Warnings
ErrorNumber | ErrorCode | ErrorText |
---|---|---|
10126 | InvalidEnumerationValueSpecified | An invalid value was specified for GlobalPermissionSetting. Valid values are N, V, U. |
50021 | RefStructureMismatch | Ref structure PwsUserRef contains mismatched elements. |
50024 | EntityNotFound | Entity PwsCostCenterListTypeRef was not found. |