korona_client 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +171 -89
- data/config.json +6 -0
- data/docs/AccountTransaction.md +2 -0
- data/docs/AccountsApi.md +12 -12
- data/docs/AddOrUpdateResult.md +1 -0
- data/docs/AdditionalInfo.md +9 -0
- data/docs/AdditionalReceiptInfoType.md +22 -0
- data/docs/AdditionalReceiptInfoTypesApi.md +133 -0
- data/docs/AssortmentsApi.md +217 -48
- data/docs/Attendance.md +17 -0
- data/docs/Cashier.md +1 -0
- data/docs/CashiersApi.md +15 -13
- data/docs/Category.md +1 -0
- data/docs/CommodityGroupsApi.md +423 -0
- data/docs/CreationTask.md +17 -0
- data/docs/CurrenciesApi.md +15 -13
- data/docs/CustomerGroupsApi.md +15 -13
- data/docs/CustomerOrder.md +2 -2
- data/docs/CustomerOrdersApi.md +52 -46
- data/docs/CustomersApi.md +108 -45
- data/docs/DayTimePeriod.md +9 -0
- data/docs/DeliveryNote.md +22 -0
- data/docs/DeliveryNoteItem.md +14 -0
- data/docs/DeliveryNotesApi.md +316 -0
- data/docs/Deposit.md +12 -0
- data/docs/Discount.md +10 -0
- data/docs/EconomicZonesApi.md +15 -13
- data/docs/EndOfDayStatement.md +1 -1
- data/docs/Event.md +2 -0
- data/docs/ExternalSystemCall.md +20 -0
- data/docs/ExternalSystemCallsApi.md +423 -0
- data/docs/ImagesApi.md +8 -7
- data/docs/InfoTextsApi.md +15 -13
- data/docs/InventoriesApi.md +894 -0
- data/docs/KoronaAccount.md +1 -0
- data/docs/KoronaAccountApi.md +5 -5
- data/docs/MediaUrl.md +8 -0
- data/docs/OrganizationalUnit.md +1 -0
- data/docs/OrganizationalUnitsApi.md +108 -104
- data/docs/PaymentMethod.md +3 -0
- data/docs/PaymentMethodsApi.md +15 -13
- data/docs/PointsOfSaleApi.md +85 -74
- data/docs/Pos.md +5 -3
- data/docs/PriceGroupsApi.md +15 -13
- data/docs/Product.md +2 -0
- data/docs/ProductsApi.md +121 -58
- data/docs/Receipt.md +5 -1
- data/docs/ReceiptItem.md +3 -0
- data/docs/ReceiptsApi.md +20 -14
- data/docs/ResultListAdditionalReceiptInfoType.md +13 -0
- data/docs/ResultListAttendance.md +13 -0
- data/docs/ResultListCreationTask.md +13 -0
- data/docs/ResultListDeliveryNote.md +13 -0
- data/docs/ResultListExternalSystemCall.md +13 -0
- data/docs/ResultListTicket.md +13 -0
- data/docs/ResultListTimeTrackingEntity.md +13 -0
- data/docs/ResultListTimeTrackingEntry.md +13 -0
- data/docs/SalesTaxesApi.md +15 -13
- data/docs/Sector.md +1 -0
- data/docs/SectorRevenueAccountItem.md +9 -0
- data/docs/SectorsApi.md +15 -13
- data/docs/Signature.md +10 -0
- data/docs/StatisticsApi.md +28 -28
- data/docs/StockReceipt.md +1 -0
- data/docs/StockReceiptsApi.md +687 -0
- data/docs/SuppliersApi.md +15 -13
- data/docs/TagsApi.md +303 -13
- data/docs/Ticket.md +14 -0
- data/docs/TicketCreationApi.md +127 -0
- data/docs/TicketPersonalization.md +11 -0
- data/docs/TicketingApi.md +975 -76
- data/docs/TimeTrackingApi.md +388 -0
- data/docs/TimeTrackingEntity.md +13 -0
- data/docs/TimeTrackingEntry.md +14 -0
- data/docs/TotalPeriod.md +9 -0
- data/docs/Validity.md +11 -0
- data/korona_client-1.0.0.gem +0 -0
- data/korona_client.gemspec +7 -8
- data/lib/korona_client.rb +38 -5
- data/lib/korona_client/api/accounts_api.rb +24 -26
- data/lib/korona_client/api/additional_receipt_info_types_api.rb +155 -0
- data/lib/korona_client/api/assortments_api.rb +259 -82
- data/lib/korona_client/api/cashiers_api.rb +27 -26
- data/lib/korona_client/api/commodity_groups_api.rb +462 -0
- data/lib/korona_client/api/currencies_api.rb +27 -26
- data/lib/korona_client/api/customer_groups_api.rb +27 -26
- data/lib/korona_client/api/customer_orders_api.rb +78 -78
- data/lib/korona_client/api/customers_api.rb +137 -77
- data/lib/korona_client/api/delivery_notes_api.rb +354 -0
- data/lib/korona_client/api/economic_zones_api.rb +27 -26
- data/lib/korona_client/api/external_system_calls_api.rb +462 -0
- data/lib/korona_client/api/images_api.rb +16 -16
- data/lib/korona_client/api/info_texts_api.rb +27 -26
- data/lib/korona_client/api/inventories_api.rb +1014 -0
- data/lib/korona_client/api/korona_account_api.rb +11 -12
- data/lib/korona_client/api/organizational_units_api.rb +157 -162
- data/lib/korona_client/api/payment_methods_api.rb +27 -26
- data/lib/korona_client/api/points_of_sale_api.rb +127 -121
- data/lib/korona_client/api/price_groups_api.rb +27 -26
- data/lib/korona_client/api/products_api.rb +154 -95
- data/lib/korona_client/api/receipts_api.rb +27 -20
- data/lib/korona_client/api/sales_taxes_api.rb +27 -26
- data/lib/korona_client/api/sectors_api.rb +27 -26
- data/lib/korona_client/api/statistics_api.rb +32 -36
- data/lib/korona_client/api/stock_receipts_api.rb +769 -0
- data/lib/korona_client/api/suppliers_api.rb +27 -26
- data/lib/korona_client/api/tags_api.rb +326 -21
- data/lib/korona_client/api/ticket_creation_api.rb +149 -0
- data/lib/korona_client/api/ticketing_api.rb +1084 -132
- data/lib/korona_client/api/time_tracking_api.rb +425 -0
- data/lib/korona_client/api_client.rb +11 -11
- data/lib/korona_client/api_error.rb +3 -3
- data/lib/korona_client/configuration.rb +4 -4
- data/lib/korona_client/models/account.rb +11 -15
- data/lib/korona_client/models/account_summary.rb +8 -13
- data/lib/korona_client/models/account_transaction.rb +32 -15
- data/lib/korona_client/models/add_or_update_result.rb +24 -19
- data/lib/korona_client/models/additional_info.rb +192 -0
- data/lib/korona_client/models/additional_receipt_info_type.rb +319 -0
- data/lib/korona_client/models/address_information.rb +8 -13
- data/lib/korona_client/models/admission.rb +8 -13
- data/lib/korona_client/models/amount.rb +8 -13
- data/lib/korona_client/models/amount_count_data.rb +8 -13
- data/lib/korona_client/models/assortment.rb +8 -13
- data/lib/korona_client/models/attendance.rb +268 -0
- data/lib/korona_client/models/bad_request_error.rb +11 -15
- data/lib/korona_client/models/capacity.rb +8 -13
- data/lib/korona_client/models/cashier.rb +21 -16
- data/lib/korona_client/models/cashier_summary.rb +8 -13
- data/lib/korona_client/models/category.rb +19 -15
- data/lib/korona_client/models/cloud_subscription.rb +11 -15
- data/lib/korona_client/models/commodity_group.rb +8 -13
- data/lib/korona_client/models/commodity_group_summary.rb +8 -13
- data/lib/korona_client/models/company_identification.rb +8 -13
- data/lib/korona_client/models/creation_task.rb +298 -0
- data/lib/korona_client/models/currency.rb +8 -13
- data/lib/korona_client/models/currency_denomination.rb +11 -15
- data/lib/korona_client/models/currency_exchange_rate.rb +8 -13
- data/lib/korona_client/models/customer.rb +11 -15
- data/lib/korona_client/models/customer_card.rb +11 -15
- data/lib/korona_client/models/customer_data.rb +8 -13
- data/lib/korona_client/models/customer_group.rb +8 -13
- data/lib/korona_client/models/customer_group_summary.rb +8 -13
- data/lib/korona_client/models/customer_information.rb +8 -13
- data/lib/korona_client/models/customer_order.rb +28 -29
- data/lib/korona_client/models/day_rating.rb +8 -13
- data/lib/korona_client/models/day_time_period.rb +192 -0
- data/lib/korona_client/models/delivery_note.rb +316 -0
- data/lib/korona_client/models/delivery_note_item.rb +239 -0
- data/lib/korona_client/models/deposit.rb +219 -0
- data/lib/korona_client/models/device_information.rb +8 -13
- data/lib/korona_client/models/discount.rb +201 -0
- data/lib/korona_client/models/economic_zone.rb +8 -13
- data/lib/korona_client/models/end_of_day_statement.rb +15 -20
- data/lib/korona_client/models/end_of_day_statement_summary.rb +8 -13
- data/lib/korona_client/models/entry_gate.rb +8 -13
- data/lib/korona_client/models/event.rb +30 -15
- data/lib/korona_client/models/external_system_call.rb +295 -0
- data/lib/korona_client/models/forbidden_error.rb +11 -15
- data/lib/korona_client/models/geo_location.rb +8 -13
- data/lib/korona_client/models/info_text.rb +11 -15
- data/lib/korona_client/models/interval.rb +8 -13
- data/lib/korona_client/models/inventory.rb +14 -18
- data/lib/korona_client/models/inventory_list.rb +11 -15
- data/lib/korona_client/models/inventory_list_item.rb +8 -13
- data/lib/korona_client/models/inventory_list_item_stock.rb +8 -13
- data/lib/korona_client/models/korona_account.rb +41 -13
- data/lib/korona_client/models/media_url.rb +183 -0
- data/lib/korona_client/models/method_not_allowed_error.rb +11 -15
- data/lib/korona_client/models/model_reference.rb +8 -12
- data/lib/korona_client/models/not_found_error.rb +11 -15
- data/lib/korona_client/models/organizational_unit.rb +20 -16
- data/lib/korona_client/models/payment.rb +8 -13
- data/lib/korona_client/models/payment_method.rb +37 -15
- data/lib/korona_client/models/payment_summary.rb +8 -13
- data/lib/korona_client/models/period.rb +8 -13
- data/lib/korona_client/models/period_list_top_seller.rb +8 -13
- data/lib/korona_client/models/period_map_string_revenue_data.rb +8 -13
- data/lib/korona_client/models/period_object.rb +8 -13
- data/lib/korona_client/models/period_revenue_data.rb +8 -13
- data/lib/korona_client/models/pos.rb +31 -15
- data/lib/korona_client/models/price_group.rb +8 -13
- data/lib/korona_client/models/product.rb +35 -19
- data/lib/korona_client/models/product_code.rb +8 -13
- data/lib/korona_client/models/product_description.rb +11 -15
- data/lib/korona_client/models/product_price.rb +8 -13
- data/lib/korona_client/models/product_stock.rb +8 -13
- data/lib/korona_client/models/product_subproduct.rb +8 -13
- data/lib/korona_client/models/product_supplier_price.rb +8 -13
- data/lib/korona_client/models/product_transfer_involved_party_information.rb +8 -13
- data/lib/korona_client/models/product_transfer_involved_party_information_data.rb +8 -13
- data/lib/korona_client/models/rating.rb +8 -13
- data/lib/korona_client/models/receipt.rb +55 -20
- data/lib/korona_client/models/receipt_item.rb +40 -14
- data/lib/korona_client/models/result_list.rb +14 -19
- data/lib/korona_client/models/result_list_account.rb +14 -19
- data/lib/korona_client/models/result_list_additional_receipt_info_type.rb +268 -0
- data/lib/korona_client/models/result_list_assortment.rb +14 -19
- data/lib/korona_client/models/result_list_attendance.rb +268 -0
- data/lib/korona_client/models/result_list_cashier.rb +14 -19
- data/lib/korona_client/models/result_list_commodity_group.rb +14 -19
- data/lib/korona_client/models/result_list_creation_task.rb +268 -0
- data/lib/korona_client/models/result_list_currency.rb +14 -19
- data/lib/korona_client/models/result_list_customer.rb +14 -19
- data/lib/korona_client/models/result_list_customer_group.rb +14 -19
- data/lib/korona_client/models/result_list_customer_order.rb +14 -19
- data/lib/korona_client/models/result_list_day_rating.rb +14 -19
- data/lib/korona_client/models/result_list_delivery_note.rb +268 -0
- data/lib/korona_client/models/result_list_economic_zone.rb +14 -19
- data/lib/korona_client/models/result_list_end_of_day_statement.rb +14 -19
- data/lib/korona_client/models/result_list_entry_gate.rb +14 -19
- data/lib/korona_client/models/result_list_event.rb +14 -19
- data/lib/korona_client/models/result_list_external_system_call.rb +268 -0
- data/lib/korona_client/models/result_list_info_text.rb +14 -19
- data/lib/korona_client/models/result_list_inventory.rb +14 -19
- data/lib/korona_client/models/result_list_inventory_list.rb +14 -19
- data/lib/korona_client/models/result_list_inventory_list_item.rb +14 -19
- data/lib/korona_client/models/result_list_organizational_unit.rb +14 -19
- data/lib/korona_client/models/result_list_payment_method.rb +14 -19
- data/lib/korona_client/models/result_list_pos.rb +14 -19
- data/lib/korona_client/models/result_list_price_group.rb +14 -19
- data/lib/korona_client/models/result_list_product.rb +14 -19
- data/lib/korona_client/models/result_list_product_stock.rb +14 -19
- data/lib/korona_client/models/result_list_receipt.rb +14 -19
- data/lib/korona_client/models/result_list_sales_tax.rb +14 -19
- data/lib/korona_client/models/result_list_sector.rb +14 -19
- data/lib/korona_client/models/result_list_stock_receipt.rb +14 -19
- data/lib/korona_client/models/result_list_stock_receipt_item.rb +14 -19
- data/lib/korona_client/models/result_list_supplier.rb +14 -19
- data/lib/korona_client/models/result_list_tag.rb +14 -19
- data/lib/korona_client/models/result_list_ticket.rb +268 -0
- data/lib/korona_client/models/result_list_ticket_definition.rb +14 -19
- data/lib/korona_client/models/result_list_time_tracking_entity.rb +268 -0
- data/lib/korona_client/models/result_list_time_tracking_entry.rb +268 -0
- data/lib/korona_client/models/revenue_data.rb +8 -13
- data/lib/korona_client/models/sales_tax.rb +8 -13
- data/lib/korona_client/models/sales_tax_rate.rb +8 -13
- data/lib/korona_client/models/sector.rb +21 -15
- data/lib/korona_client/models/sector_revenue_account_item.rb +192 -0
- data/lib/korona_client/models/sector_sales_tax_item.rb +8 -13
- data/lib/korona_client/models/signature.rb +216 -0
- data/lib/korona_client/models/statistic.rb +8 -13
- data/lib/korona_client/models/statistic_list_top_seller.rb +8 -13
- data/lib/korona_client/models/statistic_map_string_revenue_data.rb +8 -13
- data/lib/korona_client/models/statistic_revenue_data.rb +8 -13
- data/lib/korona_client/models/stock_receipt.rb +21 -16
- data/lib/korona_client/models/stock_receipt_item.rb +8 -13
- data/lib/korona_client/models/stock_receipt_item_amount.rb +8 -13
- data/lib/korona_client/models/stock_receipt_item_identification.rb +8 -13
- data/lib/korona_client/models/stock_receipt_item_purchase_price.rb +8 -13
- data/lib/korona_client/models/supplier.rb +8 -13
- data/lib/korona_client/models/supplier_contact.rb +8 -13
- data/lib/korona_client/models/supplier_contact_person.rb +8 -13
- data/lib/korona_client/models/supplier_payment_information.rb +11 -15
- data/lib/korona_client/models/tag.rb +8 -13
- data/lib/korona_client/models/tax_payment.rb +8 -13
- data/lib/korona_client/models/tax_summary.rb +8 -13
- data/lib/korona_client/models/ticket.rb +237 -0
- data/lib/korona_client/models/ticket_definition.rb +8 -13
- data/lib/korona_client/models/ticket_personalization.rb +225 -0
- data/lib/korona_client/models/time_period.rb +8 -13
- data/lib/korona_client/models/time_tracking_entity.rb +232 -0
- data/lib/korona_client/models/time_tracking_entry.rb +240 -0
- data/lib/korona_client/models/too_many_requests_error.rb +11 -15
- data/lib/korona_client/models/top_seller.rb +8 -13
- data/lib/korona_client/models/total_period.rb +192 -0
- data/lib/korona_client/models/total_price.rb +10 -14
- data/lib/korona_client/models/validity.rb +236 -0
- data/lib/korona_client/models/weather.rb +11 -15
- data/lib/korona_client/version.rb +4 -4
- data/node_modules/.yarn-integrity +12 -0
- data/spec/api/additional_receipt_info_types_api_spec.rb +66 -0
- data/spec/api/commodity_groups_api_spec.rb +133 -0
- data/spec/api/delivery_notes_api_spec.rb +112 -0
- data/spec/api/external_system_calls_api_spec.rb +133 -0
- data/spec/api/inventories_api_spec.rb +253 -0
- data/spec/api/stock_receipts_api_spec.rb +201 -0
- data/spec/api/ticket_creation_api_spec.rb +63 -0
- data/spec/api/time_tracking_api_spec.rb +129 -0
- data/spec/models/additional_info_spec.rb +47 -0
- data/spec/models/additional_receipt_info_type_spec.rb +125 -0
- data/spec/models/attendance_spec.rb +95 -0
- data/spec/models/creation_task_spec.rb +99 -0
- data/spec/models/day_time_period_spec.rb +47 -0
- data/spec/models/delivery_note_item_spec.rb +77 -0
- data/spec/models/delivery_note_spec.rb +125 -0
- data/spec/models/deposit_spec.rb +65 -0
- data/spec/models/discount_spec.rb +53 -0
- data/spec/models/external_system_call_spec.rb +113 -0
- data/spec/models/media_url_spec.rb +41 -0
- data/spec/models/result_list_additional_receipt_info_type_spec.rb +71 -0
- data/spec/models/result_list_attendance_spec.rb +71 -0
- data/spec/models/result_list_creation_task_spec.rb +71 -0
- data/spec/models/result_list_delivery_note_spec.rb +71 -0
- data/spec/models/result_list_external_system_call_spec.rb +71 -0
- data/spec/models/result_list_ticket_spec.rb +71 -0
- data/spec/models/result_list_time_tracking_entity_spec.rb +71 -0
- data/spec/models/result_list_time_tracking_entry_spec.rb +71 -0
- data/spec/models/sector_revenue_account_item_spec.rb +47 -0
- data/spec/models/signature_spec.rb +53 -0
- data/spec/models/ticket_personalization_spec.rb +59 -0
- data/spec/models/ticket_spec.rb +77 -0
- data/spec/models/time_tracking_entity_spec.rb +71 -0
- data/spec/models/time_tracking_entry_spec.rb +77 -0
- data/spec/models/total_period_spec.rb +47 -0
- data/spec/models/validity_spec.rb +63 -0
- data/yarn.lock +4 -0
- metadata +162 -18
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3a336a27cb859e8997b24b3ea705ff3bc24e6b5961ff3c73497c2143e2b2c1f
|
|
4
|
+
data.tar.gz: c893fd419e84cbd9b5155faec68b8ccba584039a0da07107ed4ac0343d823c42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e6f92eab1f7e192b1519eeacaaf0c09578009a3df78554625d184844baac5aabb1f4eecf2cdf19550d30def7c17994cd746d82a538aa773b6986f652115ab039
|
|
7
|
+
data.tar.gz: 78cf8b8d1000bedb59a22c2c0d7e9dd5dd8f926ebc91011fa18e523920830e810bdda18c9429e22e3996bc65306b93ffff2f89aeb5d6c9c7d2020f57f33d5458
|
data/README.md
CHANGED
|
@@ -6,8 +6,8 @@ Our api provides access to our cloud services
|
|
|
6
6
|
|
|
7
7
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
|
8
8
|
|
|
9
|
-
- API version:
|
|
10
|
-
- Package version: 1.
|
|
9
|
+
- API version: 2.11.21
|
|
10
|
+
- Package version: 1.1.0
|
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -23,15 +23,15 @@ gem build korona_client.gemspec
|
|
|
23
23
|
Then either install the gem locally:
|
|
24
24
|
|
|
25
25
|
```shell
|
|
26
|
-
gem install ./korona_client-1.
|
|
26
|
+
gem install ./korona_client-1.1.0.gem
|
|
27
27
|
```
|
|
28
|
-
(for development, run `gem install --dev ./korona_client-1.
|
|
28
|
+
(for development, run `gem install --dev ./korona_client-1.1.0.gem` to install the development dependencies)
|
|
29
29
|
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
31
31
|
|
|
32
32
|
Finally add this to the Gemfile:
|
|
33
33
|
|
|
34
|
-
gem 'korona_client', '~> 1.
|
|
34
|
+
gem 'korona_client', '~> 1.1.0'
|
|
35
35
|
|
|
36
36
|
### Install from Git
|
|
37
37
|
|
|
@@ -63,14 +63,14 @@ end
|
|
|
63
63
|
|
|
64
64
|
api_instance = KoronaClient::AccountsApi.new
|
|
65
65
|
|
|
66
|
-
korona_account_id =
|
|
66
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
account_id = 'account_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
begin
|
|
72
|
-
#
|
|
73
|
-
result = api_instance.get_account(korona_account_id,
|
|
72
|
+
#returns the single account
|
|
73
|
+
result = api_instance.get_account(korona_account_id, account_id)
|
|
74
74
|
p result
|
|
75
75
|
rescue KoronaClient::ApiError => e
|
|
76
76
|
puts "Exception when calling AccountsApi->get_account: #{e}"
|
|
@@ -84,110 +84,165 @@ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
|
84
84
|
|
|
85
85
|
Class | Method | HTTP request | Description
|
|
86
86
|
------------ | ------------- | ------------- | -------------
|
|
87
|
-
*KoronaClient::AccountsApi* | [**get_account**](docs/AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{
|
|
87
|
+
*KoronaClient::AccountsApi* | [**get_account**](docs/AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{accountId} | returns the single account
|
|
88
88
|
*KoronaClient::AccountsApi* | [**get_accounts**](docs/AccountsApi.md#get_accounts) | **GET** /accounts/{koronaAccountId}/accounts | lists all accounts
|
|
89
|
-
*KoronaClient::
|
|
89
|
+
*KoronaClient::AdditionalReceiptInfoTypesApi* | [**get_additional_receipt_info_type**](docs/AdditionalReceiptInfoTypesApi.md#get_additional_receipt_info_type) | **GET** /accounts/{koronaAccountId}/additionalReceiptInfoTypes/{additionalReceiptInfoTypeId} | returns the single additional receipt info type
|
|
90
|
+
*KoronaClient::AdditionalReceiptInfoTypesApi* | [**get_additional_receipt_info_types**](docs/AdditionalReceiptInfoTypesApi.md#get_additional_receipt_info_types) | **GET** /accounts/{koronaAccountId}/additionalReceiptInfoTypes | lists all additional receipt info types
|
|
91
|
+
*KoronaClient::AssortmentsApi* | [**add_assortments**](docs/AssortmentsApi.md#add_assortments) | **POST** /accounts/{koronaAccountId}/assortments | adds a batch of new assortments
|
|
92
|
+
*KoronaClient::AssortmentsApi* | [**delete_assortment**](docs/AssortmentsApi.md#delete_assortment) | **DELETE** /accounts/{koronaAccountId}/assortments/{assortmentId} | deletes the single assortment
|
|
93
|
+
*KoronaClient::AssortmentsApi* | [**delete_assortments**](docs/AssortmentsApi.md#delete_assortments) | **DELETE** /accounts/{koronaAccountId}/assortments | deletes a batch of assortments
|
|
94
|
+
*KoronaClient::AssortmentsApi* | [**get_assortment**](docs/AssortmentsApi.md#get_assortment) | **GET** /accounts/{koronaAccountId}/assortments/{assortmentId} | returns the single assortment
|
|
90
95
|
*KoronaClient::AssortmentsApi* | [**get_assortments**](docs/AssortmentsApi.md#get_assortments) | **GET** /accounts/{koronaAccountId}/assortments | lists all assortments
|
|
91
|
-
*KoronaClient::AssortmentsApi* | [**
|
|
92
|
-
*KoronaClient::AssortmentsApi* | [**
|
|
93
|
-
*KoronaClient::CashiersApi* | [**get_cashier**](docs/CashiersApi.md#get_cashier) | **GET** /accounts/{koronaAccountId}/cashiers/{
|
|
96
|
+
*KoronaClient::AssortmentsApi* | [**update_assortment**](docs/AssortmentsApi.md#update_assortment) | **PATCH** /accounts/{koronaAccountId}/assortments/{assortmentId} | updates the single assortment
|
|
97
|
+
*KoronaClient::AssortmentsApi* | [**update_assortments**](docs/AssortmentsApi.md#update_assortments) | **PATCH** /accounts/{koronaAccountId}/assortments | updates a batch of assortments
|
|
98
|
+
*KoronaClient::CashiersApi* | [**get_cashier**](docs/CashiersApi.md#get_cashier) | **GET** /accounts/{koronaAccountId}/cashiers/{cashierId} | returns the single cashier
|
|
94
99
|
*KoronaClient::CashiersApi* | [**get_cashiers**](docs/CashiersApi.md#get_cashiers) | **GET** /accounts/{koronaAccountId}/cashiers | lists all cashiers
|
|
100
|
+
*KoronaClient::CommodityGroupsApi* | [**add_commodity_groups**](docs/CommodityGroupsApi.md#add_commodity_groups) | **POST** /accounts/{koronaAccountId}/commodityGroups | adds a batch of new commodity groups
|
|
101
|
+
*KoronaClient::CommodityGroupsApi* | [**delete_commodity_group**](docs/CommodityGroupsApi.md#delete_commodity_group) | **DELETE** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | deletes the single commodity group
|
|
102
|
+
*KoronaClient::CommodityGroupsApi* | [**delete_commodity_groups**](docs/CommodityGroupsApi.md#delete_commodity_groups) | **DELETE** /accounts/{koronaAccountId}/commodityGroups | deletes a batch of commodity groups
|
|
103
|
+
*KoronaClient::CommodityGroupsApi* | [**get_commodity_group**](docs/CommodityGroupsApi.md#get_commodity_group) | **GET** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | returns the single commodity group
|
|
104
|
+
*KoronaClient::CommodityGroupsApi* | [**get_commodity_groups**](docs/CommodityGroupsApi.md#get_commodity_groups) | **GET** /accounts/{koronaAccountId}/commodityGroups | lists all commodity groups
|
|
105
|
+
*KoronaClient::CommodityGroupsApi* | [**update_commodity_group**](docs/CommodityGroupsApi.md#update_commodity_group) | **PATCH** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | updates the single commodity group
|
|
106
|
+
*KoronaClient::CommodityGroupsApi* | [**update_commodity_groups**](docs/CommodityGroupsApi.md#update_commodity_groups) | **PATCH** /accounts/{koronaAccountId}/commodityGroups | updates a batch of commodity groups
|
|
95
107
|
*KoronaClient::CurrenciesApi* | [**get_currencies**](docs/CurrenciesApi.md#get_currencies) | **GET** /accounts/{koronaAccountId}/currencies | lists all currencies
|
|
96
|
-
*KoronaClient::CurrenciesApi* | [**get_currency**](docs/CurrenciesApi.md#get_currency) | **GET** /accounts/{koronaAccountId}/currencies/{
|
|
97
|
-
*KoronaClient::CustomerGroupsApi* | [**get_customer_group**](docs/CustomerGroupsApi.md#get_customer_group) | **GET** /accounts/{koronaAccountId}/customerGroups/{
|
|
108
|
+
*KoronaClient::CurrenciesApi* | [**get_currency**](docs/CurrenciesApi.md#get_currency) | **GET** /accounts/{koronaAccountId}/currencies/{currencyId} | returns the single currency
|
|
109
|
+
*KoronaClient::CustomerGroupsApi* | [**get_customer_group**](docs/CustomerGroupsApi.md#get_customer_group) | **GET** /accounts/{koronaAccountId}/customerGroups/{customerGroupId} | returns the single customer group
|
|
98
110
|
*KoronaClient::CustomerGroupsApi* | [**get_customer_groups**](docs/CustomerGroupsApi.md#get_customer_groups) | **GET** /accounts/{koronaAccountId}/customerGroups | lists all customer groups
|
|
99
111
|
*KoronaClient::CustomerOrdersApi* | [**add_customer_orders**](docs/CustomerOrdersApi.md#add_customer_orders) | **POST** /accounts/{koronaAccountId}/customerOrders | adds a batch of new customer orders
|
|
100
|
-
*KoronaClient::CustomerOrdersApi* | [**delete_customer_order**](docs/CustomerOrdersApi.md#delete_customer_order) | **DELETE** /accounts/{koronaAccountId}/customerOrders/{
|
|
101
|
-
*KoronaClient::CustomerOrdersApi* | [**get_customer_order**](docs/CustomerOrdersApi.md#get_customer_order) | **GET** /accounts/{koronaAccountId}/customerOrders/{
|
|
112
|
+
*KoronaClient::CustomerOrdersApi* | [**delete_customer_order**](docs/CustomerOrdersApi.md#delete_customer_order) | **DELETE** /accounts/{koronaAccountId}/customerOrders/{customerOrderId} | deletes the single customer order
|
|
113
|
+
*KoronaClient::CustomerOrdersApi* | [**get_customer_order**](docs/CustomerOrdersApi.md#get_customer_order) | **GET** /accounts/{koronaAccountId}/customerOrders/{customerOrderId} | returns the single customer order
|
|
102
114
|
*KoronaClient::CustomerOrdersApi* | [**get_customer_orders**](docs/CustomerOrdersApi.md#get_customer_orders) | **GET** /accounts/{koronaAccountId}/customerOrders | lists all customer orders
|
|
103
|
-
*KoronaClient::CustomerOrdersApi* | [**update_customer_order**](docs/CustomerOrdersApi.md#update_customer_order) | **PATCH** /accounts/{koronaAccountId}/customerOrders/{
|
|
104
|
-
*KoronaClient::CustomerOrdersApi* | [**update_customer_orders**](docs/CustomerOrdersApi.md#update_customer_orders) | **PATCH** /accounts/{koronaAccountId}/customerOrders |
|
|
115
|
+
*KoronaClient::CustomerOrdersApi* | [**update_customer_order**](docs/CustomerOrdersApi.md#update_customer_order) | **PATCH** /accounts/{koronaAccountId}/customerOrders/{customerOrderId} | updates the single customer order
|
|
116
|
+
*KoronaClient::CustomerOrdersApi* | [**update_customer_orders**](docs/CustomerOrdersApi.md#update_customer_orders) | **PATCH** /accounts/{koronaAccountId}/customerOrders | updates a batch of customer orders
|
|
105
117
|
*KoronaClient::CustomersApi* | [**add_customers**](docs/CustomersApi.md#add_customers) | **POST** /accounts/{koronaAccountId}/customers | adds a batch of new customers
|
|
106
|
-
*KoronaClient::CustomersApi* | [**delete_customer**](docs/CustomersApi.md#delete_customer) | **DELETE** /accounts/{koronaAccountId}/customers/{
|
|
107
|
-
*KoronaClient::CustomersApi* | [**
|
|
118
|
+
*KoronaClient::CustomersApi* | [**delete_customer**](docs/CustomersApi.md#delete_customer) | **DELETE** /accounts/{koronaAccountId}/customers/{customerId} | deletes the single customer
|
|
119
|
+
*KoronaClient::CustomersApi* | [**delete_customers**](docs/CustomersApi.md#delete_customers) | **DELETE** /accounts/{koronaAccountId}/customers | deletes a batch of customers
|
|
120
|
+
*KoronaClient::CustomersApi* | [**get_customer**](docs/CustomersApi.md#get_customer) | **GET** /accounts/{koronaAccountId}/customers/{customerId} | returns the single customer
|
|
108
121
|
*KoronaClient::CustomersApi* | [**get_customers**](docs/CustomersApi.md#get_customers) | **GET** /accounts/{koronaAccountId}/customers | lists all customers
|
|
109
|
-
*KoronaClient::CustomersApi* | [**update_customer**](docs/CustomersApi.md#update_customer) | **PATCH** /accounts/{koronaAccountId}/customers/{
|
|
110
|
-
*KoronaClient::CustomersApi* | [**update_customers**](docs/CustomersApi.md#update_customers) | **PATCH** /accounts/{koronaAccountId}/customers |
|
|
111
|
-
*KoronaClient::
|
|
122
|
+
*KoronaClient::CustomersApi* | [**update_customer**](docs/CustomersApi.md#update_customer) | **PATCH** /accounts/{koronaAccountId}/customers/{customerId} | updates the single customer
|
|
123
|
+
*KoronaClient::CustomersApi* | [**update_customers**](docs/CustomersApi.md#update_customers) | **PATCH** /accounts/{koronaAccountId}/customers | updates a batch of customers
|
|
124
|
+
*KoronaClient::DeliveryNotesApi* | [**add_delivery_notes**](docs/DeliveryNotesApi.md#add_delivery_notes) | **POST** /accounts/{koronaAccountId}/deliveryNotes | adds delivery notes
|
|
125
|
+
*KoronaClient::DeliveryNotesApi* | [**book_delivery_note**](docs/DeliveryNotesApi.md#book_delivery_note) | **PATCH** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId}/book | book the single delivery note
|
|
126
|
+
*KoronaClient::DeliveryNotesApi* | [**finalize_delivery_note**](docs/DeliveryNotesApi.md#finalize_delivery_note) | **PATCH** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId}/finalize | finalize the single delivery note
|
|
127
|
+
*KoronaClient::DeliveryNotesApi* | [**get_delivery_note**](docs/DeliveryNotesApi.md#get_delivery_note) | **GET** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId} | returns a single delivery note
|
|
128
|
+
*KoronaClient::DeliveryNotesApi* | [**get_delivery_notes**](docs/DeliveryNotesApi.md#get_delivery_notes) | **GET** /accounts/{koronaAccountId}/deliveryNotes | lists all delivery notes
|
|
129
|
+
*KoronaClient::EconomicZonesApi* | [**get_economic_zone**](docs/EconomicZonesApi.md#get_economic_zone) | **GET** /accounts/{koronaAccountId}/economicZones/{economicZoneId} | returns the single economic zone
|
|
112
130
|
*KoronaClient::EconomicZonesApi* | [**get_economic_zones**](docs/EconomicZonesApi.md#get_economic_zones) | **GET** /accounts/{koronaAccountId}/economicZones | lists all economic zones
|
|
131
|
+
*KoronaClient::ExternalSystemCallsApi* | [**add_external_system_calls**](docs/ExternalSystemCallsApi.md#add_external_system_calls) | **POST** /accounts/{koronaAccountId}/externalSystemCalls | adds a batch of new external system calls
|
|
132
|
+
*KoronaClient::ExternalSystemCallsApi* | [**delete_external_system_call**](docs/ExternalSystemCallsApi.md#delete_external_system_call) | **DELETE** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | deletes a single external system call
|
|
133
|
+
*KoronaClient::ExternalSystemCallsApi* | [**delete_external_system_calls**](docs/ExternalSystemCallsApi.md#delete_external_system_calls) | **DELETE** /accounts/{koronaAccountId}/externalSystemCalls | deletes a batch of external system calls
|
|
134
|
+
*KoronaClient::ExternalSystemCallsApi* | [**get_external_system_call**](docs/ExternalSystemCallsApi.md#get_external_system_call) | **GET** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | returns a single external system call
|
|
135
|
+
*KoronaClient::ExternalSystemCallsApi* | [**get_external_system_calls**](docs/ExternalSystemCallsApi.md#get_external_system_calls) | **GET** /accounts/{koronaAccountId}/externalSystemCalls | lists all external system calls
|
|
136
|
+
*KoronaClient::ExternalSystemCallsApi* | [**update_external_system_call**](docs/ExternalSystemCallsApi.md#update_external_system_call) | **PATCH** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | updates the single external system call
|
|
137
|
+
*KoronaClient::ExternalSystemCallsApi* | [**update_external_system_calls**](docs/ExternalSystemCallsApi.md#update_external_system_calls) | **PATCH** /accounts/{koronaAccountId}/externalSystemCalls | updates a batch of external system calls
|
|
113
138
|
*KoronaClient::ImagesApi* | [**get_image**](docs/ImagesApi.md#get_image) | **GET** /accounts/{koronaAccountId}/images/{imageId} | displays the image
|
|
114
|
-
*KoronaClient::InfoTextsApi* | [**get_info_text**](docs/InfoTextsApi.md#get_info_text) | **GET** /accounts/{koronaAccountId}/infoTexts/{
|
|
139
|
+
*KoronaClient::InfoTextsApi* | [**get_info_text**](docs/InfoTextsApi.md#get_info_text) | **GET** /accounts/{koronaAccountId}/infoTexts/{infoTextId} | returns the single info text
|
|
115
140
|
*KoronaClient::InfoTextsApi* | [**get_info_texts**](docs/InfoTextsApi.md#get_info_texts) | **GET** /accounts/{koronaAccountId}/infoTexts | lists all info texts
|
|
116
|
-
*KoronaClient::
|
|
117
|
-
*KoronaClient::
|
|
118
|
-
*KoronaClient::
|
|
119
|
-
*KoronaClient::
|
|
120
|
-
*KoronaClient::
|
|
121
|
-
*KoronaClient::
|
|
122
|
-
*KoronaClient::
|
|
123
|
-
*KoronaClient::
|
|
124
|
-
*KoronaClient::
|
|
125
|
-
*KoronaClient::
|
|
126
|
-
*KoronaClient::
|
|
127
|
-
*KoronaClient::
|
|
128
|
-
*KoronaClient::
|
|
129
|
-
*KoronaClient::
|
|
130
|
-
*KoronaClient::KoronaAccountApi* | [**get_korona_account**](docs/KoronaAccountApi.md#get_korona_account) | **GET** /accounts/{koronaAccountId} |
|
|
131
|
-
*KoronaClient::OrganizationalUnitsApi* | [**add_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#add_organizational_unit_day_ratings) | **POST** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
132
|
-
*KoronaClient::OrganizationalUnitsApi* | [**delete_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#delete_organizational_unit_day_rating) | **DELETE** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
133
|
-
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit**](docs/OrganizationalUnitsApi.md#get_organizational_unit) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
134
|
-
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_rating) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
135
|
-
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_ratings) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
136
|
-
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_inventory_lists**](docs/OrganizationalUnitsApi.md#get_organizational_unit_inventory_lists) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
137
|
-
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_product_stocks**](docs/OrganizationalUnitsApi.md#get_organizational_unit_product_stocks) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
138
|
-
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_stock_receipts**](docs/OrganizationalUnitsApi.md#get_organizational_unit_stock_receipts) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
141
|
+
*KoronaClient::InventoriesApi* | [**add_inventories**](docs/InventoriesApi.md#add_inventories) | **POST** /accounts/{koronaAccountId}/inventories | adds a batch of new inventories
|
|
142
|
+
*KoronaClient::InventoriesApi* | [**add_inventory_inventory_list_items**](docs/InventoriesApi.md#add_inventory_inventory_list_items) | **POST** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | adds inventory list items
|
|
143
|
+
*KoronaClient::InventoriesApi* | [**delete_inventory**](docs/InventoriesApi.md#delete_inventory) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryId} | deletes the single inventory (only allowed if hasBookedReceipts=false)
|
|
144
|
+
*KoronaClient::InventoriesApi* | [**delete_inventory_inventory_list_item**](docs/InventoriesApi.md#delete_inventory_inventory_list_item) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | deletes the single inventory list item
|
|
145
|
+
*KoronaClient::InventoriesApi* | [**get_inventories**](docs/InventoriesApi.md#get_inventories) | **GET** /accounts/{koronaAccountId}/inventories | lists all inventories
|
|
146
|
+
*KoronaClient::InventoriesApi* | [**get_inventory**](docs/InventoriesApi.md#get_inventory) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId} | returns the single inventory
|
|
147
|
+
*KoronaClient::InventoriesApi* | [**get_inventory_inventory_list**](docs/InventoriesApi.md#get_inventory_inventory_list) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId} | returns the single inventory list
|
|
148
|
+
*KoronaClient::InventoriesApi* | [**get_inventory_inventory_list_item**](docs/InventoriesApi.md#get_inventory_inventory_list_item) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | returns the single inventory list item
|
|
149
|
+
*KoronaClient::InventoriesApi* | [**get_inventory_inventory_list_items**](docs/InventoriesApi.md#get_inventory_inventory_list_items) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | lists all inventory list items
|
|
150
|
+
*KoronaClient::InventoriesApi* | [**get_inventory_inventory_lists**](docs/InventoriesApi.md#get_inventory_inventory_lists) | **GET** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists | lists all inventory lists
|
|
151
|
+
*KoronaClient::InventoriesApi* | [**update_inventory**](docs/InventoriesApi.md#update_inventory) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId} | updates the single inventory
|
|
152
|
+
*KoronaClient::InventoriesApi* | [**update_inventory_inventory_list**](docs/InventoriesApi.md#update_inventory_inventory_list) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId} | updates the single inventory list
|
|
153
|
+
*KoronaClient::InventoriesApi* | [**update_inventory_inventory_list_item**](docs/InventoriesApi.md#update_inventory_inventory_list_item) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items/{productId} | updates the single inventory list item
|
|
154
|
+
*KoronaClient::InventoriesApi* | [**update_inventory_inventory_list_items**](docs/InventoriesApi.md#update_inventory_inventory_list_items) | **PATCH** /accounts/{koronaAccountId}/inventories/{inventoryId}/inventoryLists/{inventoryListId}/items | updates inventory list items (property [product] required))
|
|
155
|
+
*KoronaClient::KoronaAccountApi* | [**get_korona_account**](docs/KoronaAccountApi.md#get_korona_account) | **GET** /accounts/{koronaAccountId} | returns the single korona account
|
|
156
|
+
*KoronaClient::OrganizationalUnitsApi* | [**add_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#add_organizational_unit_day_ratings) | **POST** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | adds a batch of new day ratings
|
|
157
|
+
*KoronaClient::OrganizationalUnitsApi* | [**delete_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#delete_organizational_unit_day_rating) | **DELETE** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | deletes the single day rating by its id or date
|
|
158
|
+
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit**](docs/OrganizationalUnitsApi.md#get_organizational_unit) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId} | returns the single organizational unit
|
|
159
|
+
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_rating) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | returns the single day rating by its id or date
|
|
160
|
+
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#get_organizational_unit_day_ratings) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | lists all organizational unit related day ratings
|
|
161
|
+
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_inventory_lists**](docs/OrganizationalUnitsApi.md#get_organizational_unit_inventory_lists) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/inventoryLists | lists the inventory lists belonging to the organizational unit (KORONA.retail required)
|
|
162
|
+
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_product_stocks**](docs/OrganizationalUnitsApi.md#get_organizational_unit_product_stocks) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/productStocks | lists the product stocks of the organizational unit, in case it contains a warehouse (KORONA.retail required)
|
|
163
|
+
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_unit_stock_receipts**](docs/OrganizationalUnitsApi.md#get_organizational_unit_stock_receipts) | **GET** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/stockReceipts | lists the stock receipts belonging to the organizational unit (KORONA.retail required)
|
|
139
164
|
*KoronaClient::OrganizationalUnitsApi* | [**get_organizational_units**](docs/OrganizationalUnitsApi.md#get_organizational_units) | **GET** /accounts/{koronaAccountId}/organizationalUnits | lists all organizational units
|
|
140
|
-
*KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_rating) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
141
|
-
*KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_ratings) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{
|
|
142
|
-
*KoronaClient::PaymentMethodsApi* | [**get_payment_method**](docs/PaymentMethodsApi.md#get_payment_method) | **GET** /accounts/{koronaAccountId}/paymentMethods/{
|
|
165
|
+
*KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_rating**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_rating) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings/{dayRatingIdOrDate} | updates the day rating by its id or date
|
|
166
|
+
*KoronaClient::OrganizationalUnitsApi* | [**update_organizational_unit_day_ratings**](docs/OrganizationalUnitsApi.md#update_organizational_unit_day_ratings) | **PATCH** /accounts/{koronaAccountId}/organizationalUnits/{organizationalUnitId}/dayRatings | updates a batch of day ratings
|
|
167
|
+
*KoronaClient::PaymentMethodsApi* | [**get_payment_method**](docs/PaymentMethodsApi.md#get_payment_method) | **GET** /accounts/{koronaAccountId}/paymentMethods/{paymentMethodId} | returns the single payment method
|
|
143
168
|
*KoronaClient::PaymentMethodsApi* | [**get_payment_methods**](docs/PaymentMethodsApi.md#get_payment_methods) | **GET** /accounts/{koronaAccountId}/paymentMethods | lists all payment methods
|
|
144
|
-
*KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#add_point_of_sale_end_of_day_statements) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{
|
|
145
|
-
*KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_receipts**](docs/PointsOfSaleApi.md#add_point_of_sale_receipts) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{
|
|
146
|
-
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale**](docs/PointsOfSaleApi.md#get_point_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{
|
|
147
|
-
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#get_point_of_sale_end_of_day_statements) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{
|
|
148
|
-
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipt**](docs/PointsOfSaleApi.md#get_point_of_sale_receipt) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{
|
|
149
|
-
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipts**](docs/PointsOfSaleApi.md#get_point_of_sale_receipts) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{
|
|
150
|
-
*KoronaClient::PointsOfSaleApi* | [**get_points_of_sale**](docs/PointsOfSaleApi.md#get_points_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale | lists all
|
|
151
|
-
*KoronaClient::PointsOfSaleApi* | [**update_point_of_sale**](docs/PointsOfSaleApi.md#update_point_of_sale) | **PATCH** /accounts/{koronaAccountId}/pointsOfSale/{
|
|
152
|
-
*KoronaClient::PriceGroupsApi* | [**get_price_group**](docs/PriceGroupsApi.md#get_price_group) | **GET** /accounts/{koronaAccountId}/priceGroups/{
|
|
169
|
+
*KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#add_point_of_sale_end_of_day_statements) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/endOfDayStatements | adds a batch of point of sale-related end-of-day-statements
|
|
170
|
+
*KoronaClient::PointsOfSaleApi* | [**add_point_of_sale_receipts**](docs/PointsOfSaleApi.md#add_point_of_sale_receipts) | **POST** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/receipts | adds a batch of point of sale-related receipts
|
|
171
|
+
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale**](docs/PointsOfSaleApi.md#get_point_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId} | returns the single point of sale
|
|
172
|
+
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_end_of_day_statements**](docs/PointsOfSaleApi.md#get_point_of_sale_end_of_day_statements) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/endOfDayStatements | lists all point of sale-related end-of-day-statements
|
|
173
|
+
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipt**](docs/PointsOfSaleApi.md#get_point_of_sale_receipt) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/receipts/{receiptId} | returns the single point of sale-related receipt
|
|
174
|
+
*KoronaClient::PointsOfSaleApi* | [**get_point_of_sale_receipts**](docs/PointsOfSaleApi.md#get_point_of_sale_receipts) | **GET** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId}/receipts | lists all point of sale-related receipts
|
|
175
|
+
*KoronaClient::PointsOfSaleApi* | [**get_points_of_sale**](docs/PointsOfSaleApi.md#get_points_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale | lists all points of sale
|
|
176
|
+
*KoronaClient::PointsOfSaleApi* | [**update_point_of_sale**](docs/PointsOfSaleApi.md#update_point_of_sale) | **PATCH** /accounts/{koronaAccountId}/pointsOfSale/{pointOfSaleId} | updates a point of sale (works only for coupling (attribute 'couplingId') or updating device information (attribute 'deviceInformation'))
|
|
177
|
+
*KoronaClient::PriceGroupsApi* | [**get_price_group**](docs/PriceGroupsApi.md#get_price_group) | **GET** /accounts/{koronaAccountId}/priceGroups/{priceGroupId} | returns the single price group
|
|
153
178
|
*KoronaClient::PriceGroupsApi* | [**get_price_groups**](docs/PriceGroupsApi.md#get_price_groups) | **GET** /accounts/{koronaAccountId}/priceGroups | lists all price groups
|
|
154
179
|
*KoronaClient::ProductsApi* | [**add_products**](docs/ProductsApi.md#add_products) | **POST** /accounts/{koronaAccountId}/products | adds a batch of new products
|
|
155
|
-
*KoronaClient::ProductsApi* | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /accounts/{koronaAccountId}/products/{
|
|
156
|
-
*KoronaClient::ProductsApi* | [**
|
|
157
|
-
*KoronaClient::ProductsApi* | [**
|
|
180
|
+
*KoronaClient::ProductsApi* | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /accounts/{koronaAccountId}/products/{productId} | deletes the single product
|
|
181
|
+
*KoronaClient::ProductsApi* | [**delete_products**](docs/ProductsApi.md#delete_products) | **DELETE** /accounts/{koronaAccountId}/products | deletes a batch of products
|
|
182
|
+
*KoronaClient::ProductsApi* | [**get_product**](docs/ProductsApi.md#get_product) | **GET** /accounts/{koronaAccountId}/products/{productId} | returns the single product
|
|
183
|
+
*KoronaClient::ProductsApi* | [**get_product_stocks**](docs/ProductsApi.md#get_product_stocks) | **GET** /accounts/{koronaAccountId}/products/{productId}/stocks | lists the product stocks in different warehouses (KORONA.retail required)
|
|
158
184
|
*KoronaClient::ProductsApi* | [**get_products**](docs/ProductsApi.md#get_products) | **GET** /accounts/{koronaAccountId}/products | lists all products
|
|
159
|
-
*KoronaClient::ProductsApi* | [**update_product**](docs/ProductsApi.md#update_product) | **PATCH** /accounts/{koronaAccountId}/products/{
|
|
160
|
-
*KoronaClient::ProductsApi* | [**update_products**](docs/ProductsApi.md#update_products) | **PATCH** /accounts/{koronaAccountId}/products |
|
|
161
|
-
*KoronaClient::ReceiptsApi* | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /accounts/{koronaAccountId}/receipts/receiptId} |
|
|
185
|
+
*KoronaClient::ProductsApi* | [**update_product**](docs/ProductsApi.md#update_product) | **PATCH** /accounts/{koronaAccountId}/products/{productId} | updates the single product
|
|
186
|
+
*KoronaClient::ProductsApi* | [**update_products**](docs/ProductsApi.md#update_products) | **PATCH** /accounts/{koronaAccountId}/products | updates a batch of products
|
|
187
|
+
*KoronaClient::ReceiptsApi* | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /accounts/{koronaAccountId}/receipts/{receiptId} | returns the single receipt
|
|
162
188
|
*KoronaClient::ReceiptsApi* | [**get_receipts**](docs/ReceiptsApi.md#get_receipts) | **GET** /accounts/{koronaAccountId}/receipts | lists all receipts
|
|
163
|
-
*KoronaClient::SalesTaxesApi* | [**get_sales_tax**](docs/SalesTaxesApi.md#get_sales_tax) | **GET** /accounts/{koronaAccountId}/salesTaxes/{
|
|
189
|
+
*KoronaClient::SalesTaxesApi* | [**get_sales_tax**](docs/SalesTaxesApi.md#get_sales_tax) | **GET** /accounts/{koronaAccountId}/salesTaxes/{salesTaxId} | returns the single sales tax
|
|
164
190
|
*KoronaClient::SalesTaxesApi* | [**get_sales_taxes**](docs/SalesTaxesApi.md#get_sales_taxes) | **GET** /accounts/{koronaAccountId}/salesTaxes | lists all sales taxes
|
|
165
|
-
*KoronaClient::SectorsApi* | [**get_sector**](docs/SectorsApi.md#get_sector) | **GET** /accounts/{koronaAccountId}/sectors/{
|
|
191
|
+
*KoronaClient::SectorsApi* | [**get_sector**](docs/SectorsApi.md#get_sector) | **GET** /accounts/{koronaAccountId}/sectors/{sectorId} | returns the single sector
|
|
166
192
|
*KoronaClient::SectorsApi* | [**get_sectors**](docs/SectorsApi.md#get_sectors) | **GET** /accounts/{koronaAccountId}/sectors | lists all sectors
|
|
167
|
-
*KoronaClient::StatisticsApi* | [**get_revenue**](docs/StatisticsApi.md#get_revenue) | **GET** /accounts/{koronaAccountId}/statistics/revenueData |
|
|
168
|
-
*KoronaClient::StatisticsApi* | [**get_revenue_for_customer_groups**](docs/StatisticsApi.md#get_revenue_for_customer_groups) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataForCustomerGroups |
|
|
169
|
-
*KoronaClient::StatisticsApi* | [**get_revenue_hourly**](docs/StatisticsApi.md#get_revenue_hourly) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataHourly |
|
|
170
|
-
*KoronaClient::StatisticsApi* | [**get_top_seller**](docs/StatisticsApi.md#get_top_seller) | **GET** /accounts/{koronaAccountId}/statistics/topSeller |
|
|
171
|
-
*KoronaClient::
|
|
172
|
-
*KoronaClient::
|
|
173
|
-
*KoronaClient::
|
|
174
|
-
*KoronaClient::
|
|
175
|
-
*KoronaClient::
|
|
176
|
-
*KoronaClient::
|
|
177
|
-
*KoronaClient::
|
|
178
|
-
*KoronaClient::
|
|
179
|
-
*KoronaClient::
|
|
180
|
-
*KoronaClient::
|
|
181
|
-
*KoronaClient::
|
|
193
|
+
*KoronaClient::StatisticsApi* | [**get_revenue**](docs/StatisticsApi.md#get_revenue) | **GET** /accounts/{koronaAccountId}/statistics/revenueData | returns information about the revenue in the given period
|
|
194
|
+
*KoronaClient::StatisticsApi* | [**get_revenue_for_customer_groups**](docs/StatisticsApi.md#get_revenue_for_customer_groups) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataForCustomerGroups | returns the turnover per customer group during the given period
|
|
195
|
+
*KoronaClient::StatisticsApi* | [**get_revenue_hourly**](docs/StatisticsApi.md#get_revenue_hourly) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataHourly | returns the turnover per hour during the given period
|
|
196
|
+
*KoronaClient::StatisticsApi* | [**get_top_seller**](docs/StatisticsApi.md#get_top_seller) | **GET** /accounts/{koronaAccountId}/statistics/topSeller | returns the top-seller
|
|
197
|
+
*KoronaClient::StockReceiptsApi* | [**add_stock_receipt_items**](docs/StockReceiptsApi.md#add_stock_receipt_items) | **POST** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | adds stock-receipt items
|
|
198
|
+
*KoronaClient::StockReceiptsApi* | [**add_stock_receipts**](docs/StockReceiptsApi.md#add_stock_receipts) | **POST** /accounts/{koronaAccountId}/stockReceipts | adds stock-receipts
|
|
199
|
+
*KoronaClient::StockReceiptsApi* | [**book_stock_receipt**](docs/StockReceiptsApi.md#book_stock_receipt) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/book | book the single stock-receipt
|
|
200
|
+
*KoronaClient::StockReceiptsApi* | [**delete_stock_receipt_item**](docs/StockReceiptsApi.md#delete_stock_receipt_item) | **DELETE** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items/{productId} | deletes the single stock-receipt item
|
|
201
|
+
*KoronaClient::StockReceiptsApi* | [**get_stock_receipt**](docs/StockReceiptsApi.md#get_stock_receipt) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId} | returns the single stock-receipt
|
|
202
|
+
*KoronaClient::StockReceiptsApi* | [**get_stock_receipt_item**](docs/StockReceiptsApi.md#get_stock_receipt_item) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items/{productId} | returns the single stock-receipt item
|
|
203
|
+
*KoronaClient::StockReceiptsApi* | [**get_stock_receipt_items**](docs/StockReceiptsApi.md#get_stock_receipt_items) | **GET** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | lists all stock-receipt items
|
|
204
|
+
*KoronaClient::StockReceiptsApi* | [**get_stock_receipts**](docs/StockReceiptsApi.md#get_stock_receipts) | **GET** /accounts/{koronaAccountId}/stockReceipts | lists all stock-receipts
|
|
205
|
+
*KoronaClient::StockReceiptsApi* | [**update_stock_receipt**](docs/StockReceiptsApi.md#update_stock_receipt) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId} | updates the single stock-receipt
|
|
206
|
+
*KoronaClient::StockReceiptsApi* | [**update_stock_receipt_item**](docs/StockReceiptsApi.md#update_stock_receipt_item) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items/{productId} | updates the single stock-receipt item
|
|
207
|
+
*KoronaClient::StockReceiptsApi* | [**update_stock_receipt_items**](docs/StockReceiptsApi.md#update_stock_receipt_items) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | updates stock-receipt items
|
|
208
|
+
*KoronaClient::SuppliersApi* | [**get_supplier**](docs/SuppliersApi.md#get_supplier) | **GET** /accounts/{koronaAccountId}/suppliers/{supplierId} | returns the single supplier
|
|
182
209
|
*KoronaClient::SuppliersApi* | [**get_suppliers**](docs/SuppliersApi.md#get_suppliers) | **GET** /accounts/{koronaAccountId}/suppliers | lists all suppliers
|
|
183
|
-
*KoronaClient::TagsApi* | [**
|
|
184
|
-
*KoronaClient::TagsApi* | [**
|
|
185
|
-
*KoronaClient::
|
|
210
|
+
*KoronaClient::TagsApi* | [**add_tags**](docs/TagsApi.md#add_tags) | **POST** /accounts/{koronaAccountId}/tags | adds a batch of new tags
|
|
211
|
+
*KoronaClient::TagsApi* | [**delete_tag**](docs/TagsApi.md#delete_tag) | **DELETE** /accounts/{koronaAccountId}/tags/{tagId} | deletes the single tag
|
|
212
|
+
*KoronaClient::TagsApi* | [**delete_tags**](docs/TagsApi.md#delete_tags) | **DELETE** /accounts/{koronaAccountId}/tags | deletes a batch of tags
|
|
213
|
+
*KoronaClient::TagsApi* | [**get_tag**](docs/TagsApi.md#get_tag) | **GET** /accounts/{koronaAccountId}/tags/{tagId} | returns the single tag
|
|
214
|
+
*KoronaClient::TagsApi* | [**get_tags**](docs/TagsApi.md#get_tags) | **GET** /accounts/{koronaAccountId}/tags | lists all tags
|
|
215
|
+
*KoronaClient::TagsApi* | [**update_tag**](docs/TagsApi.md#update_tag) | **PATCH** /accounts/{koronaAccountId}/tags/{tagId} | updates the single tag
|
|
216
|
+
*KoronaClient::TagsApi* | [**update_tags**](docs/TagsApi.md#update_tags) | **PATCH** /accounts/{koronaAccountId}/tags | updates a batch of tags
|
|
217
|
+
*KoronaClient::TicketCreationApi* | [**add_creation_task**](docs/TicketCreationApi.md#add_creation_task) | **POST** /accounts/{koronaAccountId}/ticketCreation | adds a creation task
|
|
218
|
+
*KoronaClient::TicketCreationApi* | [**get_creation_tasks**](docs/TicketCreationApi.md#get_creation_tasks) | **GET** /accounts/{koronaAccountId}/ticketCreation | creation tasks, personalization will always be empty for technical reasons
|
|
219
|
+
*KoronaClient::TicketingApi* | [**add_events**](docs/TicketingApi.md#add_events) | **POST** /accounts/{koronaAccountId}/events | adds a batch of new events
|
|
220
|
+
*KoronaClient::TicketingApi* | [**add_or_update_attendances**](docs/TicketingApi.md#add_or_update_attendances) | **POST** /accounts/{koronaAccountId}/attendance | updates/adds attendances
|
|
221
|
+
*KoronaClient::TicketingApi* | [**add_ticket_definitions**](docs/TicketingApi.md#add_ticket_definitions) | **POST** /accounts/{koronaAccountId}/ticketDefinitions | adds a batch of new ticket definitions
|
|
222
|
+
*KoronaClient::TicketingApi* | [**cancel_attendance**](docs/TicketingApi.md#cancel_attendance) | **DELETE** /accounts/{koronaAccountId}/attendance/{attendanceId} | cancel the attendance
|
|
223
|
+
*KoronaClient::TicketingApi* | [**delete_event**](docs/TicketingApi.md#delete_event) | **DELETE** /accounts/{koronaAccountId}/events/{eventId} | deletes the single event
|
|
224
|
+
*KoronaClient::TicketingApi* | [**delete_ticket_definition**](docs/TicketingApi.md#delete_ticket_definition) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionId} | deletes the single ticket definition
|
|
225
|
+
*KoronaClient::TicketingApi* | [**delete_ticket_definitions**](docs/TicketingApi.md#delete_ticket_definitions) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions | deletes a batch of ticket definitions
|
|
226
|
+
*KoronaClient::TicketingApi* | [**get_attendances**](docs/TicketingApi.md#get_attendances) | **GET** /accounts/{koronaAccountId}/attendance | lists all attendances
|
|
227
|
+
*KoronaClient::TicketingApi* | [**get_entry_gate**](docs/TicketingApi.md#get_entry_gate) | **GET** /accounts/{koronaAccountId}/entryGates/{entryGateId} | returns the single entry gate
|
|
186
228
|
*KoronaClient::TicketingApi* | [**get_entry_gates**](docs/TicketingApi.md#get_entry_gates) | **GET** /accounts/{koronaAccountId}/entryGates | lists all entry gates
|
|
187
|
-
*KoronaClient::TicketingApi* | [**get_event**](docs/TicketingApi.md#get_event) | **GET** /accounts/{koronaAccountId}/events/{
|
|
229
|
+
*KoronaClient::TicketingApi* | [**get_event**](docs/TicketingApi.md#get_event) | **GET** /accounts/{koronaAccountId}/events/{eventId} | returns the single event
|
|
188
230
|
*KoronaClient::TicketingApi* | [**get_events**](docs/TicketingApi.md#get_events) | **GET** /accounts/{koronaAccountId}/events | lists all events
|
|
189
|
-
*KoronaClient::TicketingApi* | [**get_ticket_definition**](docs/TicketingApi.md#get_ticket_definition) | **GET** /accounts/{koronaAccountId}/ticketDefinitions/{
|
|
231
|
+
*KoronaClient::TicketingApi* | [**get_ticket_definition**](docs/TicketingApi.md#get_ticket_definition) | **GET** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionId} | returns the single ticket definition
|
|
190
232
|
*KoronaClient::TicketingApi* | [**get_ticket_definitions**](docs/TicketingApi.md#get_ticket_definitions) | **GET** /accounts/{koronaAccountId}/ticketDefinitions | lists all ticket definitions
|
|
233
|
+
*KoronaClient::TicketingApi* | [**get_tickets**](docs/TicketingApi.md#get_tickets) | **GET** /accounts/{koronaAccountId}/tickets | lists all tickets
|
|
234
|
+
*KoronaClient::TicketingApi* | [**lock_ticket**](docs/TicketingApi.md#lock_ticket) | **DELETE** /accounts/{koronaAccountId}/tickets/{ticketNumber} | locks the single ticket
|
|
235
|
+
*KoronaClient::TicketingApi* | [**unlock_ticket**](docs/TicketingApi.md#unlock_ticket) | **POST** /accounts/{koronaAccountId}/tickets/{ticketNumber} | unlocks the single ticket
|
|
236
|
+
*KoronaClient::TicketingApi* | [**update_event**](docs/TicketingApi.md#update_event) | **PATCH** /accounts/{koronaAccountId}/events/{eventId} | updates the single event
|
|
237
|
+
*KoronaClient::TicketingApi* | [**update_events**](docs/TicketingApi.md#update_events) | **PATCH** /accounts/{koronaAccountId}/events | updates a batch of events
|
|
238
|
+
*KoronaClient::TicketingApi* | [**update_ticket**](docs/TicketingApi.md#update_ticket) | **PATCH** /accounts/{koronaAccountId}/tickets/{ticketNumber} | updates the single ticket
|
|
239
|
+
*KoronaClient::TicketingApi* | [**update_ticket_definitions**](docs/TicketingApi.md#update_ticket_definitions) | **PATCH** /accounts/{koronaAccountId}/ticketDefinitions | updates a batch of ticket definitions
|
|
240
|
+
*KoronaClient::TimeTrackingApi* | [**add_entities**](docs/TimeTrackingApi.md#add_entities) | **POST** /accounts/{koronaAccountId}/timeTrackingEntities | adds a batch of new time tracking entities
|
|
241
|
+
*KoronaClient::TimeTrackingApi* | [**add_entries**](docs/TimeTrackingApi.md#add_entries) | **POST** /accounts/{koronaAccountId}/timeTrackingEntries | adds a batch of new time tracking entries
|
|
242
|
+
*KoronaClient::TimeTrackingApi* | [**get_entities**](docs/TimeTrackingApi.md#get_entities) | **GET** /accounts/{koronaAccountId}/timeTrackingEntities | lists time tracking entities
|
|
243
|
+
*KoronaClient::TimeTrackingApi* | [**get_entries**](docs/TimeTrackingApi.md#get_entries) | **GET** /accounts/{koronaAccountId}/timeTrackingEntries | lists time tracking entries
|
|
244
|
+
*KoronaClient::TimeTrackingApi* | [**get_time_tracking_entity**](docs/TimeTrackingApi.md#get_time_tracking_entity) | **GET** /accounts/{koronaAccountId}/timeTrackingEntities/{timeTrackingEntityId} | returns a single time tracking entity
|
|
245
|
+
*KoronaClient::TimeTrackingApi* | [**get_time_tracking_entry**](docs/TimeTrackingApi.md#get_time_tracking_entry) | **GET** /accounts/{koronaAccountId}/timeTrackingEntries/{timeTrackingEntryId} | returns a single time tracking entry
|
|
191
246
|
|
|
192
247
|
|
|
193
248
|
## Documentation for Models
|
|
@@ -196,11 +251,14 @@ Class | Method | HTTP request | Description
|
|
|
196
251
|
- [KoronaClient::AccountSummary](docs/AccountSummary.md)
|
|
197
252
|
- [KoronaClient::AccountTransaction](docs/AccountTransaction.md)
|
|
198
253
|
- [KoronaClient::AddOrUpdateResult](docs/AddOrUpdateResult.md)
|
|
254
|
+
- [KoronaClient::AdditionalInfo](docs/AdditionalInfo.md)
|
|
255
|
+
- [KoronaClient::AdditionalReceiptInfoType](docs/AdditionalReceiptInfoType.md)
|
|
199
256
|
- [KoronaClient::AddressInformation](docs/AddressInformation.md)
|
|
200
257
|
- [KoronaClient::Admission](docs/Admission.md)
|
|
201
258
|
- [KoronaClient::Amount](docs/Amount.md)
|
|
202
259
|
- [KoronaClient::AmountCountData](docs/AmountCountData.md)
|
|
203
260
|
- [KoronaClient::Assortment](docs/Assortment.md)
|
|
261
|
+
- [KoronaClient::Attendance](docs/Attendance.md)
|
|
204
262
|
- [KoronaClient::BadRequestError](docs/BadRequestError.md)
|
|
205
263
|
- [KoronaClient::Capacity](docs/Capacity.md)
|
|
206
264
|
- [KoronaClient::Cashier](docs/Cashier.md)
|
|
@@ -210,6 +268,7 @@ Class | Method | HTTP request | Description
|
|
|
210
268
|
- [KoronaClient::CommodityGroup](docs/CommodityGroup.md)
|
|
211
269
|
- [KoronaClient::CommodityGroupSummary](docs/CommodityGroupSummary.md)
|
|
212
270
|
- [KoronaClient::CompanyIdentification](docs/CompanyIdentification.md)
|
|
271
|
+
- [KoronaClient::CreationTask](docs/CreationTask.md)
|
|
213
272
|
- [KoronaClient::Currency](docs/Currency.md)
|
|
214
273
|
- [KoronaClient::CurrencyDenomination](docs/CurrencyDenomination.md)
|
|
215
274
|
- [KoronaClient::CurrencyExchangeRate](docs/CurrencyExchangeRate.md)
|
|
@@ -221,12 +280,18 @@ Class | Method | HTTP request | Description
|
|
|
221
280
|
- [KoronaClient::CustomerInformation](docs/CustomerInformation.md)
|
|
222
281
|
- [KoronaClient::CustomerOrder](docs/CustomerOrder.md)
|
|
223
282
|
- [KoronaClient::DayRating](docs/DayRating.md)
|
|
283
|
+
- [KoronaClient::DayTimePeriod](docs/DayTimePeriod.md)
|
|
284
|
+
- [KoronaClient::DeliveryNote](docs/DeliveryNote.md)
|
|
285
|
+
- [KoronaClient::DeliveryNoteItem](docs/DeliveryNoteItem.md)
|
|
286
|
+
- [KoronaClient::Deposit](docs/Deposit.md)
|
|
224
287
|
- [KoronaClient::DeviceInformation](docs/DeviceInformation.md)
|
|
288
|
+
- [KoronaClient::Discount](docs/Discount.md)
|
|
225
289
|
- [KoronaClient::EconomicZone](docs/EconomicZone.md)
|
|
226
290
|
- [KoronaClient::EndOfDayStatement](docs/EndOfDayStatement.md)
|
|
227
291
|
- [KoronaClient::EndOfDayStatementSummary](docs/EndOfDayStatementSummary.md)
|
|
228
292
|
- [KoronaClient::EntryGate](docs/EntryGate.md)
|
|
229
293
|
- [KoronaClient::Event](docs/Event.md)
|
|
294
|
+
- [KoronaClient::ExternalSystemCall](docs/ExternalSystemCall.md)
|
|
230
295
|
- [KoronaClient::ForbiddenError](docs/ForbiddenError.md)
|
|
231
296
|
- [KoronaClient::GeoLocation](docs/GeoLocation.md)
|
|
232
297
|
- [KoronaClient::InfoText](docs/InfoText.md)
|
|
@@ -236,6 +301,7 @@ Class | Method | HTTP request | Description
|
|
|
236
301
|
- [KoronaClient::InventoryListItem](docs/InventoryListItem.md)
|
|
237
302
|
- [KoronaClient::InventoryListItemStock](docs/InventoryListItemStock.md)
|
|
238
303
|
- [KoronaClient::KoronaAccount](docs/KoronaAccount.md)
|
|
304
|
+
- [KoronaClient::MediaUrl](docs/MediaUrl.md)
|
|
239
305
|
- [KoronaClient::MethodNotAllowedError](docs/MethodNotAllowedError.md)
|
|
240
306
|
- [KoronaClient::ModelReference](docs/ModelReference.md)
|
|
241
307
|
- [KoronaClient::NotFoundError](docs/NotFoundError.md)
|
|
@@ -264,18 +330,23 @@ Class | Method | HTTP request | Description
|
|
|
264
330
|
- [KoronaClient::ReceiptItem](docs/ReceiptItem.md)
|
|
265
331
|
- [KoronaClient::ResultList](docs/ResultList.md)
|
|
266
332
|
- [KoronaClient::ResultListAccount](docs/ResultListAccount.md)
|
|
333
|
+
- [KoronaClient::ResultListAdditionalReceiptInfoType](docs/ResultListAdditionalReceiptInfoType.md)
|
|
267
334
|
- [KoronaClient::ResultListAssortment](docs/ResultListAssortment.md)
|
|
335
|
+
- [KoronaClient::ResultListAttendance](docs/ResultListAttendance.md)
|
|
268
336
|
- [KoronaClient::ResultListCashier](docs/ResultListCashier.md)
|
|
269
337
|
- [KoronaClient::ResultListCommodityGroup](docs/ResultListCommodityGroup.md)
|
|
338
|
+
- [KoronaClient::ResultListCreationTask](docs/ResultListCreationTask.md)
|
|
270
339
|
- [KoronaClient::ResultListCurrency](docs/ResultListCurrency.md)
|
|
271
340
|
- [KoronaClient::ResultListCustomer](docs/ResultListCustomer.md)
|
|
272
341
|
- [KoronaClient::ResultListCustomerGroup](docs/ResultListCustomerGroup.md)
|
|
273
342
|
- [KoronaClient::ResultListCustomerOrder](docs/ResultListCustomerOrder.md)
|
|
274
343
|
- [KoronaClient::ResultListDayRating](docs/ResultListDayRating.md)
|
|
344
|
+
- [KoronaClient::ResultListDeliveryNote](docs/ResultListDeliveryNote.md)
|
|
275
345
|
- [KoronaClient::ResultListEconomicZone](docs/ResultListEconomicZone.md)
|
|
276
346
|
- [KoronaClient::ResultListEndOfDayStatement](docs/ResultListEndOfDayStatement.md)
|
|
277
347
|
- [KoronaClient::ResultListEntryGate](docs/ResultListEntryGate.md)
|
|
278
348
|
- [KoronaClient::ResultListEvent](docs/ResultListEvent.md)
|
|
349
|
+
- [KoronaClient::ResultListExternalSystemCall](docs/ResultListExternalSystemCall.md)
|
|
279
350
|
- [KoronaClient::ResultListInfoText](docs/ResultListInfoText.md)
|
|
280
351
|
- [KoronaClient::ResultListInventory](docs/ResultListInventory.md)
|
|
281
352
|
- [KoronaClient::ResultListInventoryList](docs/ResultListInventoryList.md)
|
|
@@ -293,12 +364,17 @@ Class | Method | HTTP request | Description
|
|
|
293
364
|
- [KoronaClient::ResultListStockReceiptItem](docs/ResultListStockReceiptItem.md)
|
|
294
365
|
- [KoronaClient::ResultListSupplier](docs/ResultListSupplier.md)
|
|
295
366
|
- [KoronaClient::ResultListTag](docs/ResultListTag.md)
|
|
367
|
+
- [KoronaClient::ResultListTicket](docs/ResultListTicket.md)
|
|
296
368
|
- [KoronaClient::ResultListTicketDefinition](docs/ResultListTicketDefinition.md)
|
|
369
|
+
- [KoronaClient::ResultListTimeTrackingEntity](docs/ResultListTimeTrackingEntity.md)
|
|
370
|
+
- [KoronaClient::ResultListTimeTrackingEntry](docs/ResultListTimeTrackingEntry.md)
|
|
297
371
|
- [KoronaClient::RevenueData](docs/RevenueData.md)
|
|
298
372
|
- [KoronaClient::SalesTax](docs/SalesTax.md)
|
|
299
373
|
- [KoronaClient::SalesTaxRate](docs/SalesTaxRate.md)
|
|
300
374
|
- [KoronaClient::Sector](docs/Sector.md)
|
|
375
|
+
- [KoronaClient::SectorRevenueAccountItem](docs/SectorRevenueAccountItem.md)
|
|
301
376
|
- [KoronaClient::SectorSalesTaxItem](docs/SectorSalesTaxItem.md)
|
|
377
|
+
- [KoronaClient::Signature](docs/Signature.md)
|
|
302
378
|
- [KoronaClient::Statistic](docs/Statistic.md)
|
|
303
379
|
- [KoronaClient::StatisticListTopSeller](docs/StatisticListTopSeller.md)
|
|
304
380
|
- [KoronaClient::StatisticMapStringRevenueData](docs/StatisticMapStringRevenueData.md)
|
|
@@ -315,11 +391,17 @@ Class | Method | HTTP request | Description
|
|
|
315
391
|
- [KoronaClient::Tag](docs/Tag.md)
|
|
316
392
|
- [KoronaClient::TaxPayment](docs/TaxPayment.md)
|
|
317
393
|
- [KoronaClient::TaxSummary](docs/TaxSummary.md)
|
|
394
|
+
- [KoronaClient::Ticket](docs/Ticket.md)
|
|
318
395
|
- [KoronaClient::TicketDefinition](docs/TicketDefinition.md)
|
|
396
|
+
- [KoronaClient::TicketPersonalization](docs/TicketPersonalization.md)
|
|
319
397
|
- [KoronaClient::TimePeriod](docs/TimePeriod.md)
|
|
398
|
+
- [KoronaClient::TimeTrackingEntity](docs/TimeTrackingEntity.md)
|
|
399
|
+
- [KoronaClient::TimeTrackingEntry](docs/TimeTrackingEntry.md)
|
|
320
400
|
- [KoronaClient::TooManyRequestsError](docs/TooManyRequestsError.md)
|
|
321
401
|
- [KoronaClient::TopSeller](docs/TopSeller.md)
|
|
402
|
+
- [KoronaClient::TotalPeriod](docs/TotalPeriod.md)
|
|
322
403
|
- [KoronaClient::TotalPrice](docs/TotalPrice.md)
|
|
404
|
+
- [KoronaClient::Validity](docs/Validity.md)
|
|
323
405
|
- [KoronaClient::Weather](docs/Weather.md)
|
|
324
406
|
|
|
325
407
|
|
data/config.json
ADDED
data/docs/AccountTransaction.md
CHANGED
|
@@ -7,5 +7,7 @@ Name | Type | Description | Notes
|
|
|
7
7
|
**amount** | **Float** | | [optional]
|
|
8
8
|
**booking_time** | **DateTime** | | [optional]
|
|
9
9
|
**description** | **String** | | [optional]
|
|
10
|
+
**info_texts** | **Array<String>** | | [optional]
|
|
11
|
+
**serial_numbers** | **Array<String>** | | [optional]
|
|
10
12
|
|
|
11
13
|
|
data/docs/AccountsApi.md
CHANGED
|
@@ -4,14 +4,14 @@ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
|
|
|
4
4
|
|
|
5
5
|
Method | HTTP request | Description
|
|
6
6
|
------------- | ------------- | -------------
|
|
7
|
-
[**get_account**](AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{
|
|
7
|
+
[**get_account**](AccountsApi.md#get_account) | **GET** /accounts/{koronaAccountId}/accounts/{accountId} | returns the single account
|
|
8
8
|
[**get_accounts**](AccountsApi.md#get_accounts) | **GET** /accounts/{koronaAccountId}/accounts | lists all accounts
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
# **get_account**
|
|
12
|
-
> Account get_account(korona_account_id,
|
|
12
|
+
> Account get_account(korona_account_id, account_id)
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
returns the single account
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,14 +28,14 @@ end
|
|
|
28
28
|
|
|
29
29
|
api_instance = KoronaClient::AccountsApi.new
|
|
30
30
|
|
|
31
|
-
korona_account_id =
|
|
31
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
account_id = 'account_id_example' # String | id of the related object (important: id should match the uuid-format)
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
begin
|
|
37
|
-
#
|
|
38
|
-
result = api_instance.get_account(korona_account_id,
|
|
37
|
+
#returns the single account
|
|
38
|
+
result = api_instance.get_account(korona_account_id, account_id)
|
|
39
39
|
p result
|
|
40
40
|
rescue KoronaClient::ApiError => e
|
|
41
41
|
puts "Exception when calling AccountsApi->get_account: #{e}"
|
|
@@ -46,8 +46,8 @@ end
|
|
|
46
46
|
|
|
47
47
|
Name | Type | Description | Notes
|
|
48
48
|
------------- | ------------- | ------------- | -------------
|
|
49
|
-
**korona_account_id** | **String**| the account
|
|
50
|
-
**
|
|
49
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
50
|
+
**account_id** | **String**| id of the related object (important: id should match the uuid-format) |
|
|
51
51
|
|
|
52
52
|
### Return type
|
|
53
53
|
|
|
@@ -84,12 +84,12 @@ end
|
|
|
84
84
|
|
|
85
85
|
api_instance = KoronaClient::AccountsApi.new
|
|
86
86
|
|
|
87
|
-
korona_account_id =
|
|
87
|
+
korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
|
|
88
88
|
|
|
89
89
|
opts = {
|
|
90
90
|
page: 56, # Integer | number of the page to fetch
|
|
91
91
|
size: 56, # Integer | amount of objects to return per page
|
|
92
|
-
sort:
|
|
92
|
+
sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
|
|
93
93
|
revision: 789, # Integer | last revision number, objects with a greater revision than this will be returned
|
|
94
94
|
include_deleted: true # BOOLEAN | indicates deleted objects should be loaded or not (default: false)
|
|
95
95
|
}
|
|
@@ -107,7 +107,7 @@ end
|
|
|
107
107
|
|
|
108
108
|
Name | Type | Description | Notes
|
|
109
109
|
------------- | ------------- | ------------- | -------------
|
|
110
|
-
**korona_account_id** | **String**| the account
|
|
110
|
+
**korona_account_id** | **String**| account id of the KORONA.cloud account |
|
|
111
111
|
**page** | **Integer**| number of the page to fetch | [optional]
|
|
112
112
|
**size** | **Integer**| amount of objects to return per page | [optional]
|
|
113
113
|
**sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
|