Roles REST Endpoints
    
        AAA/Roles
    
Use for managing roles.
- Create a Role
- Method: postPath:/api/AAA/Roles
- Delete a Role
- Method: deletePath:/api/AAA/Roles/{id}
- Get a Role by ID
- Method: getPath:/api/AAA/Roles/{id}
- Get Roles
- Method: getPath:/api/AAA/Roles
- Get Roles for Combo Boxes and Item Selectors
- Method: getPath:/api/AAA/Roles/readForSelect
- Update a Role
- Method: putPath:/api/AAA/Roles/{id}