korona-cloud-client 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (290) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +71 -4
  3. data/docs/AddressInformation.md +2 -0
  4. data/docs/Cashier.md +16 -6
  5. data/docs/CashierRole.md +27 -0
  6. data/docs/CashierRolesApi.md +402 -0
  7. data/docs/CashiersApi.md +286 -2
  8. data/docs/CloudSubscriptionDetails.md +19 -0
  9. data/docs/CurrenciesApi.md +166 -0
  10. data/docs/Customer.md +5 -1
  11. data/docs/EconomicZonesApi.md +166 -0
  12. data/docs/FiscalTransaction.md +43 -0
  13. data/docs/FiscalUnit.md +51 -0
  14. data/docs/FiscalUnitCertificateInfo.md +19 -0
  15. data/docs/FiscalUnitState.md +27 -0
  16. data/docs/FiscalUnitStateUsageLevel.md +23 -0
  17. data/docs/FiscalUnitStateUsageLevelValue.md +19 -0
  18. data/docs/FiscalUnitStateVersionInfo.md +21 -0
  19. data/docs/FiscalUnitsApi.md +299 -0
  20. data/docs/InfoTextsApi.md +166 -0
  21. data/docs/KoronaAccount.md +2 -0
  22. data/docs/OrganizationalUnit.md +9 -7
  23. data/docs/PaymentMethod.md +2 -0
  24. data/docs/PointsOfSaleApi.md +6 -2
  25. data/docs/Pos.md +10 -4
  26. data/docs/PriceGroupsApi.md +166 -0
  27. data/docs/ProductionType.md +33 -0
  28. data/docs/ProductionTypesApi.md +294 -0
  29. data/docs/Receipt.md +18 -8
  30. data/docs/ReceiptItem.md +3 -1
  31. data/docs/ReceiptMaxRevisions.md +27 -0
  32. data/docs/ReceiptsApi.md +9 -3
  33. data/docs/ResultListCashierRole.md +27 -0
  34. data/docs/ResultListFiscalUnit.md +27 -0
  35. data/docs/ResultListProductionType.md +27 -0
  36. data/docs/ResultListStockOrder.md +27 -0
  37. data/docs/SalesTax.md +2 -0
  38. data/docs/SalesTaxesApi.md +166 -0
  39. data/docs/SectorsApi.md +54 -0
  40. data/docs/Service.md +19 -0
  41. data/docs/StockOrder.md +73 -0
  42. data/docs/StockOrderItem.md +39 -0
  43. data/docs/StockOrdersApi.md +195 -0
  44. data/docs/StockReceipt.md +4 -0
  45. data/docs/SuppliersApi.md +166 -0
  46. data/docs/TicketingApi.md +223 -3
  47. data/docs/VoidedReceiptItem.md +25 -0
  48. data/korona-cloud-client-1.0.1.gem +0 -0
  49. data/korona-cloud-client.gemspec +2 -2
  50. data/lib/korona-cloud-client.rb +24 -1
  51. data/lib/korona-cloud-client/api/accounts_api.rb +1 -1
  52. data/lib/korona-cloud-client/api/additional_receipt_info_types_api.rb +1 -1
  53. data/lib/korona-cloud-client/api/assortments_api.rb +1 -1
  54. data/lib/korona-cloud-client/api/cashier_roles_api.rb +513 -0
  55. data/lib/korona-cloud-client/api/cashiers_api.rb +366 -1
  56. data/lib/korona-cloud-client/api/commodity_groups_api.rb +1 -1
  57. data/lib/korona-cloud-client/api/currencies_api.rb +208 -1
  58. data/lib/korona-cloud-client/api/customer_groups_api.rb +1 -1
  59. data/lib/korona-cloud-client/api/customer_orders_api.rb +1 -1
  60. data/lib/korona-cloud-client/api/customers_api.rb +1 -1
  61. data/lib/korona-cloud-client/api/delivery_notes_api.rb +1 -1
  62. data/lib/korona-cloud-client/api/economic_zones_api.rb +208 -1
  63. data/lib/korona-cloud-client/api/external_system_calls_api.rb +1 -1
  64. data/lib/korona-cloud-client/api/fiscal_units_api.rb +389 -0
  65. data/lib/korona-cloud-client/api/images_api.rb +1 -1
  66. data/lib/korona-cloud-client/api/info_texts_api.rb +208 -1
  67. data/lib/korona-cloud-client/api/inventories_api.rb +1 -1
  68. data/lib/korona-cloud-client/api/korona_account_api.rb +1 -1
  69. data/lib/korona-cloud-client/api/organizational_units_api.rb +1 -1
  70. data/lib/korona-cloud-client/api/payment_methods_api.rb +1 -1
  71. data/lib/korona-cloud-client/api/points_of_sale_api.rb +7 -1
  72. data/lib/korona-cloud-client/api/price_groups_api.rb +208 -1
  73. data/lib/korona-cloud-client/api/production_types_api.rb +373 -0
  74. data/lib/korona-cloud-client/api/products_api.rb +1 -1
  75. data/lib/korona-cloud-client/api/receipts_api.rb +7 -1
  76. data/lib/korona-cloud-client/api/sales_taxes_api.rb +208 -1
  77. data/lib/korona-cloud-client/api/sectors_api.rb +69 -1
  78. data/lib/korona-cloud-client/api/statistics_api.rb +1 -1
  79. data/lib/korona-cloud-client/api/stock_orders_api.rb +257 -0
  80. data/lib/korona-cloud-client/api/stock_receipts_api.rb +1 -1
  81. data/lib/korona-cloud-client/api/suppliers_api.rb +208 -1
  82. data/lib/korona-cloud-client/api/tags_api.rb +1 -1
  83. data/lib/korona-cloud-client/api/ticket_creation_api.rb +1 -1
  84. data/lib/korona-cloud-client/api/ticketing_api.rb +277 -4
  85. data/lib/korona-cloud-client/api/time_tracking_api.rb +1 -1
  86. data/lib/korona-cloud-client/api_client.rb +1 -1
  87. data/lib/korona-cloud-client/api_error.rb +1 -1
  88. data/lib/korona-cloud-client/configuration.rb +1 -1
  89. data/lib/korona-cloud-client/models/account.rb +1 -1
  90. data/lib/korona-cloud-client/models/account_summary.rb +1 -1
  91. data/lib/korona-cloud-client/models/account_transaction.rb +1 -1
  92. data/lib/korona-cloud-client/models/add_or_update_result.rb +1 -1
  93. data/lib/korona-cloud-client/models/additional_info.rb +1 -1
  94. data/lib/korona-cloud-client/models/additional_receipt_info_type.rb +1 -1
  95. data/lib/korona-cloud-client/models/address_information.rb +11 -2
  96. data/lib/korona-cloud-client/models/admission.rb +1 -1
  97. data/lib/korona-cloud-client/models/amount.rb +1 -1
  98. data/lib/korona-cloud-client/models/amount_count_data.rb +1 -1
  99. data/lib/korona-cloud-client/models/assortment.rb +1 -1
  100. data/lib/korona-cloud-client/models/attendance.rb +1 -1
  101. data/lib/korona-cloud-client/models/bad_request_error.rb +1 -1
  102. data/lib/korona-cloud-client/models/capacity.rb +1 -1
  103. data/lib/korona-cloud-client/models/cashier.rb +55 -10
  104. data/lib/korona-cloud-client/models/cashier_role.rb +279 -0
  105. data/lib/korona-cloud-client/models/cashier_summary.rb +1 -1
  106. data/lib/korona-cloud-client/models/category.rb +1 -1
  107. data/lib/korona-cloud-client/models/cloud_subscription.rb +1 -1
  108. data/lib/korona-cloud-client/models/cloud_subscription_details.rb +249 -0
  109. data/lib/korona-cloud-client/models/commodity_group.rb +1 -1
  110. data/lib/korona-cloud-client/models/commodity_group_summary.rb +1 -1
  111. data/lib/korona-cloud-client/models/company_identification.rb +1 -1
  112. data/lib/korona-cloud-client/models/creation_task.rb +1 -1
  113. data/lib/korona-cloud-client/models/currency.rb +1 -1
  114. data/lib/korona-cloud-client/models/currency_denomination.rb +1 -1
  115. data/lib/korona-cloud-client/models/currency_exchange_rate.rb +1 -1
  116. data/lib/korona-cloud-client/models/customer.rb +23 -5
  117. data/lib/korona-cloud-client/models/customer_card.rb +1 -1
  118. data/lib/korona-cloud-client/models/customer_data.rb +1 -1
  119. data/lib/korona-cloud-client/models/customer_group.rb +1 -1
  120. data/lib/korona-cloud-client/models/customer_group_summary.rb +1 -1
  121. data/lib/korona-cloud-client/models/customer_information.rb +1 -1
  122. data/lib/korona-cloud-client/models/customer_order.rb +1 -1
  123. data/lib/korona-cloud-client/models/day_rating.rb +1 -1
  124. data/lib/korona-cloud-client/models/day_time_period.rb +1 -1
  125. data/lib/korona-cloud-client/models/delivery_note.rb +1 -1
  126. data/lib/korona-cloud-client/models/delivery_note_item.rb +1 -1
  127. data/lib/korona-cloud-client/models/deposit.rb +1 -1
  128. data/lib/korona-cloud-client/models/device_information.rb +1 -1
  129. data/lib/korona-cloud-client/models/discount.rb +1 -1
  130. data/lib/korona-cloud-client/models/economic_zone.rb +1 -1
  131. data/lib/korona-cloud-client/models/end_of_day_statement.rb +1 -1
  132. data/lib/korona-cloud-client/models/end_of_day_statement_summary.rb +1 -1
  133. data/lib/korona-cloud-client/models/entry_gate.rb +1 -1
  134. data/lib/korona-cloud-client/models/event.rb +1 -1
  135. data/lib/korona-cloud-client/models/external_system_call.rb +1 -1
  136. data/lib/korona-cloud-client/models/fiscal_transaction.rb +342 -0
  137. data/lib/korona-cloud-client/models/fiscal_unit.rb +415 -0
  138. data/lib/korona-cloud-client/models/fiscal_unit_certificate_info.rb +233 -0
  139. data/lib/korona-cloud-client/models/fiscal_unit_state.rb +287 -0
  140. data/lib/korona-cloud-client/models/fiscal_unit_state_usage_level.rb +233 -0
  141. data/lib/korona-cloud-client/models/fiscal_unit_state_usage_level_value.rb +215 -0
  142. data/lib/korona-cloud-client/models/fiscal_unit_state_version_info.rb +224 -0
  143. data/lib/korona-cloud-client/models/forbidden_error.rb +1 -1
  144. data/lib/korona-cloud-client/models/geo_location.rb +1 -1
  145. data/lib/korona-cloud-client/models/info_text.rb +1 -1
  146. data/lib/korona-cloud-client/models/interval.rb +1 -1
  147. data/lib/korona-cloud-client/models/inventory.rb +1 -1
  148. data/lib/korona-cloud-client/models/inventory_list.rb +1 -1
  149. data/lib/korona-cloud-client/models/inventory_list_item.rb +1 -1
  150. data/lib/korona-cloud-client/models/inventory_list_item_stock.rb +1 -1
  151. data/lib/korona-cloud-client/models/korona_account.rb +13 -2
  152. data/lib/korona-cloud-client/models/media_url.rb +1 -1
  153. data/lib/korona-cloud-client/models/method_not_allowed_error.rb +1 -1
  154. data/lib/korona-cloud-client/models/model_reference.rb +1 -1
  155. data/lib/korona-cloud-client/models/not_found_error.rb +1 -1
  156. data/lib/korona-cloud-client/models/opening_hours.rb +1 -1
  157. data/lib/korona-cloud-client/models/organizational_unit.rb +43 -34
  158. data/lib/korona-cloud-client/models/payment.rb +1 -1
  159. data/lib/korona-cloud-client/models/payment_method.rb +11 -2
  160. data/lib/korona-cloud-client/models/payment_summary.rb +1 -1
  161. data/lib/korona-cloud-client/models/period.rb +1 -1
  162. data/lib/korona-cloud-client/models/period_list_top_seller.rb +1 -1
  163. data/lib/korona-cloud-client/models/period_map_string_revenue_data.rb +1 -1
  164. data/lib/korona-cloud-client/models/period_object.rb +1 -1
  165. data/lib/korona-cloud-client/models/period_revenue_data.rb +1 -1
  166. data/lib/korona-cloud-client/models/pos.rb +44 -17
  167. data/lib/korona-cloud-client/models/price_group.rb +1 -1
  168. data/lib/korona-cloud-client/models/product.rb +1 -1
  169. data/lib/korona-cloud-client/models/product_code.rb +1 -1
  170. data/lib/korona-cloud-client/models/product_description.rb +1 -1
  171. data/lib/korona-cloud-client/models/product_price.rb +1 -1
  172. data/lib/korona-cloud-client/models/product_stock.rb +1 -1
  173. data/lib/korona-cloud-client/models/product_subproduct.rb +1 -1
  174. data/lib/korona-cloud-client/models/product_supplier_price.rb +1 -1
  175. data/lib/korona-cloud-client/models/product_transfer_involved_party_information.rb +1 -1
  176. data/lib/korona-cloud-client/models/product_transfer_involved_party_information_data.rb +1 -1
  177. data/lib/korona-cloud-client/models/production_type.rb +328 -0
  178. data/lib/korona-cloud-client/models/rating.rb +1 -1
  179. data/lib/korona-cloud-client/models/receipt.rb +82 -31
  180. data/lib/korona-cloud-client/models/receipt_item.rb +14 -5
  181. data/lib/korona-cloud-client/models/receipt_max_revisions.rb +251 -0
  182. data/lib/korona-cloud-client/models/result_list.rb +1 -1
  183. data/lib/korona-cloud-client/models/result_list_account.rb +1 -1
  184. data/lib/korona-cloud-client/models/result_list_additional_receipt_info_type.rb +1 -1
  185. data/lib/korona-cloud-client/models/result_list_assortment.rb +1 -1
  186. data/lib/korona-cloud-client/models/result_list_attendance.rb +1 -1
  187. data/lib/korona-cloud-client/models/result_list_cashier.rb +1 -1
  188. data/lib/korona-cloud-client/models/result_list_cashier_role.rb +291 -0
  189. data/lib/korona-cloud-client/models/result_list_commodity_group.rb +1 -1
  190. data/lib/korona-cloud-client/models/result_list_creation_task.rb +1 -1
  191. data/lib/korona-cloud-client/models/result_list_currency.rb +1 -1
  192. data/lib/korona-cloud-client/models/result_list_customer.rb +1 -1
  193. data/lib/korona-cloud-client/models/result_list_customer_group.rb +1 -1
  194. data/lib/korona-cloud-client/models/result_list_customer_order.rb +1 -1
  195. data/lib/korona-cloud-client/models/result_list_day_rating.rb +1 -1
  196. data/lib/korona-cloud-client/models/result_list_delivery_note.rb +1 -1
  197. data/lib/korona-cloud-client/models/result_list_economic_zone.rb +1 -1
  198. data/lib/korona-cloud-client/models/result_list_end_of_day_statement.rb +1 -1
  199. data/lib/korona-cloud-client/models/result_list_entry_gate.rb +1 -1
  200. data/lib/korona-cloud-client/models/result_list_event.rb +1 -1
  201. data/lib/korona-cloud-client/models/result_list_external_system_call.rb +1 -1
  202. data/lib/korona-cloud-client/models/result_list_fiscal_unit.rb +291 -0
  203. data/lib/korona-cloud-client/models/result_list_info_text.rb +1 -1
  204. data/lib/korona-cloud-client/models/result_list_inventory.rb +1 -1
  205. data/lib/korona-cloud-client/models/result_list_inventory_list.rb +1 -1
  206. data/lib/korona-cloud-client/models/result_list_inventory_list_item.rb +1 -1
  207. data/lib/korona-cloud-client/models/result_list_organizational_unit.rb +1 -1
  208. data/lib/korona-cloud-client/models/result_list_payment_method.rb +1 -1
  209. data/lib/korona-cloud-client/models/result_list_pos.rb +1 -1
  210. data/lib/korona-cloud-client/models/result_list_price_group.rb +1 -1
  211. data/lib/korona-cloud-client/models/result_list_product.rb +1 -1
  212. data/lib/korona-cloud-client/models/result_list_product_stock.rb +1 -1
  213. data/lib/korona-cloud-client/models/result_list_production_type.rb +291 -0
  214. data/lib/korona-cloud-client/models/result_list_receipt.rb +1 -1
  215. data/lib/korona-cloud-client/models/result_list_sales_tax.rb +1 -1
  216. data/lib/korona-cloud-client/models/result_list_sector.rb +1 -1
  217. data/lib/korona-cloud-client/models/result_list_stock_order.rb +291 -0
  218. data/lib/korona-cloud-client/models/result_list_stock_receipt.rb +1 -1
  219. data/lib/korona-cloud-client/models/result_list_stock_receipt_item.rb +1 -1
  220. data/lib/korona-cloud-client/models/result_list_supplier.rb +1 -1
  221. data/lib/korona-cloud-client/models/result_list_tag.rb +1 -1
  222. data/lib/korona-cloud-client/models/result_list_ticket.rb +1 -1
  223. data/lib/korona-cloud-client/models/result_list_ticket_definition.rb +1 -1
  224. data/lib/korona-cloud-client/models/result_list_time_tracking_entity.rb +1 -1
  225. data/lib/korona-cloud-client/models/result_list_time_tracking_entry.rb +1 -1
  226. data/lib/korona-cloud-client/models/revenue_data.rb +1 -1
  227. data/lib/korona-cloud-client/models/sales_tax.rb +45 -2
  228. data/lib/korona-cloud-client/models/sales_tax_rate.rb +1 -1
  229. data/lib/korona-cloud-client/models/sector.rb +1 -1
  230. data/lib/korona-cloud-client/models/sector_revenue_account_item.rb +1 -1
  231. data/lib/korona-cloud-client/models/sector_sales_tax_item.rb +1 -1
  232. data/lib/korona-cloud-client/models/service.rb +249 -0
  233. data/lib/korona-cloud-client/models/signature.rb +1 -1
  234. data/lib/korona-cloud-client/models/statistic.rb +1 -1
  235. data/lib/korona-cloud-client/models/statistic_list_top_seller.rb +1 -1
  236. data/lib/korona-cloud-client/models/statistic_map_string_revenue_data.rb +1 -1
  237. data/lib/korona-cloud-client/models/statistic_revenue_data.rb +1 -1
  238. data/lib/korona-cloud-client/models/stock_order.rb +498 -0
  239. data/lib/korona-cloud-client/models/stock_order_item.rb +305 -0
  240. data/lib/korona-cloud-client/models/stock_receipt.rb +20 -2
  241. data/lib/korona-cloud-client/models/stock_receipt_item.rb +1 -1
  242. data/lib/korona-cloud-client/models/stock_receipt_item_amount.rb +1 -1
  243. data/lib/korona-cloud-client/models/stock_receipt_item_identification.rb +1 -1
  244. data/lib/korona-cloud-client/models/stock_receipt_item_purchase_price.rb +1 -1
  245. data/lib/korona-cloud-client/models/supplier.rb +1 -1
  246. data/lib/korona-cloud-client/models/supplier_contact.rb +1 -1
  247. data/lib/korona-cloud-client/models/supplier_contact_person.rb +1 -1
  248. data/lib/korona-cloud-client/models/supplier_payment_information.rb +1 -1
  249. data/lib/korona-cloud-client/models/tag.rb +1 -1
  250. data/lib/korona-cloud-client/models/tax_payment.rb +1 -1
  251. data/lib/korona-cloud-client/models/tax_summary.rb +1 -1
  252. data/lib/korona-cloud-client/models/ticket.rb +1 -1
  253. data/lib/korona-cloud-client/models/ticket_data.rb +1 -1
  254. data/lib/korona-cloud-client/models/ticket_definition.rb +1 -1
  255. data/lib/korona-cloud-client/models/ticket_personalization.rb +1 -1
  256. data/lib/korona-cloud-client/models/time_period.rb +1 -1
  257. data/lib/korona-cloud-client/models/time_tracking_entity.rb +1 -1
  258. data/lib/korona-cloud-client/models/time_tracking_entry.rb +1 -1
  259. data/lib/korona-cloud-client/models/too_many_requests_error.rb +1 -1
  260. data/lib/korona-cloud-client/models/top_seller.rb +1 -1
  261. data/lib/korona-cloud-client/models/total_period.rb +1 -1
  262. data/lib/korona-cloud-client/models/total_price.rb +1 -1
  263. data/lib/korona-cloud-client/models/validity.rb +1 -1
  264. data/lib/korona-cloud-client/models/voided_receipt_item.rb +242 -0
  265. data/lib/korona-cloud-client/models/weather.rb +1 -1
  266. data/lib/korona-cloud-client/version.rb +2 -2
  267. data/spec/api/cashier_roles_api_spec.rb +126 -0
  268. data/spec/api/fiscal_units_api_spec.rb +104 -0
  269. data/spec/api/production_types_api_spec.rb +101 -0
  270. data/spec/api/stock_orders_api_spec.rb +83 -0
  271. data/spec/models/cashier_role_spec.rb +75 -0
  272. data/spec/models/cloud_subscription_details_spec.rb +51 -0
  273. data/spec/models/fiscal_transaction_spec.rb +119 -0
  274. data/spec/models/fiscal_unit_certificate_info_spec.rb +47 -0
  275. data/spec/models/fiscal_unit_spec.rb +147 -0
  276. data/spec/models/fiscal_unit_state_spec.rb +75 -0
  277. data/spec/models/fiscal_unit_state_usage_level_spec.rb +59 -0
  278. data/spec/models/fiscal_unit_state_usage_level_value_spec.rb +47 -0
  279. data/spec/models/fiscal_unit_state_version_info_spec.rb +53 -0
  280. data/spec/models/production_type_spec.rb +97 -0
  281. data/spec/models/receipt_max_revisions_spec.rb +71 -0
  282. data/spec/models/result_list_cashier_role_spec.rb +71 -0
  283. data/spec/models/result_list_fiscal_unit_spec.rb +71 -0
  284. data/spec/models/result_list_production_type_spec.rb +71 -0
  285. data/spec/models/result_list_stock_order_spec.rb +71 -0
  286. data/spec/models/service_spec.rb +51 -0
  287. data/spec/models/stock_order_item_spec.rb +107 -0
  288. data/spec/models/stock_order_spec.rb +213 -0
  289. data/spec/models/voided_receipt_item_spec.rb +65 -0
  290. metadata +96 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1e412d58fad169f6dc20789f1c1d91904ddfef31abf29f8365c62392cf21fb4
