-
Notifications
You must be signed in to change notification settings - Fork 0
/
exampleData.js
122 lines (122 loc) · 3.44 KB
/
exampleData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
export default [
{
mvkBookingId: null,
id: '9420a76e925e5022f40098fc8793178d',
timeType: {
id: '9Adult',
timeTypeId: 9,
description: 'Basunders. hos tandhyg. - 30 min - Sista minuten',
ageType: 'Adult',
confirmationTreatmentPriceText: null
},
isCancelBookingAllowed: true,
startTime: '2022-04-01T11:50:00',
endTime: '2022-04-01T12:20:00',
hsaId: 'SE2321000016-10QQ',
unitNumber: '3421',
clinicName: 'Handen',
longitude: '18.13592',
latitude: '59.16827',
isMessageAllowed: true,
performerName: 'Tandhygienist Monika Zybert',
isRebookingAllowed: true,
resourceId: '2001984',
resourceName: 'Tandhygienist Monika Zybert',
postOfficeBox: 'Box 3042',
streetAddress: 'Handenterminalen 3',
postalCode: '136 03',
city: 'Haninge',
telephone: '08-123 162 00',
price: null
},
{
mvkBookingId: null,
id: '7b115054d4c497036c193dc5c9e5ca36',
timeType: {
id: '9Adult',
timeTypeId: 9,
description: 'Basunders. hos tandhyg. - 30 min - Sista minuten',
ageType: 'Adult',
confirmationTreatmentPriceText: null
},
isCancelBookingAllowed: true,
startTime: '2022-04-01T12:30:00',
endTime: '2022-04-01T13:00:00',
hsaId: 'SE2321000016-10Q7',
unitNumber: '4392',
clinicName: 'Tullinge',
longitude: '17.9060',
latitude: '59.2051',
isMessageAllowed: true,
performerName: 'Tandhygienist Basma Adamo',
isRebookingAllowed: true,
resourceId: '500315',
resourceName: 'Tandhygienist Basma Adamo',
postOfficeBox: 'Box 22',
streetAddress: 'Kvällsvägen 1',
postalCode: '146 21',
city: 'Tullinge',
telephone: '08-123 168 30',
price: null
},
{
mvkBookingId: null,
id: '5c37c1b4d960239a376d5505a937b576',
timeType: {
id: '9Adult',
timeTypeId: 9,
description: 'Basunders. hos tandhyg. - 30 min - Sista minuten',
ageType: 'Adult',
confirmationTreatmentPriceText: null
},
isCancelBookingAllowed: true,
startTime: '2022-04-01T13:10:00',
endTime: '2022-04-01T13:40:00',
hsaId: 'SE2321000016-10RH',
unitNumber: '3431',
clinicName: 'Nynäshamn',
longitude: '17.94674',
latitude: '58.90462',
isMessageAllowed: true,
performerName: 'Tandhygienist Kristina Karaguts',
isRebookingAllowed: true,
resourceId: '500958',
resourceName: 'Tandhygienist Kristina Karaguts',
postOfficeBox: 'Box 50',
streetAddress: 'Lövlundsvägen 3,2 tr',
postalCode: '149 21',
city: 'Nynäshamn',
telephone: '08-123 158 55',
price: null
},
{
mvkBookingId: null,
id: '758317a24e9c90838ca9d6cf97a69507',
timeType: {
id: '22Adult',
timeTypeId: 22,
description: 'Borttagning mindre mängd tandsten - Sista minuten',
ageType: 'Adult',
confirmationTreatmentPriceText: null
},
isCancelBookingAllowed: true,
startTime: '2022-04-01T11:50:00',
endTime: '2022-04-01T12:30:00',
hsaId: 'SE2321000016-10QQ',
unitNumber: '3421',
clinicName: 'Handen',
longitude: '18.13592',
latitude: '59.16827',
isMessageAllowed: true,
performerName: 'Tandhygienist Monika Zybert',
isRebookingAllowed: true,
resourceId: '2001984',
resourceName: 'Tandhygienist Monika Zybert',
postOfficeBox: 'Box 3042',
streetAddress: 'Handenterminalen 3',
postalCode: '136 03',
city: 'Haninge',
telephone: '08-123 162 00',
price: null
}
]