API_MEDKINECT.Roles.create_roles C# (CSharp) Method

create_roles() public method

public create_roles ( ) : Object
return Object
        public Object create_roles()
        {
            return this.conexion_rest("post", "api/roles/new", this, -1);
        }