4
- data.tar.gz: f88ac8cc73eeb57b85a44ad9506399ad617527177fbdb8f10d5dea70b7a36e45
3
+ metadata.gz: fd44833cad3ef0c95ad8e294728a74da58b1f7e694540747204cb532b82607fd
4
+ data.tar.gz: eddaa343e7f7a45dee5b8e01f5fb33f50eda458e6b7bbeec005784a9a60fb55b
5
5
  SHA512:
6
- metadata.gz: baee73348305cd773552735343b621e2ef34b4d5f7bebc3b2c91a585edf26a4eb3b362071867043d77414d219fb0c57f51051cbbee46909297af73ba339fda99
7
- data.tar.gz: 410fefa6bc34d5fac64f299e7dadb6261882f6fd67f0f6f1c0f844db7b5b8cc19c87bc601186547b3b28893728072568438ca67d91a77554180919f73a6828d8
6
+ metadata.gz: 171d9eb973ed64ecb26e377333b804de357cbe82cc6aa0cccce3cb35205b410f381ecb16e0b4ff5584f881c2ff9abd6c2e2c4230db07731b3899f2cb9f6786ed
7
+ data.tar.gz: b621a6b96f126b723975582e47e1431bbc5c30cf9b4813e14fa944700efffe46f5031537bde13597f33351bbe7db5c13a00a1c5e68732572817b59a1c50e6058
data/README.md CHANGED
@@ -6,7 +6,7 @@ Our api provides access to our cloud services
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 2.13.40
9
+ - API version: 2.14.7
10
10
  - Package version: 1.0.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
