Difference between revisions of "Template:Json Practice Block - CSharp"
From Updox API
(Created page with " accountId = "NewPracticeId", name = "NewPracticeName", active = "true",") |
|||
(12 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | accountId = "NewPracticeId", <span style="color:green">// required</span> | |
− | + | name = "Family Practice", <span style="color:green">//required</span> | |
− | + | address1 = "94 N. High St", | |
+ | address2 = "Suite 100", | ||
+ | city = "Dublin", | ||
+ | state = "OH", | ||
+ | postal = "43017", | ||
+ | phone = "6147988170", | ||
+ | fax = "6144074411", | ||
+ | timeZone = "America/Chicago", | ||
+ | websiteAddress = "practice_website", | ||
+ | directDomain = "new_practice", | ||
+ | directAddress = "practice_direct", | ||
+ | active = "true", <span style="color:green">//recommended, defaults to "false"</span> |
Latest revision as of 16:28, 20 November 2013
accountId = "NewPracticeId", // required name = "Family Practice", //required address1 = "94 N. High St", address2 = "Suite 100", city = "Dublin", state = "OH", postal = "43017", phone = "6147988170", fax = "6144074411", timeZone = "America/Chicago", websiteAddress = "practice_website", directDomain = "new_practice", directAddress = "practice_direct", active = "true", //recommended, defaults to "false"