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

From Updox API
Jump to: navigation, search
(Created page with " "\"<span style="color:red">accountId</span>\" : \"NewPracticeId\", " + "\"<span style="color:red">name</span>\" : \"NewPracticeName\", " + "\"<span s...")
 
Line 1: Line 1:
 
         "\"<span style="color:red">accountId</span>\" : \"NewPracticeId\", " +  
 
         "\"<span style="color:red">accountId</span>\" : \"NewPracticeId\", " +  
 
         "\"<span style="color:red">name</span>\" : \"NewPracticeName\", " +  
 
         "\"<span style="color:red">name</span>\" : \"NewPracticeName\", " +  
 +
        "\"<span style="color:green">address1</span>\" : \"\", " +
 +
        "\"<span style="color:green">address2</span>\" : \"\", " +
 +
        "\"<span style="color:green">city</span>\" : \"\", " +
 +
        "\"<span style="color:green">state</span>\" : \"\", " +
 +
        "\"<span style="color:green">postal</span>\" : \"\", " +
 +
        "\"<span style="color:green">phone</span>\" : \"\", " +
 +
        "\"<span style="color:green">fax</span>\" : \"\", " +
 +
        "\"<span style="color:green">directAddress</span>\" : \"\", " +
 +
        "\"<span style="color:green">timeZone</span>\" : \"\", " +
 +
        "\"<span style="color:green">websiteAddress</span>\" : \"\", " +
 
         "\"<span style="color:green">active</span>\" : \"true\", " +
 
         "\"<span style="color:green">active</span>\" : \"true\", " +

Revision as of 12:36, 19 November 2013

       "\"accountId\" : \"NewPracticeId\", " + 
       "\"name\" : \"NewPracticeName\", " + 
       "\"address1\" : \"\", " + 
       "\"address2\" : \"\", " + 
       "\"city\" : \"\", " + 
       "\"state\" : \"\", " + 
       "\"postal\" : \"\", " + 
       "\"phone\" : \"\", " + 
       "\"fax\" : \"\", " + 
       "\"directAddress\" : \"\", " + 
       "\"timeZone\" : \"\", " + 
       "\"websiteAddress\" : \"\", " + 
       "\"active\" : \"true\", " +