@@ -94,8 +94,20 @@ Class | Method | HTTP request | Description
94
94
  *KoronaCloudClient::AssortmentsApi* | [**get_assortments**](docs/AssortmentsApi.md#get_assortments) | **GET** /accounts/{koronaAccountId}/assortments | lists all assortments
95
95
  *KoronaCloudClient::AssortmentsApi* | [**update_assortment**](docs/AssortmentsApi.md#update_assortment) | **PATCH** /accounts/{koronaAccountId}/assortments/{assortmentId} | updates the single assortment
96
96
  *KoronaCloudClient::AssortmentsApi* | [**update_assortments**](docs/AssortmentsApi.md#update_assortments) | **PATCH** /accounts/{koronaAccountId}/assortments | updates a batch of assortments
97
+ *KoronaCloudClient::CashierRolesApi* | [**add_cashier_roles**](docs/CashierRolesApi.md#add_cashier_roles) | **POST** /accounts/{koronaAccountId}/cashierRoles | adds a batch of new cashier roles
98
+ *KoronaCloudClient::CashierRolesApi* | [**delete_cashier_role**](docs/CashierRolesApi.md#delete_cashier_role) | **DELETE** /accounts/{koronaAccountId}/cashierRoles/{cashierRoleId} | deletes the single cashier role
99
+ *KoronaCloudClient::CashierRolesApi* | [**delete_cashier_roles**](docs/CashierRolesApi.md#delete_cashier_roles) | **DELETE** /accounts/{koronaAccountId}/cashierRoles | deletes a batch of cashier roles
100
+ *KoronaCloudClient::CashierRolesApi* | [**get_cashier_role**](docs/CashierRolesApi.md#get_cashier_role) | **GET** /accounts/{koronaAccountId}/cashierRoles/{cashierRoleId} | returns the single cashier role
101
+ *KoronaCloudClient::CashierRolesApi* | [**get_cashier_roles**](docs/CashierRolesApi.md#get_cashier_roles) | **GET** /accounts/{koronaAccountId}/cashierRoles | lists all cashier roles
102
+ *KoronaCloudClient::CashierRolesApi* | [**update_cashier_role**](docs/CashierRolesApi.md#update_cashier_role) | **PATCH** /accounts/{koronaAccountId}/cashierRoles/{cashierRoleId} | updates the single cashier role
103
+ *KoronaCloudClient::CashierRolesApi* | [**update_cashier_roles**](docs/CashierRolesApi.md#update_cashier_roles) | **PATCH** /accounts/{koronaAccountId}/cashierRoles | updates a batch of cashier roles
104
+ *KoronaCloudClient::CashiersApi* | [**add_cashiers**](docs/CashiersApi.md#add_cashiers) | **POST** /accounts/{koronaAccountId}/cashiers | adds a batch of new cashiers
105
+ *KoronaCloudClient::CashiersApi* | [**delete_cashier**](docs/CashiersApi.md#delete_cashier) | **DELETE** /accounts/{koronaAccountId}/cashiers/{cashierId} | deletes the single cashier
106
+ *KoronaCloudClient::CashiersApi* | [**delete_cashiers**](docs/CashiersApi.md#delete_cashiers) | **DELETE** /accounts/{koronaAccountId}/cashiers | deletes a batch of cashiers
97
107
  *KoronaCloudClient::CashiersApi* | [**get_cashier**](docs/CashiersApi.md#get_cashier) | **GET** /accounts/{koronaAccountId}/cashiers/{cashierId} | returns the single cashier
98
108
  *KoronaCloudClient::CashiersApi* | [**get_cashiers**](docs/CashiersApi.md#get_cashiers) | **GET** /accounts/{koronaAccountId}/cashiers | lists all cashiers
109
+ *KoronaCloudClient::CashiersApi* | [**update_cashier**](docs/CashiersApi.md#update_cashier) | **PATCH** /accounts/{koronaAccountId}/cashiers/{cashierId} | updates the single cashier
110
+ *KoronaCloudClient::CashiersApi* | [**update_cashiers**](docs/CashiersApi.md#update_cashiers) | **PATCH** /accounts/{koronaAccountId}/cashiers | updates a batch of cashiers
99
111
  *KoronaCloudClient::CommodityGroupsApi* | [**add_commodity_groups**](docs/CommodityGroupsApi.md#add_commodity_groups) | **POST** /accounts/{koronaAccountId}/commodityGroups | adds a batch of new commodity groups
100
112
  *KoronaCloudClient::CommodityGroupsApi* | [**delete_commodity_group**](docs/CommodityGroupsApi.md#delete_commodity_group) | **DELETE** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | deletes the single commodity group
101
113
  *KoronaCloudClient::CommodityGroupsApi* | [**delete_commodity_groups**](docs/CommodityGroupsApi.md#delete_commodity_groups) | **DELETE** /accounts/{koronaAccountId}/commodityGroups | deletes a batch of commodity groups
@@ -103,8 +115,11 @@ Class | Method | HTTP request | Description
103
115
  *KoronaCloudClient::CommodityGroupsApi* | [**get_commodity_groups**](docs/CommodityGroupsApi.md#get_commodity_groups) | **GET** /accounts/{koronaAccountId}/commodityGroups | lists all commodity groups
104
116
  *KoronaCloudClient::CommodityGroupsApi* | [**update_commodity_group**](docs/CommodityGroupsApi.md#update_commodity_group) | **PATCH** /accounts/{koronaAccountId}/commodityGroups/{commodityGroupId} | updates the single commodity group
105
117
  *KoronaCloudClient::CommodityGroupsApi* | [**update_commodity_groups**](docs/CommodityGroupsApi.md#update_commodity_groups) | **PATCH** /accounts/{koronaAccountId}/commodityGroups | updates a batch of commodity groups
118
+ *KoronaCloudClient::CurrenciesApi* | [**add_currencies**](docs/CurrenciesApi.md#add_currencies) | **POST** /accounts/{koronaAccountId}/currencies | adds a batch of new currencies
119
+ *KoronaCloudClient::CurrenciesApi* | [**delete_currencies**](docs/CurrenciesApi.md#delete_currencies) | **DELETE** /accounts/{koronaAccountId}/currencies | deletes a batch of currencies
106
120
  *KoronaCloudClient::CurrenciesApi* | [**get_currencies**](docs/CurrenciesApi.md#get_currencies) | **GET** /accounts/{koronaAccountId}/currencies | lists all currencies
107
121
  *KoronaCloudClient::CurrenciesApi* | [**get_currency**](docs/CurrenciesApi.md#get_currency) | **GET** /accounts/{koronaAccountId}/currencies/{currencyId} | returns the single currency
122
+ *KoronaCloudClient::CurrenciesApi* | [**update_currencies**](docs/CurrenciesApi.md#update_currencies) | **PATCH** /accounts/{koronaAccountId}/currencies | updates a batch of currencies
108
123
  *KoronaCloudClient::CustomerGroupsApi* | [**get_customer_group**](docs/CustomerGroupsApi.md#get_customer_group) | **GET** /accounts/{koronaAccountId}/customerGroups/{customerGroupId} | returns the single customer group
109
124
  *KoronaCloudClient::CustomerGroupsApi* | [**get_customer_groups**](docs/CustomerGroupsApi.md#get_customer_groups) | **GET** /accounts/{koronaAccountId}/customerGroups | lists all customer groups
110
125
  *KoronaCloudClient::CustomerOrdersApi* | [**add_customer_orders**](docs/CustomerOrdersApi.md#add_customer_orders) | **POST** /accounts/{koronaAccountId}/customerOrders | adds a batch of new customer orders
@@ -125,8 +140,11 @@ Class | Method | HTTP request | Description
125
140
  *KoronaCloudClient::DeliveryNotesApi* | [**finalize_delivery_note**](docs/DeliveryNotesApi.md#finalize_delivery_note) | **PATCH** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId}/finalize | finalize the single delivery note
126
141
  *KoronaCloudClient::DeliveryNotesApi* | [**get_delivery_note**](docs/DeliveryNotesApi.md#get_delivery_note) | **GET** /accounts/{koronaAccountId}/deliveryNotes/{deliveryNoteId} | returns a single delivery note
127
142
  *KoronaCloudClient::DeliveryNotesApi* | [**get_delivery_notes**](docs/DeliveryNotesApi.md#get_delivery_notes) | **GET** /accounts/{koronaAccountId}/deliveryNotes | lists all delivery notes
143
+ *KoronaCloudClient::EconomicZonesApi* | [**add_economic_zones**](docs/EconomicZonesApi.md#add_economic_zones) | **POST** /accounts/{koronaAccountId}/economicZones | adds a batch of new economic zones
144
+ *KoronaCloudClient::EconomicZonesApi* | [**delete_economic_zones**](docs/EconomicZonesApi.md#delete_economic_zones) | **DELETE** /accounts/{koronaAccountId}/economicZones | deletes a batch of economic zones
128
145
  *KoronaCloudClient::EconomicZonesApi* | [**get_economic_zone**](docs/EconomicZonesApi.md#get_economic_zone) | **GET** /accounts/{koronaAccountId}/economicZones/{economicZoneId} | returns the single economic zone
129
146
  *KoronaCloudClient::EconomicZonesApi* | [**get_economic_zones**](docs/EconomicZonesApi.md#get_economic_zones) | **GET** /accounts/{koronaAccountId}/economicZones | lists all economic zones
147
+ *KoronaCloudClient::EconomicZonesApi* | [**update_economic_zones**](docs/EconomicZonesApi.md#update_economic_zones) | **PATCH** /accounts/{koronaAccountId}/economicZones | updates a batch of economic zones
130
148
  *KoronaCloudClient::ExternalSystemCallsApi* | [**add_external_system_calls**](docs/ExternalSystemCallsApi.md#add_external_system_calls) | **POST** /accounts/{koronaAccountId}/externalSystemCalls | adds a batch of new external system calls
131
149
  *KoronaCloudClient::ExternalSystemCallsApi* | [**delete_external_system_call**](docs/ExternalSystemCallsApi.md#delete_external_system_call) | **DELETE** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | deletes a single external system call
132
150
  *KoronaCloudClient::ExternalSystemCallsApi* | [**delete_external_system_calls**](docs/ExternalSystemCallsApi.md#delete_external_system_calls) | **DELETE** /accounts/{koronaAccountId}/externalSystemCalls | deletes a batch of external system calls
@@ -134,9 +152,17 @@ Class | Method | HTTP request | Description
134
152
  *KoronaCloudClient::ExternalSystemCallsApi* | [**get_external_system_calls**](docs/ExternalSystemCallsApi.md#get_external_system_calls) | **GET** /accounts/{koronaAccountId}/externalSystemCalls | lists all external system calls
135
153
  *KoronaCloudClient::ExternalSystemCallsApi* | [**update_external_system_call**](docs/ExternalSystemCallsApi.md#update_external_system_call) | **PATCH** /accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId} | updates the single external system call
136
154
  *KoronaCloudClient::ExternalSystemCallsApi* | [**update_external_system_calls**](docs/ExternalSystemCallsApi.md#update_external_system_calls) | **PATCH** /accounts/{koronaAccountId}/externalSystemCalls | updates a batch of external system calls
155
+ *KoronaCloudClient::FiscalUnitsApi* | [**add_fiscal_units**](docs/FiscalUnitsApi.md#add_fiscal_units) | **POST** /accounts/{koronaAccountId}/fiscalUnits | adds a batch of fiscal units
156
+ *KoronaCloudClient::FiscalUnitsApi* | [**get_fiscal_unit**](docs/FiscalUnitsApi.md#get_fiscal_unit) | **GET** /accounts/{koronaAccountId}/fiscalUnits/{fiscalUnitId} | returns the single fiscal unit
157
+ *KoronaCloudClient::FiscalUnitsApi* | [**get_fiscal_units**](docs/FiscalUnitsApi.md#get_fiscal_units) | **GET** /accounts/{koronaAccountId}/fiscalUnits | lists all fiscal units
158
+ *KoronaCloudClient::FiscalUnitsApi* | [**update_fiscal_unit**](docs/FiscalUnitsApi.md#update_fiscal_unit) | **PATCH** /accounts/{koronaAccountId}/fiscalUnits/{fiscalUnitId} | updates the fiscal unit
159
+ *KoronaCloudClient::FiscalUnitsApi* | [**update_fiscal_units**](docs/FiscalUnitsApi.md#update_fiscal_units) | **PATCH** /accounts/{koronaAccountId}/fiscalUnits | updates a batch of fiscal units
137
160
  *KoronaCloudClient::ImagesApi* | [**get_image**](docs/ImagesApi.md#get_image) | **GET** /accounts/{koronaAccountId}/images/{imageId} | displays the image
161
+ *KoronaCloudClient::InfoTextsApi* | [**add_info_texts**](docs/InfoTextsApi.md#add_info_texts) | **POST** /accounts/{koronaAccountId}/infoTexts | adds a batch of new info texts
162
+ *KoronaCloudClient::InfoTextsApi* | [**delete_info_texts**](docs/InfoTextsApi.md#delete_info_texts) | **DELETE** /accounts/{koronaAccountId}/infoTexts | deletes a batch of info texts
138
163
  *KoronaCloudClient::InfoTextsApi* | [**get_info_text**](docs/InfoTextsApi.md#get_info_text) | **GET** /accounts/{koronaAccountId}/infoTexts/{infoTextId} | returns the single info text
139
164
  *KoronaCloudClient::InfoTextsApi* | [**get_info_texts**](docs/InfoTextsApi.md#get_info_texts) | **GET** /accounts/{koronaAccountId}/infoTexts | lists all info texts
165
+ *KoronaCloudClient::InfoTextsApi* | [**update_info_texts**](docs/InfoTextsApi.md#update_info_texts) | **PATCH** /accounts/{koronaAccountId}/infoTexts | updates a batch of info texts
140
166
  *KoronaCloudClient::InventoriesApi* | [**add_inventories**](docs/InventoriesApi.md#add_inventories) | **POST** /accounts/{koronaAccountId}/inventories | adds a batch of new inventories
141
167
  *KoronaCloudClient::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
142
168
  *KoronaCloudClient::InventoriesApi* | [**delete_inventory**](docs/InventoriesApi.md#delete_inventory) | **DELETE** /accounts/{koronaAccountId}/inventories/{inventoryId} | deletes the single inventory (only allowed if hasBookedReceipts=false)
@@ -173,8 +199,16 @@ Class | Method | HTTP request | Description
173
199
  *KoronaCloudClient::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
174
200
  *KoronaCloudClient::PointsOfSaleApi* | [**get_points_of_sale**](docs/PointsOfSaleApi.md#get_points_of_sale) | **GET** /accounts/{koronaAccountId}/pointsOfSale | lists all points of sale
175
201
  *KoronaCloudClient::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'))
202
+ *KoronaCloudClient::PriceGroupsApi* | [**add_price_groups**](docs/PriceGroupsApi.md#add_price_groups) | **POST** /accounts/{koronaAccountId}/priceGroups | adds a batch of new price groups
203
+ *KoronaCloudClient::PriceGroupsApi* | [**delete_price_groups**](docs/PriceGroupsApi.md#delete_price_groups) | **DELETE** /accounts/{koronaAccountId}/priceGroups | deletes a batch of price groups
176
204
  *KoronaCloudClient::PriceGroupsApi* | [**get_price_group**](docs/PriceGroupsApi.md#get_price_group) | **GET** /accounts/{koronaAccountId}/priceGroups/{priceGroupId} | returns the single price group
177
205
  *KoronaCloudClient::PriceGroupsApi* | [**get_price_groups**](docs/PriceGroupsApi.md#get_price_groups) | **GET** /accounts/{koronaAccountId}/priceGroups | lists all price groups
206
+ *KoronaCloudClient::PriceGroupsApi* | [**update_price_groups**](docs/PriceGroupsApi.md#update_price_groups) | **PATCH** /accounts/{koronaAccountId}/priceGroups | updates a batch of price groups
207
+ *KoronaCloudClient::ProductionTypesApi* | [**add_production_types**](docs/ProductionTypesApi.md#add_production_types) | **POST** /accounts/{koronaAccountId}/productionTypes | adds a batch of new production types
208
+ *KoronaCloudClient::ProductionTypesApi* | [**delete_production_types**](docs/ProductionTypesApi.md#delete_production_types) | **DELETE** /accounts/{koronaAccountId}/productionTypes | deletes a batch of production types
209
+ *KoronaCloudClient::ProductionTypesApi* | [**get_production_type**](docs/ProductionTypesApi.md#get_production_type) | **GET** /accounts/{koronaAccountId}/productionTypes/{productionTypeId} | returns the single production type
210
+ *KoronaCloudClient::ProductionTypesApi* | [**get_production_types**](docs/ProductionTypesApi.md#get_production_types) | **GET** /accounts/{koronaAccountId}/productionTypes | lists all production types
211
+ *KoronaCloudClient::ProductionTypesApi* | [**update_production_types**](docs/ProductionTypesApi.md#update_production_types) | **PATCH** /accounts/{koronaAccountId}/productionTypes | updates a batch of production types
178
212
  *KoronaCloudClient::ProductsApi* | [**add_products**](docs/ProductsApi.md#add_products) | **POST** /accounts/{koronaAccountId}/products | adds a batch of new products
179
213
  *KoronaCloudClient::ProductsApi* | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /accounts/{koronaAccountId}/products/{productId} | deletes the single product
180
214
  *KoronaCloudClient::ProductsApi* | [**delete_products**](docs/ProductsApi.md#delete_products) | **DELETE** /accounts/{koronaAccountId}/products | deletes a batch of products
@@ -185,9 +219,13 @@ Class | Method | HTTP request | Description
185
219
  *KoronaCloudClient::ProductsApi* | [**update_products**](docs/ProductsApi.md#update_products) | **PATCH** /accounts/{koronaAccountId}/products | updates a batch of products
186
220
  *KoronaCloudClient::ReceiptsApi* | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /accounts/{koronaAccountId}/receipts/{receiptId} | returns the single receipt
187
221
  *KoronaCloudClient::ReceiptsApi* | [**get_receipts**](docs/ReceiptsApi.md#get_receipts) | **GET** /accounts/{koronaAccountId}/receipts | lists all receipts
222
+ *KoronaCloudClient::SalesTaxesApi* | [**add_sales_taxes**](docs/SalesTaxesApi.md#add_sales_taxes) | **POST** /accounts/{koronaAccountId}/salesTaxes | adds a batch of new sales taxes
223
+ *KoronaCloudClient::SalesTaxesApi* | [**delete_sales_taxes**](docs/SalesTaxesApi.md#delete_sales_taxes) | **DELETE** /accounts/{koronaAccountId}/salesTaxes | deletes a batch of sales taxes
188
224
  *KoronaCloudClient::SalesTaxesApi* | [**get_sales_tax**](docs/SalesTaxesApi.md#get_sales_tax) | **GET** /accounts/{koronaAccountId}/salesTaxes/{salesTaxId} | returns the single sales tax
189
225
  *KoronaCloudClient::SalesTaxesApi* | [**get_sales_taxes**](docs/SalesTaxesApi.md#get_sales_taxes) | **GET** /accounts/{koronaAccountId}/salesTaxes | lists all sales taxes
226
+ *KoronaCloudClient::SalesTaxesApi* | [**update_sales_taxes**](docs/SalesTaxesApi.md#update_sales_taxes) | **PATCH** /accounts/{koronaAccountId}/salesTaxes | updates a batch of sales taxes
190
227
  *KoronaCloudClient::SectorsApi* | [**add_sectors**](docs/SectorsApi.md#add_sectors) | **POST** /accounts/{koronaAccountId}/sectors | adds a batch of new sectors
228
+ *KoronaCloudClient::SectorsApi* | [**delete_sectors**](docs/SectorsApi.md#delete_sectors) | **DELETE** /accounts/{koronaAccountId}/sectors | deletes a batch of sectors
191
229
  *KoronaCloudClient::SectorsApi* | [**get_sector**](docs/SectorsApi.md#get_sector) | **GET** /accounts/{koronaAccountId}/sectors/{sectorId} | returns the single sector
192
230
  *KoronaCloudClient::SectorsApi* | [**get_sectors**](docs/SectorsApi.md#get_sectors) | **GET** /accounts/{koronaAccountId}/sectors | lists all sectors
193
231
  *KoronaCloudClient::SectorsApi* | [**update_sectors**](docs/SectorsApi.md#update_sectors) | **PATCH** /accounts/{koronaAccountId}/sectors | updates a batch of sectors
@@ -195,6 +233,9 @@ Class | Method | HTTP request | Description
195
233
  *KoronaCloudClient::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
196
234
  *KoronaCloudClient::StatisticsApi* | [**get_revenue_hourly**](docs/StatisticsApi.md#get_revenue_hourly) | **GET** /accounts/{koronaAccountId}/statistics/revenueDataHourly | returns the turnover per hour during the given period
197
235
  *KoronaCloudClient::StatisticsApi* | [**get_top_seller**](docs/StatisticsApi.md#get_top_seller) | **GET** /accounts/{koronaAccountId}/statistics/topSeller | returns the top-seller
236
+ *KoronaCloudClient::StockOrdersApi* | [**book_stock_order**](docs/StockOrdersApi.md#book_stock_order) | **PATCH** /accounts/{koronaAccountId}/stockOrders/{stockOrderId}/book | book the single stock order
237
+ *KoronaCloudClient::StockOrdersApi* | [**get_stock_order**](docs/StockOrdersApi.md#get_stock_order) | **GET** /accounts/{koronaAccountId}/stockOrders/{stockOrderId} | returns a single stock order
238
+ *KoronaCloudClient::StockOrdersApi* | [**get_stock_orders**](docs/StockOrdersApi.md#get_stock_orders) | **GET** /accounts/{koronaAccountId}/stockOrders | lists all stock orders
198
239
  *KoronaCloudClient::StockReceiptsApi* | [**add_stock_receipt_items**](docs/StockReceiptsApi.md#add_stock_receipt_items) | **POST** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | adds stock-receipt items
199
240
  *KoronaCloudClient::StockReceiptsApi* | [**add_stock_receipts**](docs/StockReceiptsApi.md#add_stock_receipts) | **POST** /accounts/{koronaAccountId}/stockReceipts | adds stock-receipts
200
241
  *KoronaCloudClient::StockReceiptsApi* | [**book_stock_receipt**](docs/StockReceiptsApi.md#book_stock_receipt) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/book | book the single stock-receipt
@@ -206,8 +247,11 @@ Class | Method | HTTP request | Description
206
247
  *KoronaCloudClient::StockReceiptsApi* | [**update_stock_receipt**](docs/StockReceiptsApi.md#update_stock_receipt) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId} | updates the single stock-receipt
207
248
  *KoronaCloudClient::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
208
249
  *KoronaCloudClient::StockReceiptsApi* | [**update_stock_receipt_items**](docs/StockReceiptsApi.md#update_stock_receipt_items) | **PATCH** /accounts/{koronaAccountId}/stockReceipts/{stockReceiptId}/items | updates stock-receipt items
250
+ *KoronaCloudClient::SuppliersApi* | [**add_suppliers**](docs/SuppliersApi.md#add_suppliers) | **POST** /accounts/{koronaAccountId}/suppliers | adds a batch of new suppliers
251
+ *KoronaCloudClient::SuppliersApi* | [**delete_suppliers**](docs/SuppliersApi.md#delete_suppliers) | **DELETE** /accounts/{koronaAccountId}/suppliers | deletes a batch of suppliers
209
252
  *KoronaCloudClient::SuppliersApi* | [**get_supplier**](docs/SuppliersApi.md#get_supplier) | **GET** /accounts/{koronaAccountId}/suppliers/{supplierId} | returns the single supplier
210
253
  *KoronaCloudClient::SuppliersApi* | [**get_suppliers**](docs/SuppliersApi.md#get_suppliers) | **GET** /accounts/{koronaAccountId}/suppliers | lists all suppliers
254
+ *KoronaCloudClient::SuppliersApi* | [**update_suppliers**](docs/SuppliersApi.md#update_suppliers) | **PATCH** /accounts/{koronaAccountId}/suppliers | updates a batch of suppliers
211
255
  *KoronaCloudClient::TagsApi* | [**add_tags**](docs/TagsApi.md#add_tags) | **POST** /accounts/{koronaAccountId}/tags | adds a batch of new tags
212
256
  *KoronaCloudClient::TagsApi* | [**delete_tag**](docs/TagsApi.md#delete_tag) | **DELETE** /accounts/{koronaAccountId}/tags/{tagId} | deletes the single tag
213
257
  *KoronaCloudClient::TagsApi* | [**delete_tags**](docs/TagsApi.md#delete_tags) | **DELETE** /accounts/{koronaAccountId}/tags | deletes a batch of tags
@@ -217,14 +261,17 @@ Class | Method | HTTP request | Description
217
261
  *KoronaCloudClient::TagsApi* | [**update_tags**](docs/TagsApi.md#update_tags) | **PATCH** /accounts/{koronaAccountId}/tags | updates a batch of tags
218
262
  *KoronaCloudClient::TicketCreationApi* | [**add_creation_task**](docs/TicketCreationApi.md#add_creation_task) | **POST** /accounts/{koronaAccountId}/ticketCreation | adds a creation task
219
263
  *KoronaCloudClient::TicketCreationApi* | [**get_creation_tasks**](docs/TicketCreationApi.md#get_creation_tasks) | **GET** /accounts/{koronaAccountId}/ticketCreation | creation tasks, personalization will always be empty for technical reasons
264
+ *KoronaCloudClient::TicketingApi* | [**add_entry_gates**](docs/TicketingApi.md#add_entry_gates) | **POST** /accounts/{koronaAccountId}/entryGates | adds a batch of new entry gates
220
265
  *KoronaCloudClient::TicketingApi* | [**add_events**](docs/TicketingApi.md#add_events) | **POST** /accounts/{koronaAccountId}/events | adds a batch of new events
221
- *KoronaCloudClient::TicketingApi* | [**add_or_update_attendances**](docs/TicketingApi.md#add_or_update_attendances) | **POST** /accounts/{koronaAccountId}/attendance | updates/adds attendances
266
+ *KoronaCloudClient::TicketingApi* | [**add_or_update_attendances**](docs/TicketingApi.md#add_or_update_attendances) | **POST** /accounts/{koronaAccountId}/attendances | updates/adds attendances
222
267
  *KoronaCloudClient::TicketingApi* | [**add_ticket_definitions**](docs/TicketingApi.md#add_ticket_definitions) | **POST** /accounts/{koronaAccountId}/ticketDefinitions | adds a batch of new ticket definitions
223
- *KoronaCloudClient::TicketingApi* | [**cancel_attendance**](docs/TicketingApi.md#cancel_attendance) | **DELETE** /accounts/{koronaAccountId}/attendance/{attendanceId} | cancel the attendance
268
+ *KoronaCloudClient::TicketingApi* | [**cancel_attendance**](docs/TicketingApi.md#cancel_attendance) | **DELETE** /accounts/{koronaAccountId}/attendances/{attendanceId} | cancel the attendance
269
+ *KoronaCloudClient::TicketingApi* | [**delete_entry_gates**](docs/TicketingApi.md#delete_entry_gates) | **DELETE** /accounts/{koronaAccountId}/entryGates | deletes a batch of entry gates
224
270
  *KoronaCloudClient::TicketingApi* | [**delete_event**](docs/TicketingApi.md#delete_event) | **DELETE** /accounts/{koronaAccountId}/events/{eventId} | deletes the single event
225
271
  *KoronaCloudClient::TicketingApi* | [**delete_ticket_definition**](docs/TicketingApi.md#delete_ticket_definition) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions/{ticketDefinitionId} | deletes the single ticket definition
226
272
  *KoronaCloudClient::TicketingApi* | [**delete_ticket_definitions**](docs/TicketingApi.md#delete_ticket_definitions) | **DELETE** /accounts/{koronaAccountId}/ticketDefinitions | deletes a batch of ticket definitions
227
- *KoronaCloudClient::TicketingApi* | [**get_attendances**](docs/TicketingApi.md#get_attendances) | **GET** /accounts/{koronaAccountId}/attendance | lists all attendances
273
+ *KoronaCloudClient::TicketingApi* | [**get_attendance**](docs/TicketingApi.md#get_attendance) | **GET** /accounts/{koronaAccountId}/attendances/{attendanceId} | returns the single attendance
274
+ *KoronaCloudClient::TicketingApi* | [**get_attendances**](docs/TicketingApi.md#get_attendances) | **GET** /accounts/{koronaAccountId}/attendances | lists all attendances
228
275
  *KoronaCloudClient::TicketingApi* | [**get_entry_gate**](docs/TicketingApi.md#get_entry_gate) | **GET** /accounts/{koronaAccountId}/entryGates/{entryGateId} | returns the single entry gate
229
276
  *KoronaCloudClient::TicketingApi* | [**get_entry_gates**](docs/TicketingApi.md#get_entry_gates) | **GET** /accounts/{koronaAccountId}/entryGates | lists all entry gates
230
277
  *KoronaCloudClient::TicketingApi* | [**get_event**](docs/TicketingApi.md#get_event) | **GET** /accounts/{koronaAccountId}/events/{eventId} | returns the single event
@@ -234,6 +281,7 @@ Class | Method | HTTP request | Description
234
281
  *KoronaCloudClient::TicketingApi* | [**get_tickets**](docs/TicketingApi.md#get_tickets) | **GET** /accounts/{koronaAccountId}/tickets | lists all tickets
235
282
  *KoronaCloudClient::TicketingApi* | [**lock_ticket**](docs/TicketingApi.md#lock_ticket) | **DELETE** /accounts/{koronaAccountId}/tickets/{ticketNumber} | locks the single ticket
236
283
  *KoronaCloudClient::TicketingApi* | [**unlock_ticket**](docs/TicketingApi.md#unlock_ticket) | **POST** /accounts/{koronaAccountId}/tickets/{ticketNumber} | unlocks the single ticket
284
+ *KoronaCloudClient::TicketingApi* | [**update_entry_gates**](docs/TicketingApi.md#update_entry_gates) | **PATCH** /accounts/{koronaAccountId}/entryGates | updates a batch of entry gates
237
285
  *KoronaCloudClient::TicketingApi* | [**update_event**](docs/TicketingApi.md#update_event) | **PATCH** /accounts/{koronaAccountId}/events/{eventId} | updates the single event
238
286
  *KoronaCloudClient::TicketingApi* | [**update_events**](docs/TicketingApi.md#update_events) | **PATCH** /accounts/{koronaAccountId}/events | updates a batch of events
239
287
  *KoronaCloudClient::TicketingApi* | [**update_ticket**](docs/TicketingApi.md#update_ticket) | **PATCH** /accounts/{koronaAccountId}/tickets/{ticketNumber} | updates the single ticket
@@ -263,9 +311,11 @@ Class | Method | HTTP request | Description
263
311
  - [KoronaCloudClient::BadRequestError](docs/BadRequestError.md)
264
312
  - [KoronaCloudClient::Capacity](docs/Capacity.md)
265
313
  - [KoronaCloudClient::Cashier](docs/Cashier.md)
314
+ - [KoronaCloudClient::CashierRole](docs/CashierRole.md)
266
315
  - [KoronaCloudClient::CashierSummary](docs/CashierSummary.md)
267
316
  - [KoronaCloudClient::Category](docs/Category.md)
268
317
  - [KoronaCloudClient::CloudSubscription](docs/CloudSubscription.md)
318
+ - [KoronaCloudClient::CloudSubscriptionDetails](docs/CloudSubscriptionDetails.md)
269
319
  - [KoronaCloudClient::CommodityGroup](docs/CommodityGroup.md)
270
320
  - [KoronaCloudClient::CommodityGroupSummary](docs/CommodityGroupSummary.md)
271
321
  - [KoronaCloudClient::CompanyIdentification](docs/CompanyIdentification.md)
@@ -293,6 +343,13 @@ Class | Method | HTTP request | Description
293
343
  - [KoronaCloudClient::EntryGate](docs/EntryGate.md)
294
344
  - [KoronaCloudClient::Event](docs/Event.md)
295
345
  - [KoronaCloudClient::ExternalSystemCall](docs/ExternalSystemCall.md)
346
+ - [KoronaCloudClient::FiscalTransaction](docs/FiscalTransaction.md)
347
+ - [KoronaCloudClient::FiscalUnit](docs/FiscalUnit.md)
348
+ - [KoronaCloudClient::FiscalUnitCertificateInfo](docs/FiscalUnitCertificateInfo.md)
349
+ - [KoronaCloudClient::FiscalUnitState](docs/FiscalUnitState.md)
350
+ - [KoronaCloudClient::FiscalUnitStateUsageLevel](docs/FiscalUnitStateUsageLevel.md)
351
+ - [KoronaCloudClient::FiscalUnitStateUsageLevelValue](docs/FiscalUnitStateUsageLevelValue.md)
352
+ - [KoronaCloudClient::FiscalUnitStateVersionInfo](docs/FiscalUnitStateVersionInfo.md)
296
353
  - [KoronaCloudClient::ForbiddenError](docs/ForbiddenError.md)
297
354
  - [KoronaCloudClient::GeoLocation](docs/GeoLocation.md)
298
355
  - [KoronaCloudClient::InfoText](docs/InfoText.md)
@@ -327,15 +384,18 @@ Class | Method | HTTP request | Description
327
384
  - [KoronaCloudClient::ProductSupplierPrice](docs/ProductSupplierPrice.md)
328
385
  - [KoronaCloudClient::ProductTransferInvolvedPartyInformation](docs/ProductTransferInvolvedPartyInformation.md)
329
386
  - [KoronaCloudClient::ProductTransferInvolvedPartyInformationData](docs/ProductTransferInvolvedPartyInformationData.md)
387
+ - [KoronaCloudClient::ProductionType](docs/ProductionType.md)
330
388
  - [KoronaCloudClient::Rating](docs/Rating.md)
331
389
  - [KoronaCloudClient::Receipt](docs/Receipt.md)
332
390
  - [KoronaCloudClient::ReceiptItem](docs/ReceiptItem.md)
391
+ - [KoronaCloudClient::ReceiptMaxRevisions](docs/ReceiptMaxRevisions.md)
333
392
  - [KoronaCloudClient::ResultList](docs/ResultList.md)
334
393
  - [KoronaCloudClient::ResultListAccount](docs/ResultListAccount.md)
335
394
  - [KoronaCloudClient::ResultListAdditionalReceiptInfoType](docs/ResultListAdditionalReceiptInfoType.md)
336
395
  - [KoronaCloudClient::ResultListAssortment](docs/ResultListAssortment.md)
337
396
  - [KoronaCloudClient::ResultListAttendance](docs/ResultListAttendance.md)
338
397
  - [KoronaCloudClient::ResultListCashier](docs/ResultListCashier.md)
398
+ - [KoronaCloudClient::ResultListCashierRole](docs/ResultListCashierRole.md)
339
399
  - [KoronaCloudClient::ResultListCommodityGroup](docs/ResultListCommodityGroup.md)
340
400
  - [KoronaCloudClient::ResultListCreationTask](docs/ResultListCreationTask.md)
341
401
  - [KoronaCloudClient::ResultListCurrency](docs/ResultListCurrency.md)
@@ -349,6 +409,7 @@ Class | Method | HTTP request | Description
349
409
  - [KoronaCloudClient::ResultListEntryGate](docs/ResultListEntryGate.md)
350
410
  - [KoronaCloudClient::ResultListEvent](docs/ResultListEvent.md)
351
411
  - [KoronaCloudClient::ResultListExternalSystemCall](docs/ResultListExternalSystemCall.md)
412
+ - [KoronaCloudClient::ResultListFiscalUnit](docs/ResultListFiscalUnit.md)
352
413
  - [KoronaCloudClient::ResultListInfoText](docs/ResultListInfoText.md)
353
414
  - [KoronaCloudClient::ResultListInventory](docs/ResultListInventory.md)
354
415
  - [KoronaCloudClient::ResultListInventoryList](docs/ResultListInventoryList.md)
@@ -359,9 +420,11 @@ Class | Method | HTTP request | Description
359
420
  - [KoronaCloudClient::ResultListPriceGroup](docs/ResultListPriceGroup.md)
360
421
  - [KoronaCloudClient::ResultListProduct](docs/ResultListProduct.md)
361
422
  - [KoronaCloudClient::ResultListProductStock](docs/ResultListProductStock.md)
423
+ - [KoronaCloudClient::ResultListProductionType](docs/ResultListProductionType.md)
362
424
  - [KoronaCloudClient::ResultListReceipt](docs/ResultListReceipt.md)
363
425
  - [KoronaCloudClient::ResultListSalesTax](docs/ResultListSalesTax.md)
364
426
  - [KoronaCloudClient::ResultListSector](docs/ResultListSector.md)
427
+ - [KoronaCloudClient::ResultListStockOrder](docs/ResultListStockOrder.md)
365
428
  - [KoronaCloudClient::ResultListStockReceipt](docs/ResultListStockReceipt.md)
366
429
  - [KoronaCloudClient::ResultListStockReceiptItem](docs/ResultListStockReceiptItem.md)
367
430
  - [KoronaCloudClient::ResultListSupplier](docs/ResultListSupplier.md)
@@ -376,11 +439,14 @@ Class | Method | HTTP request | Description
376
439
  - [KoronaCloudClient::Sector](docs/Sector.md)
377
440
  - [KoronaCloudClient::SectorRevenueAccountItem](docs/SectorRevenueAccountItem.md)
378
441
  - [KoronaCloudClient::SectorSalesTaxItem](docs/SectorSalesTaxItem.md)
442
+ - [KoronaCloudClient::Service](docs/Service.md)
379
443
  - [KoronaCloudClient::Signature](docs/Signature.md)
380
444
  - [KoronaCloudClient::Statistic](docs/Statistic.md)
381
445
  - [KoronaCloudClient::StatisticListTopSeller](docs/StatisticListTopSeller.md)
382
446
  - [KoronaCloudClient::StatisticMapStringRevenueData](docs/StatisticMapStringRevenueData.md)
383
447
  - [KoronaCloudClient::StatisticRevenueData](docs/StatisticRevenueData.md)
448
+ - [KoronaCloudClient::StockOrder](docs/StockOrder.md)
449
+ - [KoronaCloudClient::StockOrderItem](docs/StockOrderItem.md)
384
450
  - [KoronaCloudClient::StockReceipt](docs/StockReceipt.md)
385
451
  - [KoronaCloudClient::StockReceiptItem](docs/StockReceiptItem.md)
386
452
  - [KoronaCloudClient::StockReceiptItemAmount](docs/StockReceiptItemAmount.md)
@@ -405,6 +471,7 @@ Class | Method | HTTP request | Description
405
471
  - [KoronaCloudClient::TotalPeriod](docs/TotalPeriod.md)
406
472
  - [KoronaCloudClient::TotalPrice](docs/TotalPrice.md)
407
473
  - [KoronaCloudClient::Validity](docs/Validity.md)
474
+ - [KoronaCloudClient::VoidedReceiptItem](docs/VoidedReceiptItem.md)
408
475
  - [KoronaCloudClient::Weather](docs/Weather.md)
409
476
 
410
477
 
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
7
7
  **address_line1** | **String** | | [optional]
8
8
  **address_line2** | **String** | | [optional]
9
9
  **city** | **String** | | [optional]
10
+ **company** | **String** | | [optional]
10
11
  **country** | **String** | | [optional]
11
12
  **department** | **String** | | [optional]
12
13
  **state** | **String** | | [optional]
@@ -20,6 +21,7 @@ require 'KoronaCloudClient'
20
21
  instance = KoronaCloudClient::AddressInformation.new(address_line1: null,
21
22
  address_line2: null,
22
23
  city: null,
24
+ company: null,
23
25
  country: null,
24
26
  department: null,
25
27
  state: null,
@@ -12,12 +12,17 @@ Name | Type | Description | Notes
12
12
  **deactivated** | **Boolean** | | [optional]
13
13
  **email** | **String** | | [optional]
14
14
  **firstname** | **String** | | [optional]
15
- **gender** | **String** | | [optional]
16
- **login_code** | **String** | contains the md5 hash of the cashiers login code | [optional]
17
- **login_password** | **String** | contains the md5 hash of the cashiers login password | [optional]
18
- **permissions** | **Array<String>** | | [optional]
19
- **role** | **String** | | [optional]
20
15
  **surname** | **String** | | [optional]
16
+ **gender** | **String** | | [optional]
17
+ **login_code** | **String** | by default, the md5 hash of the cashiers login code. on GET requests this can be changed via the `displayCashierCredentials=(HASH|PLAIN|NONE)` parameter, on POST and PATCH it is always assumed to be `PLAIN` text. | [optional]
18
+ **login_password** | **String** | by default, the md5 hash of the cashiers login password. on GET requests this can be changed via the `displayCashierCredentials=(HASH|PLAIN|NONE)` parameter, on POST and PATCH it is always assumed to be `PLAIN` text. | [optional]
19
+ **permissions** | **Array<String>** | | [optional] [readonly]
20
+ **role** | **String** | | [optional] [readonly]
21
+ **bonus_points** | **Integer** | | [optional]
22
+ **background_color** | **Integer** | | [optional]
23
+ **cashier_role** | [**ModelReference**](ModelReference.md) | | [optional]
24
+ **create_time** | **Date** | | [optional] [readonly]
25
+ **last_receipt_time** | **Date** | | [optional] [readonly]
21
26
 
22
27
  ## Code Sample
23
28
 
@@ -32,12 +37,17 @@ instance = KoronaCloudClient::Cashier.new(active: null,
32
37
  deactivated: null,
33
38
  email: null,
34
39
  firstname: null,
40
+ surname: null,
35
41
  gender: null,
36
42
  login_code: null,
37
43
  login_password: null,
38
44
  permissions: null,
39
45
  role: null,
40
- surname: null)
46
+ bonus_points: null,
47
+ background_color: null,
48
+ cashier_role: null,
49
+ create_time: null,
50
+ last_receipt_time: null)
41
51
  ```
42
52
 
43
53
 
@@ -0,0 +1,27 @@
1
+ # KoronaCloudClient::CashierRole
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **active** | **Boolean** | indicates whether the object is active for use or not | [optional] [readonly]
8
+ **id** | **String** | global object uuid (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) | [optional]
9
+ **number** | **String** | number of the object, like it is set in backoffice; will be removed when active=false | [optional]
10
+ **revision** | **Integer** | the revision number of the object. revision numbers are unique per object-type. there is is no object of the same type with identical revision numbers. | [optional] [readonly]
11
+ **name** | **String** | | [optional]
12
+ **permissions** | **Array<String>** | | [optional]
13
+
14
+ ## Code Sample
15
+
16
+ ```ruby
17
+ require 'KoronaCloudClient'
18
+
19
+ instance = KoronaCloudClient::CashierRole.new(active: null,
20
+ id: null,
21
+ number: null,
22
+ revision: null,
23
+ name: null,
24
+ permissions: null)
25
+ ```
26
+
27
+
@@ -0,0 +1,402 @@
1
+ # KoronaCloudClient::CashierRolesApi
2
+
3
+ All URIs are relative to *https://www.koronacloud.com/web/api/v3*
4
+
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**add_cashier_roles**](CashierRolesApi.md#add_cashier_roles) | **POST** /accounts/{koronaAccountId}/cashierRoles | adds a batch of new cashier roles
8
+ [**delete_cashier_role**](CashierRolesApi.md#delete_cashier_role) | **DELETE** /accounts/{koronaAccountId}/cashierRoles/{cashierRoleId} | deletes the single cashier role
9
+ [**delete_cashier_roles**](CashierRolesApi.md#delete_cashier_roles) | **DELETE** /accounts/{koronaAccountId}/cashierRoles | deletes a batch of cashier roles
10
+ [**get_cashier_role**](CashierRolesApi.md#get_cashier_role) | **GET** /accounts/{koronaAccountId}/cashierRoles/{cashierRoleId} | returns the single cashier role
11
+ [**get_cashier_roles**](CashierRolesApi.md#get_cashier_roles) | **GET** /accounts/{koronaAccountId}/cashierRoles | lists all cashier roles
12
+ [**update_cashier_role**](CashierRolesApi.md#update_cashier_role) | **PATCH** /accounts/{koronaAccountId}/cashierRoles/{cashierRoleId} | updates the single cashier role
13
+ [**update_cashier_roles**](CashierRolesApi.md#update_cashier_roles) | **PATCH** /accounts/{koronaAccountId}/cashierRoles | updates a batch of cashier roles
14
+
15
+
16
+
17
+ ## add_cashier_roles
18
+
19
+ > Array<AddOrUpdateResult> add_cashier_roles(korona_account_id, body, opts)
20
+
21
+ adds a batch of new cashier roles
22
+
23
+ ### Example
24
+
25
+ ```ruby
26
+ # load the gem
27
+ require 'korona-cloud-client'
28
+ # setup authorization
29
+ KoronaCloudClient.configure do |config|
30
+ # Configure HTTP basic authorization: basicAuth
31
+ config.username = 'YOUR USERNAME'
32
+ config.password = 'YOUR PASSWORD'
33
+ end
34
+
35
+ api_instance = KoronaCloudClient::CashierRolesApi.new
36
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
37
+ body = [KoronaCloudClient::CashierRole.new] # Array<CashierRole> | an array of new cashier roles
38
+ opts = {
39
+ upsert: true # Boolean | when set to true, updates the object instead of generating a already-exists-error
40
+ }
41
+
42
+ begin
43
+ #adds a batch of new cashier roles
44
+ result = api_instance.add_cashier_roles(korona_account_id, body, opts)
45
+ p result
46
+ rescue KoronaCloudClient::ApiError => e
47
+ puts "Exception when calling CashierRolesApi->add_cashier_roles: #{e}"
48
+ end
49
+ ```
50
+
51
+ ### Parameters
52
+
53
+
54
+ Name | Type | Description | Notes
55
+ ------------- | ------------- | ------------- | -------------
56
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
57
+ **body** | [**Array&lt;CashierRole&gt;**](CashierRole.md)| an array of new cashier roles |
58
+ **upsert** | **Boolean**| when set to true, updates the object instead of generating a already-exists-error | [optional]
59
+
60
+ ### Return type
61
+
62
+ [**Array&lt;AddOrUpdateResult&gt;**](AddOrUpdateResult.md)
63
+
64
+ ### Authorization
65
+
66
+ [basicAuth](../README.md#basicAuth)
67
+
68
+ ### HTTP request headers
69
+
70
+ - **Content-Type**: application/json
71
+ - **Accept**: application/json
72
+
73
+
74
+ ## delete_cashier_role
75
+
76
+ > delete_cashier_role(korona_account_id, cashier_role_id)
77
+
78
+ deletes the single cashier role
79
+
80
+ ### Example
81
+
82
+ ```ruby
83
+ # load the gem
84
+ require 'korona-cloud-client'
85
+ # setup authorization
86
+ KoronaCloudClient.configure do |config|
87
+ # Configure HTTP basic authorization: basicAuth
88
+ config.username = 'YOUR USERNAME'
89
+ config.password = 'YOUR PASSWORD'
90
+ end
91
+
92
+ api_instance = KoronaCloudClient::CashierRolesApi.new
93
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
94
+ cashier_role_id = 'cashier_role_id_example' # String | id of the related object (important: id should match the uuid-format)
95
+
96
+ begin
97
+ #deletes the single cashier role
98
+ api_instance.delete_cashier_role(korona_account_id, cashier_role_id)
99
+ rescue KoronaCloudClient::ApiError => e
100
+ puts "Exception when calling CashierRolesApi->delete_cashier_role: #{e}"
101
+ end
102
+ ```
103
+
104
+ ### Parameters
105
+
106
+
107
+ Name | Type | Description | Notes
108
+ ------------- | ------------- | ------------- | -------------
109
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
110
+ **cashier_role_id** | **String**| id of the related object (important: id should match the uuid-format) |
111
+
112
+ ### Return type
113
+
114
+ nil (empty response body)
115
+
116
+ ### Authorization
117
+
118
+ [basicAuth](../README.md#basicAuth)
119
+
120
+ ### HTTP request headers
121
+
122
+ - **Content-Type**: Not defined
123
+ - **Accept**: application/json
124
+
125
+
126
+ ## delete_cashier_roles
127
+
128
+ > Array&lt;AddOrUpdateResult&gt; delete_cashier_roles(korona_account_id, body)
129
+
130
+ deletes a batch of cashier roles
131
+
132
+ ### Example
133
+
134
+ ```ruby
135
+ # load the gem
136
+ require 'korona-cloud-client'
137
+ # setup authorization
138
+ KoronaCloudClient.configure do |config|
139
+ # Configure HTTP basic authorization: basicAuth
140
+ config.username = 'YOUR USERNAME'
141
+ config.password = 'YOUR PASSWORD'
142
+ end
143
+
144
+ api_instance = KoronaCloudClient::CashierRolesApi.new
145
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
146
+ body = [KoronaCloudClient::CashierRole.new] # Array<CashierRole> | array of existing cashier roles (id or number required)
147
+
148
+ begin
149
+ #deletes a batch of cashier roles
150
+ result = api_instance.delete_cashier_roles(korona_account_id, body)
151
+ p result
152
+ rescue KoronaCloudClient::ApiError => e
153
+ puts "Exception when calling CashierRolesApi->delete_cashier_roles: #{e}"
154
+ end
155
+ ```
156
+
157
+ ### Parameters
158
+
159
+
160
+ Name | Type | Description | Notes
161
+ ------------- | ------------- | ------------- | -------------
162
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
163
+ **body** | [**Array&lt;CashierRole&gt;**](CashierRole.md)| array of existing cashier roles (id or number required) |
164
+
165
+ ### Return type
166
+
167
+ [**Array&lt;AddOrUpdateResult&gt;**](AddOrUpdateResult.md)
168
+
169
+ ### Authorization
170
+
171
+ [basicAuth](../README.md#basicAuth)
172
+
173
+ ### HTTP request headers
174
+
175
+ - **Content-Type**: application/json
176
+ - **Accept**: application/json
177
+
178
+
179
+ ## get_cashier_role
180
+
181
+ > CashierRole get_cashier_role(korona_account_id, cashier_role_id)
182
+
183
+ returns the single cashier role
184
+
185
+ ### Example
186
+
187
+ ```ruby
188
+ # load the gem
189
+ require 'korona-cloud-client'
190
+ # setup authorization
191
+ KoronaCloudClient.configure do |config|
192
+ # Configure HTTP basic authorization: basicAuth
193
+ config.username = 'YOUR USERNAME'
194
+ config.password = 'YOUR PASSWORD'
195
+ end
196
+
197
+ api_instance = KoronaCloudClient::CashierRolesApi.new
198
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
199
+ cashier_role_id = 'cashier_role_id_example' # String | id of the related object (important: id should match the uuid-format)
200
+
201
+ begin
202
+ #returns the single cashier role
203
+ result = api_instance.get_cashier_role(korona_account_id, cashier_role_id)
204
+ p result
205
+ rescue KoronaCloudClient::ApiError => e
206
+ puts "Exception when calling CashierRolesApi->get_cashier_role: #{e}"
207
+ end
208
+ ```
209
+
210
+ ### Parameters
211
+
212
+
213
+ Name | Type | Description | Notes
214
+ ------------- | ------------- | ------------- | -------------
215
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
216
+ **cashier_role_id** | **String**| id of the related object (important: id should match the uuid-format) |
217
+
218
+ ### Return type
219
+
220
+ [**CashierRole**](CashierRole.md)
221
+
222
+ ### Authorization
223
+
224
+ [basicAuth](../README.md#basicAuth)
225
+
226
+ ### HTTP request headers
227
+
228
+ - **Content-Type**: Not defined
229
+ - **Accept**: application/json
230
+
231
+
232
+ ## get_cashier_roles
233
+
234
+ > ResultListCashierRole get_cashier_roles(korona_account_id, opts)
235
+
236
+ lists all cashier roles
237
+
238
+ ### Example
239
+
240
+ ```ruby
241
+ # load the gem
242
+ require 'korona-cloud-client'
243
+ # setup authorization
244
+ KoronaCloudClient.configure do |config|
245
+ # Configure HTTP basic authorization: basicAuth
246
+ config.username = 'YOUR USERNAME'
247
+ config.password = 'YOUR PASSWORD'
248
+ end
249
+
250
+ api_instance = KoronaCloudClient::CashierRolesApi.new
251
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
252
+ opts = {
253
+ page: 56, # Integer | number of the page to fetch
254
+ size: 56, # Integer | amount of objects to return per page
255
+ sort: 'sort_example', # String | attribute to sort by (multiple separated by comma; max. 5)
256
+ revision: 56, # Integer | last revision number, objects with a greater revision than this will be returned
257
+ include_deleted: true, # Boolean | indicates deleted objects should be loaded or not (default: false)
258
+ number: 'number_example' # String | number of the related object
259
+ }
260
+
261
+ begin
262
+ #lists all cashier roles
263
+ result = api_instance.get_cashier_roles(korona_account_id, opts)
264
+ p result
265
+ rescue KoronaCloudClient::ApiError => e
266
+ puts "Exception when calling CashierRolesApi->get_cashier_roles: #{e}"
267
+ end
268
+ ```
269
+
270
+ ### Parameters
271
+
272
+
273
+ Name | Type | Description | Notes
274
+ ------------- | ------------- | ------------- | -------------
275
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
276
+ **page** | **Integer**| number of the page to fetch | [optional]
277
+ **size** | **Integer**| amount of objects to return per page | [optional]
278
+ **sort** | **String**| attribute to sort by (multiple separated by comma; max. 5) | [optional]
279
+ **revision** | **Integer**| last revision number, objects with a greater revision than this will be returned | [optional]
280
+ **include_deleted** | **Boolean**| indicates deleted objects should be loaded or not (default: false) | [optional]
281
+ **number** | **String**| number of the related object | [optional]
282
+
283
+ ### Return type
284
+
285
+ [**ResultListCashierRole**](ResultListCashierRole.md)
286
+
287
+ ### Authorization
288
+
289
+ [basicAuth](../README.md#basicAuth)
290
+
291
+ ### HTTP request headers
292
+
293
+ - **Content-Type**: Not defined
294
+ - **Accept**: application/json
295
+
296
+
297
+ ## update_cashier_role
298
+
299
+ > update_cashier_role(korona_account_id, cashier_role_id, body)
300
+
301
+ updates the single cashier role
302
+
303
+ ### Example
304
+
305
+ ```ruby
306
+ # load the gem
307
+ require 'korona-cloud-client'
308
+ # setup authorization
309
+ KoronaCloudClient.configure do |config|
310
+ # Configure HTTP basic authorization: basicAuth
311
+ config.username = 'YOUR USERNAME'
312
+ config.password = 'YOUR PASSWORD'
313
+ end
314
+
315
+ api_instance = KoronaCloudClient::CashierRolesApi.new
316
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
317
+ cashier_role_id = 'cashier_role_id_example' # String | id of the related object (important: id should match the uuid-format)
318
+ body = KoronaCloudClient::CashierRole.new # CashierRole | the properties to update of the cashier role
319
+
320
+ begin
321
+ #updates the single cashier role
322
+ api_instance.update_cashier_role(korona_account_id, cashier_role_id, body)
323
+ rescue KoronaCloudClient::ApiError => e
324
+ puts "Exception when calling CashierRolesApi->update_cashier_role: #{e}"
325
+ end
326
+ ```
327
+
328
+ ### Parameters
329
+
330
+
331
+ Name | Type | Description | Notes
332
+ ------------- | ------------- | ------------- | -------------
333
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
334
+ **cashier_role_id** | **String**| id of the related object (important: id should match the uuid-format) |
335
+ **body** | [**CashierRole**](CashierRole.md)| the properties to update of the cashier role |
336
+
337
+ ### Return type
338
+
339
+ nil (empty response body)
340
+
341
+ ### Authorization
342
+
343
+ [basicAuth](../README.md#basicAuth)
344
+
345
+ ### HTTP request headers
346
+
347
+ - **Content-Type**: application/json
348
+ - **Accept**: application/json
349
+
350
+
351
+ ## update_cashier_roles
352
+
353
+ > Array&lt;AddOrUpdateResult&gt; update_cashier_roles(korona_account_id, body)
354
+
355
+ updates a batch of cashier roles
356
+
357
+ ### Example
358
+
359
+ ```ruby
360
+ # load the gem
361
+ require 'korona-cloud-client'
362
+ # setup authorization
363
+ KoronaCloudClient.configure do |config|
364
+ # Configure HTTP basic authorization: basicAuth
365
+ config.username = 'YOUR USERNAME'
366
+ config.password = 'YOUR PASSWORD'
367
+ end
368
+
369
+ api_instance = KoronaCloudClient::CashierRolesApi.new
370
+ korona_account_id = 'korona_account_id_example' # String | account id of the KORONA.cloud account
371
+ body = [KoronaCloudClient::CashierRole.new] # Array<CashierRole> | array of existing cashier roles (id or number required)
372
+
373
+ begin
374
+ #updates a batch of cashier roles
375
+ result = api_instance.update_cashier_roles(korona_account_id, body)
376
+ p result
377
+ rescue KoronaCloudClient::ApiError => e
378
+ puts "Exception when calling CashierRolesApi->update_cashier_roles: #{e}"
379
+ end
380
+ ```
381
+
382
+ ### Parameters
383
+
384
+
385
+ Name | Type | Description | Notes
386
+ ------------- | ------------- | ------------- | -------------
387
+ **korona_account_id** | **String**| account id of the KORONA.cloud account |
388
+ **body** | [**Array&lt;CashierRole&gt;**](CashierRole.md)| array of existing cashier roles (id or number required) |
389
+
390
+ ### Return type
391
+
392
+ [**Array&lt;AddOrUpdateResult&gt;**](AddOrUpdateResult.md)
393
+
394
+ ### Authorization
395
+
396
+ [basicAuth](../README.md#basicAuth)
397
+
398
+ ### HTTP request headers
399
+
400
+ - **Content-Type**: application/json
401
+ - **Accept**: application/json
402
+