Update ResourceRole
put
/resourceRole
Send a request to this endpoint to update one or more ResourceRole. An application object will be created for each JSON object provided in the request body
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of ResourceRole objects.
Root Schema : List<ResourceRole>
Type:
array
Title:
Show Source
List<ResourceRole>
-
Array of:
object ResourceRole
Title:
ResourceRole
ResourceRole Entity
Nested Schema : ResourceRole
Type:
object
Title:
ResourceRole
ResourceRole Entity
Show Source
-
CreateDate: string
(date-time)
The date this resource role was created.
-
CreateUser: string
The name of the user that created this resource role.
-
LastUpdateDate: string
(date-time)
The date this resource role was last updated.
-
LastUpdateUser: string
The name of the user that last updated this resource role.
-
Proficiency: string
The resource's proficiency at performing this role. The values are '1 - Master', '2 - Expert', '3 - Skilled', '4 - Proficient', and '5 - Inexperienced'. If the current user does not have the ViewResourceRoleProficiency global security privilege, this field may not be accessed.
-
ResourceId: string
The short code that uniquely identifies the resource.
-
ResourceName: string
The name of the resource.
-
ResourceObjectId: integer
(int32)
The unique ID of the associated resource.
-
RoleId: string
The short code that uniquely identifies the role.
-
RoleName: string
The name of the role. The role name uniquely identifies the role.
-
RoleObjectId: integer
(int32)
The unique ID of the associated role.
Response
Supported Media Types
- application/json
200 Response
OK.
Root Schema : schema
Type:
boolean
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.