Difference between revisions of "Template:Json Appointments Block - CSharp"
From Updox API
(Created page with " appointments = [ { locationId = "123", cancelled = false, blocked = false, details = "details", ...") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | appointments = new[] { | |
− | + | new { | |
− | + | 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 | |
− | + | } | |
− | + | }, |
Latest revision as of 21:52, 11 December 2015
appointments = new[] { new { 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 } },