Difference between revisions of "Template:Json Appointments Block - CSharp"

From Updox API
Jump to: navigation, search
(Created page with " appointments = [ { locationId = "123", cancelled = false, blocked = false, details = "details", ...")
 
Line 1: Line 1:
        appointments = [
+
      appointments = [
          {
+
        {
              locationId = "123",
+
            locationId = "123",
              cancelled = false,
+
            cancelled = false,
              blocked = false,
+
            blocked = false,
              details = "details",
+
            details = "details",
              summary = "summary",
+
            summary = "summary",
              typeId = "456",
+
            typeId = "456",
              patientId = "789",
+
            patientId = "789",
              duration = 500,
+
            duration = 500,
              date = "2015-12-30",
+
            date = "2015-12-30",
              calendarId = "calendarId",
+
            calendarId = "calendarId",
              updoxId = 6543,
+
            updoxId = 6543,
              id = 3456
+
            id = 3456
          }
+
        }
      ]
+
    ]

Revision as of 21:29, 11 December 2015

     appointments = [
        {
            locationId = "123",
            cancelled = false,
            blocked = false,
            details = "details",
            summary = "summary",
            typeId = "456",
            patientId = "789",
            duration = 500,
            date = "2015-12-30",
            calendarId = "calendarId",
            updoxId = 6543,
            id = 3456
        }
    ]