|
1 | 1 | # Response |
2 | 2 |
|
3 | | -## Response Schemas |
| 3 | +## Common |
4 | 4 |
|
5 | | -::: integrify.clopos.schemas.response.BaseResponse |
| 5 | +### Schemas |
6 | 6 |
|
7 | | -::: integrify.clopos.schemas.response.ObjectResponse |
| 7 | +::: integrify.clopos.schemas.common.response.BaseResponse |
8 | 8 |
|
9 | | -::: integrify.clopos.schemas.response.ObjectListResponse |
| 9 | +::: integrify.clopos.schemas.common.response.ObjectResponse |
10 | 10 |
|
11 | | -::: integrify.clopos.schemas.response.ErrorResponse |
| 11 | +::: integrify.clopos.schemas.common.response.ObjectListResponse |
12 | 12 |
|
13 | | -::: integrify.clopos.schemas.response.AuthResponse |
| 13 | +::: integrify.clopos.schemas.common.response.ErrorResponse |
14 | 14 |
|
15 | | -## Response Object Schemas |
| 15 | +### Object |
16 | 16 |
|
17 | | -### Main objects |
| 17 | +::: integrify.clopos.schemas.common.object.Timestamp |
18 | 18 |
|
19 | | -::: integrify.clopos.schemas.objects.main.Venue |
| 19 | +::: integrify.clopos.schemas.common.object.Balance |
20 | 20 |
|
21 | | -::: integrify.clopos.schemas.objects.main.User |
| 21 | +::: integrify.clopos.schemas.common.object.CashbackBalance |
22 | 22 |
|
23 | | -::: integrify.clopos.schemas.objects.main.Group |
| 23 | +::: integrify.clopos.schemas.common.object.Image |
24 | 24 |
|
25 | | -::: integrify.clopos.schemas.objects.main.Customer |
| 25 | +::: integrify.clopos.schemas.common.object.Media |
26 | 26 |
|
27 | | -::: integrify.clopos.schemas.objects.main.Category |
| 27 | +::: integrify.clopos.schemas.common.object.Variant |
28 | 28 |
|
29 | | -::: integrify.clopos.schemas.objects.main.Station |
| 29 | +::: integrify.clopos.schemas.common.object.Modifier |
30 | 30 |
|
31 | | -::: integrify.clopos.schemas.objects.main.Product |
| 31 | +::: integrify.clopos.schemas.common.object.ModifierGroup |
32 | 32 |
|
33 | | -::: integrify.clopos.schemas.objects.main.PaymentMethod |
| 33 | +::: integrify.clopos.schemas.common.object.Package |
34 | 34 |
|
35 | | -::: integrify.clopos.schemas.objects.main.SaleType |
| 35 | +::: integrify.clopos.schemas.common.object.Tax |
36 | 36 |
|
37 | | -::: integrify.clopos.schemas.objects.main.Order |
| 37 | +::: integrify.clopos.schemas.common.object.Price |
38 | 38 |
|
39 | | -::: integrify.clopos.schemas.objects.main.Receipt |
| 39 | +::: integrify.clopos.schemas.common.object.TimerSetting |
40 | 40 |
|
41 | | -### SubObjects |
| 41 | +::: integrify.clopos.schemas.common.object.Service |
42 | 42 |
|
43 | | -::: integrify.clopos.schemas.objects.sub.Timestamp |
| 43 | +## Auth Schemas |
44 | 44 |
|
45 | | -::: integrify.clopos.schemas.objects.sub.Balance |
| 45 | +::: integrify.clopos.schemas.auth.response.AuthResponse |
46 | 46 |
|
47 | | -::: integrify.clopos.schemas.objects.sub.Image |
| 47 | +## Object |
48 | 48 |
|
49 | | -::: integrify.clopos.schemas.objects.sub.Media |
| 49 | +### Venue |
50 | 50 |
|
51 | | -::: integrify.clopos.schemas.objects.sub.Variant |
| 51 | +::: integrify.clopos.schemas.venues.object.Venue |
52 | 52 |
|
53 | | -::: integrify.clopos.schemas.objects.sub.Modifier |
| 53 | +### User |
54 | 54 |
|
55 | | -::: integrify.clopos.schemas.objects.sub.ModifierGroup |
| 55 | +::: integrify.clopos.schemas.users.object.User |
56 | 56 |
|
57 | | -::: integrify.clopos.schemas.objects.sub.Package |
| 57 | +### Customer |
58 | 58 |
|
59 | | -::: integrify.clopos.schemas.objects.sub.Tax |
| 59 | +::: integrify.clopos.schemas.customers.object.Group |
60 | 60 |
|
61 | | -::: integrify.clopos.schemas.objects.sub.Price |
| 61 | +::: integrify.clopos.schemas.customers.object.Customer |
62 | 62 |
|
63 | | -::: integrify.clopos.schemas.objects.sub.TimerSetting |
| 63 | +## Category |
64 | 64 |
|
65 | | -::: integrify.clopos.schemas.objects.sub.OrderItem |
| 65 | +::: integrify.clopos.schemas.categories.object.Category |
66 | 66 |
|
67 | | -::: integrify.clopos.schemas.objects.sub.Service |
| 67 | +## Station |
68 | 68 |
|
69 | | -::: integrify.clopos.schemas.objects.sub.OrderProductProduct |
| 69 | +::: integrify.clopos.schemas.stations.object.Station |
70 | 70 |
|
71 | | -::: integrify.clopos.schemas.objects.sub.OrderPayload |
| 71 | +## Product |
72 | 72 |
|
73 | | -::: integrify.clopos.schemas.objects.sub.OrderCustomer |
| 73 | +::: integrify.clopos.schemas.products.object.Product |
74 | 74 |
|
75 | | -::: integrify.clopos.schemas.objects.sub.OrderProduct |
| 75 | +::: integrify.clopos.schemas.products.object.StopList |
76 | 76 |
|
77 | | -::: integrify.clopos.schemas.objects.sub.OrderProductMeta |
| 77 | +## Sales |
78 | 78 |
|
79 | | -::: integrify.clopos.schemas.objects.sub.OrderProductProduct |
| 79 | +::: integrify.clopos.schemas.sales.object.PaymentMethod |
80 | 80 |
|
81 | | -::: integrify.clopos.schemas.objects.sub.ReceiptPaymentMethod |
| 81 | +::: integrify.clopos.schemas.sales.object.SaleType |
82 | 82 |
|
83 | | -::: integrify.clopos.schemas.objects.sub.ReceiptProduct |
| 83 | +## Order |
| 84 | + |
| 85 | +::: integrify.clopos.schemas.orders.object.Order |
| 86 | + |
| 87 | +::: integrify.clopos.schemas.orders.object.OrderItem |
| 88 | + |
| 89 | +::: integrify.clopos.schemas.orders.object.OrderPayload |
| 90 | + |
| 91 | +::: integrify.clopos.schemas.orders.object.OrderCustomer |
| 92 | + |
| 93 | +::: integrify.clopos.schemas.orders.object.OrderProduct |
| 94 | + |
| 95 | +::: integrify.clopos.schemas.orders.object.OrderProductMeta |
| 96 | + |
| 97 | +::: integrify.clopos.schemas.orders.object.OrderProductProduct |
| 98 | + |
| 99 | +::: integrify.clopos.schemas.orders.object.OrderPayloadIn |
| 100 | + |
| 101 | +::: integrify.clopos.schemas.orders.object.ProductIn |
| 102 | + |
| 103 | +::: integrify.clopos.schemas.orders.object.CustomerIn |
| 104 | + |
| 105 | +::: integrify.clopos.schemas.orders.object.ServiceIn |
| 106 | + |
| 107 | +## Receipt |
| 108 | + |
| 109 | +::: integrify.clopos.schemas.receipts.object.Receipt |
| 110 | + |
| 111 | +::: integrify.clopos.schemas.receipts.object.ReceiptProduct |
| 112 | + |
| 113 | +::: integrify.clopos.schemas.receipts.object.ReceiptPaymentMethod |
| 114 | + |
| 115 | +::: integrify.clopos.schemas.receipts.object.ReceiptProductIn |
0 commit comments