Difference between revisions of "Quickstart"

From Updox API
Jump to: navigation, search
(Vendor credentialing)
Line 5: Line 5:
  
 
=== Use vendor credentials to create a practice ===
 
=== Use vendor credentials to create a practice ===
Learn more about Practice creation [[Account_and_User_Management#PracticeCreate|here]].
+
Learn more about Practice creation on the [[Account_Management#PracticeCreate|Account Management]] page.
  
Code samples {{PracticeCreateLink}}
+
Code samples for this method: [[API_Method_PracticeCreate|PracticeCreate]]
  
 
=== Create and add a user to the practice ===
 
=== Create and add a user to the practice ===
Learn more about User creation [[Account_and_User_Management#UserCreate|here]]
+
Learn more about User creation on the [[User_Management#UserCreate|User Management]] page.
  
Code samples {{UserCreateLink}}
+
Code samples for this method: [[API_Method_UserCreate|UserCreate]]
 
+
=== Send a Direct message from the created user in the created practice ===
+
[[API Method DirectSend|Send a Direct message]]
+

Revision as of 10:38, 3 December 2013

These steps outline a quick way to begin communicating with Updox.

Vendor credentialing

Request vendor credentials

Use vendor credentials to create a practice

Learn more about Practice creation on the Account Management page.

Code samples for this method: PracticeCreate

Create and add a user to the practice

Learn more about User creation on the User Management page.

Code samples for this method: UserCreate