API_MEDKINECT.User.change_password C# (CSharp) Method

change_password() public method

public change_password ( ) : Object
return Object
        public Object change_password()
        {
            return this.conexion_rest("post", "/api/users/#/change_password", this, this.id);
        }