Template:Json Appointments Block - CSharp

From Updox API
Revision as of 21:28, 11 December 2015 by Bwijoyo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
       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
          }
      ]