Beispiel #1
0
 // Update Notes
 public void UpdateNote(string note)
 {
     SessionCtr.UpdateNote(GetAccessToken(), SessionCtr.RecordID, note);
 }