Role - Create a new role
Last updated
Last updated
Expects a "newRole" of type Role Model schema
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the RoleName property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanCreate property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanEdit property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanExport property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanView property.
Indicates successful creation of a new role
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the RoleId property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the RoleName property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanCreate property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanEdit property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanExport property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the CanView property.
A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the IsEditable property.