Roles REST Endpoints

AAA/Roles
Use for managing roles.
Create a Role
Method: post
Path: /api/AAA/Roles
Delete a Role
Method: delete
Path: /api/AAA/Roles/{id}
Get a Role by ID
Method: get
Path: /api/AAA/Roles/{id}
Get Roles
Method: get
Path: /api/AAA/Roles
Get Roles for Combo Boxes and Item Selectors
Method: get
Path: /api/AAA/Roles/readForSelect
Update a Role
Method: put
Path: /api/AAA/Roles/{id}