-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrest.json
More file actions
84 lines (84 loc) · 1.94 KB
/
rest.json
File metadata and controls
84 lines (84 loc) · 1.94 KB
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
{
"services": [
{
"id": 1,
"head": null,
"name": "Проф.осмотр",
"node": 0,
"price": 100.0,
"sorthead": 20
},
{
"id": 2,
"head": null,
"name": "Хирургия",
"node": 1,
"price": 0.0,
"sorthead": 10
},
{
"id": 3,
"head": 2,
"name": "Удаление зубов",
"node": 1,
"price": 0.0,
"sorthead": 10
},
{
"id": 4,
"head": 3,
"name": "Удаление зуба",
"node": 0,
"price": 800.0,
"sorthead": 10
},
{
"id": 5,
"head": 3,
"name": "Удаление 8ого зуба",
"node": 0,
"price": 1000.0,
"sorthead": 30
},
{
"id": 6,
"head": 3,
"name": "Удаление осколка зуба",
"node": 0,
"price": 2000.0,
"sorthead": 20
},
{
"id": 7,
"head": 2,
"name": "Хирургические вмешательство",
"node": 0,
"price": 200.0,
"sorthead": 10
},
{
"id": 8,
"head": 2,
"name": "Имплантация зубов",
"node": 1,
"price": 0.0,
"sorthead": 20
},
{
"id": 9,
"head": 8,
"name": "Коронка",
"node": 0,
"price": 3000.0,
"sorthead": 10
},
{
"id": 10,
"head": 8,
"name": "Слепок челюсти",
"node": 0,
"price": 500.0,
"sorthead": 20
}
]
}