ConsumerRadarUpdate
Updates radar related consumer's data (description, text color, text background color and border color) updating realtime radar too, returning how many consumers have been updated.
public uint? ConsumerRadarUpdate(bool <byHttps>,  string <userName>,  string <password>,  ConsumerRadarUpdateParameters <consumerRadarUpdateParameters>,  ref char <messageType>,  ref string <message>)
Parameters:
    
    
        
            | bool <byHttps> | Set to true if you want to user https protocol otherwise, if you want to use http, set it to false | 
        
            | string <userName> | A string containing the username assigned from MyWakes | 
        
            | string <password> | A string containing the password for the MyWakes user | 
        
            | ConsumerRadarUpdateParameters <consumerRadarUpdateParameters> | A ConsumerRadarUpdateParameters object containing command's specific parameters | 
        
            | ref char <messageType> | A string containing output parameter that will return the type of message returned in <message> field: I=information, W=warning, E=error | 
        
            | ref string <message> | A string containing output parameter with the message content |