Difference between revisions of "Quickstart"

From Updox API
Jump to: navigation, search
m (Use Vendor credentials to create an account/a practice)
 
(9 intermediate revisions by one user not shown)
Line 2: Line 2:
  
 
=== Vendor credentialing ===
 
=== Vendor credentialing ===
[[Vendor credentialing|Get vendor credentials]]
+
[[Vendor credentialing|Request vendor credentials]]
  
=== Use vendor credentials to create a practice ===
+
=== Use Vendor credentials to create an account/practice ===
[[API Method CreatePractice|Create a new practice]]
+
Learn more about Practice creation on the [[Account_Management#PracticeCreate|Account Management]] page.
  
=== Create and add a user to the practice ===
+
Code samples for this method: [[API_Method_PracticeCreate|PracticeCreate]]
[[API Method UserCreate|Create a new user]]
+
  
=== Send a Direct message from the created user in the created practice ===
+
=== Use Vendor credentials and AccountId to create and add a user to the practice ===
[[API Method DirectSend|Send a Direct message]]
+
Learn more about User creation on the [[User_Management#UserCreate|User Management]] page.
 +
 
 +
Code samples for this method: [[API_Method_UserCreate|UserCreate]]

Latest revision as of 11:01, 11 June 2014

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

Vendor credentialing

Request vendor credentials

Use Vendor credentials to create an account/practice

Learn more about Practice creation on the Account Management page.

Code samples for this method: PracticeCreate

Use Vendor credentials and AccountId to create and add a user to the practice

Learn more about User creation on the User Management page.

Code samples for this method: UserCreate