Difference between revisions of "Template:Json Practice Block - CSharp"

From Updox API
Jump to: navigation, search
Line 1: Line 1:
<syntaxhighlight lang="csharp" line start="100" enclose="div">
+
<syntaxhighlight lang="csharp">
 
   public void TalkToUpdox() {
 
   public void TalkToUpdox() {
 
     string json = new JavaScriptSerializer().Serialize(new {
 
     string json = new JavaScriptSerializer().Serialize(new {

Revision as of 13:41, 20 November 2013

  public void TalkToUpdox() {
     string json = new JavaScriptSerializer().Serialize(new {
                accountId = "NewPracticeId",
                name = "NewPracticeName",
                address1 = "",
                address2 = "",
                city = "",
                state = "",
                postal = "",
                phone = "",
                fax = "",
                directAddress = "",
                timeZone = "",
                websiteAddress = "",
                active = "true",