-
Notifications
You must be signed in to change notification settings - Fork 2
/
serviceCreated-payload.json
80 lines (80 loc) · 2.25 KB
/
serviceCreated-payload.json
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
{
"type": "inventory-service.service.serviceCreated",
"payload": {
"entity": {
"type": "service",
"current": {
"expTimeRequestBookings": 0,
"expTimeGroup": 0,
"expTime": 0,
"onlinePacing": {
"all": {
"780": 9
},
"mon": {
"810": 8
},
"default": 10
},
"pacing": {
"all": {
"780": 19
},
"mon": {
"810": 18
},
"default": 20
},
"onlineCapacity": {
"default": 30
},
"capacity": {
"default": 40
},
"groups": null,
"coversRange": [
1,
10
],
"averageMealDuration": {
"defaults": {
"value": 60
}
},
"minBookingTime": 840,
"lastBookingTime": {
"mon": 960,
"default": 900
},
"endTime": {
"mon": 960,
"default": 900
},
"startTime": {
"mon": 780,
"default": 720
},
"weekdays": [
"Mon",
"Tue",
"Wed",
"Thu",
"Fri",
"Sat",
"Sun"
],
"dateRange": [
"2017-09-01",
"2017-09-10"
],
"isPublished": true,
"isBookableOnline": true,
"name": "Lunch",
"restaurantUuid": "8a6c6ca7-c544-422a-b93f-52aa563e60bb",
"rootUuid": null,
"parentUuid": null,
"tablePlanUuid": null
}
}
}
}