Difference between revisions of "Template:Json Request AppointmentsSync"

From Updox API
Jump to: navigation, search
(Created page with " { "appointments": [ { "locationId": "locationId", "cancelled": "true | false", "blocked": "true | false...")
 

Latest revision as of 20:03, 7 December 2015

   {
       "appointments": [
           {
               "locationId": "locationId",
               "cancelled": "true | false",
               "blocked": "true | false",
               "details": "details",
               "summary": "summary",
               "typeId": "typeId",
               "patientId": "patientId",
               "duration": "duration",
               "date": "date",
               "calendarId": "calendarId",
               "updoxId": "updoxId",
               "id": "id"
           }
       ],
       "auth": {
           "applicationId": "vendorId",
           "applicationPassword": "vendorPassword",
           "accountId": "accountId",
           "userId": ""
       }
   }