korona_client 1.0.0 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -3,14 +3,14 @@
|
|
3
3
|
|
4
4
|
#Our api provides access to our cloud services
|
5
5
|
|
6
|
-
OpenAPI spec version:
|
7
|
-
|
6
|
+
OpenAPI spec version: 2.11.21
|
7
|
+
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
13
|
-
require
|
13
|
+
require 'uri'
|
14
14
|
|
15
15
|
module KoronaClient
|
16
16
|
class EconomicZonesApi
|
@@ -19,38 +19,37 @@ module KoronaClient
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
-
|
23
|
-
# lists the economic zone
|
22
|
+
# returns the single economic zone
|
24
23
|
#
|
25
|
-
# @param korona_account_id the account
|
26
|
-
# @param
|
24
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
25
|
+
# @param economic_zone_id id of the related object (important: id should match the uuid-format)
|
27
26
|
# @param [Hash] opts the optional parameters
|
28
27
|
# @return [EconomicZone]
|
29
|
-
def get_economic_zone(korona_account_id,
|
30
|
-
data, _status_code, _headers = get_economic_zone_with_http_info(korona_account_id,
|
31
|
-
|
28
|
+
def get_economic_zone(korona_account_id, economic_zone_id, opts = {})
|
29
|
+
data, _status_code, _headers = get_economic_zone_with_http_info(korona_account_id, economic_zone_id, opts)
|
30
|
+
data
|
32
31
|
end
|
33
32
|
|
34
|
-
#
|
33
|
+
# returns the single economic zone
|
35
34
|
#
|
36
|
-
# @param korona_account_id the account
|
37
|
-
# @param
|
35
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
36
|
+
# @param economic_zone_id id of the related object (important: id should match the uuid-format)
|
38
37
|
# @param [Hash] opts the optional parameters
|
39
38
|
# @return [Array<(EconomicZone, Fixnum, Hash)>] EconomicZone data, response status code and response headers
|
40
|
-
def get_economic_zone_with_http_info(korona_account_id,
|
39
|
+
def get_economic_zone_with_http_info(korona_account_id, economic_zone_id, opts = {})
|
41
40
|
if @api_client.config.debugging
|
42
|
-
@api_client.config.logger.debug
|
41
|
+
@api_client.config.logger.debug 'Calling API: EconomicZonesApi.get_economic_zone ...'
|
43
42
|
end
|
44
43
|
# verify the required parameter 'korona_account_id' is set
|
45
44
|
if @api_client.config.client_side_validation && korona_account_id.nil?
|
46
45
|
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling EconomicZonesApi.get_economic_zone"
|
47
46
|
end
|
48
|
-
# verify the required parameter '
|
49
|
-
if @api_client.config.client_side_validation &&
|
50
|
-
fail ArgumentError, "Missing the required parameter '
|
47
|
+
# verify the required parameter 'economic_zone_id' is set
|
48
|
+
if @api_client.config.client_side_validation && economic_zone_id.nil?
|
49
|
+
fail ArgumentError, "Missing the required parameter 'economic_zone_id' when calling EconomicZonesApi.get_economic_zone"
|
51
50
|
end
|
52
51
|
# resource path
|
53
|
-
local_var_path =
|
52
|
+
local_var_path = '/accounts/{koronaAccountId}/economicZones/{economicZoneId}'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'economicZoneId' + '}', economic_zone_id.to_s)
|
54
53
|
|
55
54
|
# query parameters
|
56
55
|
query_params = {}
|
@@ -80,42 +79,43 @@ module KoronaClient
|
|
80
79
|
end
|
81
80
|
return data, status_code, headers
|
82
81
|
end
|
83
|
-
|
84
82
|
# lists all economic zones
|
85
83
|
#
|
86
|
-
# @param korona_account_id the account
|
84
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
87
85
|
# @param [Hash] opts the optional parameters
|
88
86
|
# @option opts [Integer] :page number of the page to fetch
|
89
87
|
# @option opts [Integer] :size amount of objects to return per page
|
90
88
|
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
91
89
|
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
92
90
|
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
91
|
+
# @option opts [String] :number number of the related object
|
93
92
|
# @return [ResultListEconomicZone]
|
94
93
|
def get_economic_zones(korona_account_id, opts = {})
|
95
94
|
data, _status_code, _headers = get_economic_zones_with_http_info(korona_account_id, opts)
|
96
|
-
|
95
|
+
data
|
97
96
|
end
|
98
97
|
|
99
98
|
# lists all economic zones
|
100
99
|
#
|
101
|
-
# @param korona_account_id the account
|
100
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
102
101
|
# @param [Hash] opts the optional parameters
|
103
102
|
# @option opts [Integer] :page number of the page to fetch
|
104
103
|
# @option opts [Integer] :size amount of objects to return per page
|
105
104
|
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
106
105
|
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
107
106
|
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
107
|
+
# @option opts [String] :number number of the related object
|
108
108
|
# @return [Array<(ResultListEconomicZone, Fixnum, Hash)>] ResultListEconomicZone data, response status code and response headers
|
109
109
|
def get_economic_zones_with_http_info(korona_account_id, opts = {})
|
110
110
|
if @api_client.config.debugging
|
111
|
-
@api_client.config.logger.debug
|
111
|
+
@api_client.config.logger.debug 'Calling API: EconomicZonesApi.get_economic_zones ...'
|
112
112
|
end
|
113
113
|
# verify the required parameter 'korona_account_id' is set
|
114
114
|
if @api_client.config.client_side_validation && korona_account_id.nil?
|
115
115
|
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling EconomicZonesApi.get_economic_zones"
|
116
116
|
end
|
117
117
|
# resource path
|
118
|
-
local_var_path =
|
118
|
+
local_var_path = '/accounts/{koronaAccountId}/economicZones'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
119
119
|
|
120
120
|
# query parameters
|
121
121
|
query_params = {}
|
@@ -124,6 +124,7 @@ module KoronaClient
|
|
124
124
|
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
125
125
|
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
126
126
|
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
127
|
+
query_params[:'number'] = opts[:'number'] if !opts[:'number'].nil?
|
127
128
|
|
128
129
|
# header parameters
|
129
130
|
header_params = {}
|
@@ -0,0 +1,462 @@
|
|
1
|
+
=begin
|
2
|
+
#KORONA.cloud API v3
|
3
|
+
|
4
|
+
#Our api provides access to our cloud services
|
5
|
+
|
6
|
+
OpenAPI spec version: 2.11.21
|
7
|
+
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
+
Swagger Codegen version: 2.4.8
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'uri'
|
14
|
+
|
15
|
+
module KoronaClient
|
16
|
+
class ExternalSystemCallsApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# adds a batch of new external system calls
|
23
|
+
#
|
24
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
25
|
+
# @param body array of new external system calls
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @option opts [BOOLEAN] :upsert when set to true, updates the object instead of generating a already-exists-error
|
28
|
+
# @return [Array<AddOrUpdateResult>]
|
29
|
+
def add_external_system_calls(korona_account_id, body, opts = {})
|
30
|
+
data, _status_code, _headers = add_external_system_calls_with_http_info(korona_account_id, body, opts)
|
31
|
+
data
|
32
|
+
end
|
33
|
+
|
34
|
+
# adds a batch of new external system calls
|
35
|
+
#
|
36
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
37
|
+
# @param body array of new external system calls
|
38
|
+
# @param [Hash] opts the optional parameters
|
39
|
+
# @option opts [BOOLEAN] :upsert when set to true, updates the object instead of generating a already-exists-error
|
40
|
+
# @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
|
41
|
+
def add_external_system_calls_with_http_info(korona_account_id, body, opts = {})
|
42
|
+
if @api_client.config.debugging
|
43
|
+
@api_client.config.logger.debug 'Calling API: ExternalSystemCallsApi.add_external_system_calls ...'
|
44
|
+
end
|
45
|
+
# verify the required parameter 'korona_account_id' is set
|
46
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
47
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ExternalSystemCallsApi.add_external_system_calls"
|
48
|
+
end
|
49
|
+
# verify the required parameter 'body' is set
|
50
|
+
if @api_client.config.client_side_validation && body.nil?
|
51
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ExternalSystemCallsApi.add_external_system_calls"
|
52
|
+
end
|
53
|
+
# resource path
|
54
|
+
local_var_path = '/accounts/{koronaAccountId}/externalSystemCalls'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
55
|
+
|
56
|
+
# query parameters
|
57
|
+
query_params = {}
|
58
|
+
query_params[:'upsert'] = opts[:'upsert'] if !opts[:'upsert'].nil?
|
59
|
+
|
60
|
+
# header parameters
|
61
|
+
header_params = {}
|
62
|
+
# HTTP header 'Accept' (if needed)
|
63
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
64
|
+
# HTTP header 'Content-Type'
|
65
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
66
|
+
|
67
|
+
# form parameters
|
68
|
+
form_params = {}
|
69
|
+
|
70
|
+
# http body (model)
|
71
|
+
post_body = @api_client.object_to_http_body(body)
|
72
|
+
auth_names = ['basicAuth']
|
73
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
74
|
+
:header_params => header_params,
|
75
|
+
:query_params => query_params,
|
76
|
+
:form_params => form_params,
|
77
|
+
:body => post_body,
|
78
|
+
:auth_names => auth_names,
|
79
|
+
:return_type => 'Array<AddOrUpdateResult>')
|
80
|
+
if @api_client.config.debugging
|
81
|
+
@api_client.config.logger.debug "API called: ExternalSystemCallsApi#add_external_system_calls\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
82
|
+
end
|
83
|
+
return data, status_code, headers
|
84
|
+
end
|
85
|
+
# deletes a single external system call
|
86
|
+
#
|
87
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
88
|
+
# @param external_system_call_id id of the related object (important: id should match the uuid-format)
|
89
|
+
# @param [Hash] opts the optional parameters
|
90
|
+
# @return [nil]
|
91
|
+
def delete_external_system_call(korona_account_id, external_system_call_id, opts = {})
|
92
|
+
delete_external_system_call_with_http_info(korona_account_id, external_system_call_id, opts)
|
93
|
+
nil
|
94
|
+
end
|
95
|
+
|
96
|
+
# deletes a single external system call
|
97
|
+
#
|
98
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
99
|
+
# @param external_system_call_id id of the related object (important: id should match the uuid-format)
|
100
|
+
# @param [Hash] opts the optional parameters
|
101
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
102
|
+
def delete_external_system_call_with_http_info(korona_account_id, external_system_call_id, opts = {})
|
103
|
+
if @api_client.config.debugging
|
104
|
+
@api_client.config.logger.debug 'Calling API: ExternalSystemCallsApi.delete_external_system_call ...'
|
105
|
+
end
|
106
|
+
# verify the required parameter 'korona_account_id' is set
|
107
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
108
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ExternalSystemCallsApi.delete_external_system_call"
|
109
|
+
end
|
110
|
+
# verify the required parameter 'external_system_call_id' is set
|
111
|
+
if @api_client.config.client_side_validation && external_system_call_id.nil?
|
112
|
+
fail ArgumentError, "Missing the required parameter 'external_system_call_id' when calling ExternalSystemCallsApi.delete_external_system_call"
|
113
|
+
end
|
114
|
+
# resource path
|
115
|
+
local_var_path = '/accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId}'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'externalSystemCallId' + '}', external_system_call_id.to_s)
|
116
|
+
|
117
|
+
# query parameters
|
118
|
+
query_params = {}
|
119
|
+
|
120
|
+
# header parameters
|
121
|
+
header_params = {}
|
122
|
+
# HTTP header 'Accept' (if needed)
|
123
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
124
|
+
# HTTP header 'Content-Type'
|
125
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
126
|
+
|
127
|
+
# form parameters
|
128
|
+
form_params = {}
|
129
|
+
|
130
|
+
# http body (model)
|
131
|
+
post_body = nil
|
132
|
+
auth_names = ['basicAuth']
|
133
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
134
|
+
:header_params => header_params,
|
135
|
+
:query_params => query_params,
|
136
|
+
:form_params => form_params,
|
137
|
+
:body => post_body,
|
138
|
+
:auth_names => auth_names)
|
139
|
+
if @api_client.config.debugging
|
140
|
+
@api_client.config.logger.debug "API called: ExternalSystemCallsApi#delete_external_system_call\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
141
|
+
end
|
142
|
+
return data, status_code, headers
|
143
|
+
end
|
144
|
+
# deletes a batch of external system calls
|
145
|
+
#
|
146
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
147
|
+
# @param body array of existing external system calls (id or number required)
|
148
|
+
# @param [Hash] opts the optional parameters
|
149
|
+
# @return [Array<AddOrUpdateResult>]
|
150
|
+
def delete_external_system_calls(korona_account_id, body, opts = {})
|
151
|
+
data, _status_code, _headers = delete_external_system_calls_with_http_info(korona_account_id, body, opts)
|
152
|
+
data
|
153
|
+
end
|
154
|
+
|
155
|
+
# deletes a batch of external system calls
|
156
|
+
#
|
157
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
158
|
+
# @param body array of existing external system calls (id or number required)
|
159
|
+
# @param [Hash] opts the optional parameters
|
160
|
+
# @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
|
161
|
+
def delete_external_system_calls_with_http_info(korona_account_id, body, opts = {})
|
162
|
+
if @api_client.config.debugging
|
163
|
+
@api_client.config.logger.debug 'Calling API: ExternalSystemCallsApi.delete_external_system_calls ...'
|
164
|
+
end
|
165
|
+
# verify the required parameter 'korona_account_id' is set
|
166
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
167
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ExternalSystemCallsApi.delete_external_system_calls"
|
168
|
+
end
|
169
|
+
# verify the required parameter 'body' is set
|
170
|
+
if @api_client.config.client_side_validation && body.nil?
|
171
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ExternalSystemCallsApi.delete_external_system_calls"
|
172
|
+
end
|
173
|
+
# resource path
|
174
|
+
local_var_path = '/accounts/{koronaAccountId}/externalSystemCalls'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
175
|
+
|
176
|
+
# query parameters
|
177
|
+
query_params = {}
|
178
|
+
|
179
|
+
# header parameters
|
180
|
+
header_params = {}
|
181
|
+
# HTTP header 'Accept' (if needed)
|
182
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
183
|
+
# HTTP header 'Content-Type'
|
184
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
185
|
+
|
186
|
+
# form parameters
|
187
|
+
form_params = {}
|
188
|
+
|
189
|
+
# http body (model)
|
190
|
+
post_body = @api_client.object_to_http_body(body)
|
191
|
+
auth_names = ['basicAuth']
|
192
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
193
|
+
:header_params => header_params,
|
194
|
+
:query_params => query_params,
|
195
|
+
:form_params => form_params,
|
196
|
+
:body => post_body,
|
197
|
+
:auth_names => auth_names,
|
198
|
+
:return_type => 'Array<AddOrUpdateResult>')
|
199
|
+
if @api_client.config.debugging
|
200
|
+
@api_client.config.logger.debug "API called: ExternalSystemCallsApi#delete_external_system_calls\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
201
|
+
end
|
202
|
+
return data, status_code, headers
|
203
|
+
end
|
204
|
+
# returns a single external system call
|
205
|
+
#
|
206
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
207
|
+
# @param external_system_call_id id of the related object (important: id should match the uuid-format)
|
208
|
+
# @param [Hash] opts the optional parameters
|
209
|
+
# @return [ExternalSystemCall]
|
210
|
+
def get_external_system_call(korona_account_id, external_system_call_id, opts = {})
|
211
|
+
data, _status_code, _headers = get_external_system_call_with_http_info(korona_account_id, external_system_call_id, opts)
|
212
|
+
data
|
213
|
+
end
|
214
|
+
|
215
|
+
# returns a single external system call
|
216
|
+
#
|
217
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
218
|
+
# @param external_system_call_id id of the related object (important: id should match the uuid-format)
|
219
|
+
# @param [Hash] opts the optional parameters
|
220
|
+
# @return [Array<(ExternalSystemCall, Fixnum, Hash)>] ExternalSystemCall data, response status code and response headers
|
221
|
+
def get_external_system_call_with_http_info(korona_account_id, external_system_call_id, opts = {})
|
222
|
+
if @api_client.config.debugging
|
223
|
+
@api_client.config.logger.debug 'Calling API: ExternalSystemCallsApi.get_external_system_call ...'
|
224
|
+
end
|
225
|
+
# verify the required parameter 'korona_account_id' is set
|
226
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
227
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ExternalSystemCallsApi.get_external_system_call"
|
228
|
+
end
|
229
|
+
# verify the required parameter 'external_system_call_id' is set
|
230
|
+
if @api_client.config.client_side_validation && external_system_call_id.nil?
|
231
|
+
fail ArgumentError, "Missing the required parameter 'external_system_call_id' when calling ExternalSystemCallsApi.get_external_system_call"
|
232
|
+
end
|
233
|
+
# resource path
|
234
|
+
local_var_path = '/accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId}'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'externalSystemCallId' + '}', external_system_call_id.to_s)
|
235
|
+
|
236
|
+
# query parameters
|
237
|
+
query_params = {}
|
238
|
+
|
239
|
+
# header parameters
|
240
|
+
header_params = {}
|
241
|
+
# HTTP header 'Accept' (if needed)
|
242
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
243
|
+
# HTTP header 'Content-Type'
|
244
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
245
|
+
|
246
|
+
# form parameters
|
247
|
+
form_params = {}
|
248
|
+
|
249
|
+
# http body (model)
|
250
|
+
post_body = nil
|
251
|
+
auth_names = ['basicAuth']
|
252
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
253
|
+
:header_params => header_params,
|
254
|
+
:query_params => query_params,
|
255
|
+
:form_params => form_params,
|
256
|
+
:body => post_body,
|
257
|
+
:auth_names => auth_names,
|
258
|
+
:return_type => 'ExternalSystemCall')
|
259
|
+
if @api_client.config.debugging
|
260
|
+
@api_client.config.logger.debug "API called: ExternalSystemCallsApi#get_external_system_call\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
261
|
+
end
|
262
|
+
return data, status_code, headers
|
263
|
+
end
|
264
|
+
# lists all external system calls
|
265
|
+
#
|
266
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
267
|
+
# @param [Hash] opts the optional parameters
|
268
|
+
# @option opts [Integer] :page number of the page to fetch
|
269
|
+
# @option opts [Integer] :size amount of objects to return per page
|
270
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
271
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
272
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
273
|
+
# @option opts [String] :number number of the related object
|
274
|
+
# @return [ResultListExternalSystemCall]
|
275
|
+
def get_external_system_calls(korona_account_id, opts = {})
|
276
|
+
data, _status_code, _headers = get_external_system_calls_with_http_info(korona_account_id, opts)
|
277
|
+
data
|
278
|
+
end
|
279
|
+
|
280
|
+
# lists all external system calls
|
281
|
+
#
|
282
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
283
|
+
# @param [Hash] opts the optional parameters
|
284
|
+
# @option opts [Integer] :page number of the page to fetch
|
285
|
+
# @option opts [Integer] :size amount of objects to return per page
|
286
|
+
# @option opts [String] :sort attribute to sort by (multiple separated by comma; max. 5)
|
287
|
+
# @option opts [Integer] :revision last revision number, objects with a greater revision than this will be returned
|
288
|
+
# @option opts [BOOLEAN] :include_deleted indicates deleted objects should be loaded or not (default: false)
|
289
|
+
# @option opts [String] :number number of the related object
|
290
|
+
# @return [Array<(ResultListExternalSystemCall, Fixnum, Hash)>] ResultListExternalSystemCall data, response status code and response headers
|
291
|
+
def get_external_system_calls_with_http_info(korona_account_id, opts = {})
|
292
|
+
if @api_client.config.debugging
|
293
|
+
@api_client.config.logger.debug 'Calling API: ExternalSystemCallsApi.get_external_system_calls ...'
|
294
|
+
end
|
295
|
+
# verify the required parameter 'korona_account_id' is set
|
296
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
297
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ExternalSystemCallsApi.get_external_system_calls"
|
298
|
+
end
|
299
|
+
# resource path
|
300
|
+
local_var_path = '/accounts/{koronaAccountId}/externalSystemCalls'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
301
|
+
|
302
|
+
# query parameters
|
303
|
+
query_params = {}
|
304
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
305
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
306
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
307
|
+
query_params[:'revision'] = opts[:'revision'] if !opts[:'revision'].nil?
|
308
|
+
query_params[:'includeDeleted'] = opts[:'include_deleted'] if !opts[:'include_deleted'].nil?
|
309
|
+
query_params[:'number'] = opts[:'number'] if !opts[:'number'].nil?
|
310
|
+
|
311
|
+
# header parameters
|
312
|
+
header_params = {}
|
313
|
+
# HTTP header 'Accept' (if needed)
|
314
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
315
|
+
# HTTP header 'Content-Type'
|
316
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
317
|
+
|
318
|
+
# form parameters
|
319
|
+
form_params = {}
|
320
|
+
|
321
|
+
# http body (model)
|
322
|
+
post_body = nil
|
323
|
+
auth_names = ['basicAuth']
|
324
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
325
|
+
:header_params => header_params,
|
326
|
+
:query_params => query_params,
|
327
|
+
:form_params => form_params,
|
328
|
+
:body => post_body,
|
329
|
+
:auth_names => auth_names,
|
330
|
+
:return_type => 'ResultListExternalSystemCall')
|
331
|
+
if @api_client.config.debugging
|
332
|
+
@api_client.config.logger.debug "API called: ExternalSystemCallsApi#get_external_system_calls\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
333
|
+
end
|
334
|
+
return data, status_code, headers
|
335
|
+
end
|
336
|
+
# updates the single external system call
|
337
|
+
#
|
338
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
339
|
+
# @param external_system_call_id id of the related object (important: id should match the uuid-format)
|
340
|
+
# @param body the properties to update of the external system call
|
341
|
+
# @param [Hash] opts the optional parameters
|
342
|
+
# @return [nil]
|
343
|
+
def update_external_system_call(korona_account_id, external_system_call_id, body, opts = {})
|
344
|
+
update_external_system_call_with_http_info(korona_account_id, external_system_call_id, body, opts)
|
345
|
+
nil
|
346
|
+
end
|
347
|
+
|
348
|
+
# updates the single external system call
|
349
|
+
#
|
350
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
351
|
+
# @param external_system_call_id id of the related object (important: id should match the uuid-format)
|
352
|
+
# @param body the properties to update of the external system call
|
353
|
+
# @param [Hash] opts the optional parameters
|
354
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
355
|
+
def update_external_system_call_with_http_info(korona_account_id, external_system_call_id, body, opts = {})
|
356
|
+
if @api_client.config.debugging
|
357
|
+
@api_client.config.logger.debug 'Calling API: ExternalSystemCallsApi.update_external_system_call ...'
|
358
|
+
end
|
359
|
+
# verify the required parameter 'korona_account_id' is set
|
360
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
361
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ExternalSystemCallsApi.update_external_system_call"
|
362
|
+
end
|
363
|
+
# verify the required parameter 'external_system_call_id' is set
|
364
|
+
if @api_client.config.client_side_validation && external_system_call_id.nil?
|
365
|
+
fail ArgumentError, "Missing the required parameter 'external_system_call_id' when calling ExternalSystemCallsApi.update_external_system_call"
|
366
|
+
end
|
367
|
+
# verify the required parameter 'body' is set
|
368
|
+
if @api_client.config.client_side_validation && body.nil?
|
369
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ExternalSystemCallsApi.update_external_system_call"
|
370
|
+
end
|
371
|
+
# resource path
|
372
|
+
local_var_path = '/accounts/{koronaAccountId}/externalSystemCalls/{externalSystemCallId}'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s).sub('{' + 'externalSystemCallId' + '}', external_system_call_id.to_s)
|
373
|
+
|
374
|
+
# query parameters
|
375
|
+
query_params = {}
|
376
|
+
|
377
|
+
# header parameters
|
378
|
+
header_params = {}
|
379
|
+
# HTTP header 'Accept' (if needed)
|
380
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
381
|
+
# HTTP header 'Content-Type'
|
382
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
383
|
+
|
384
|
+
# form parameters
|
385
|
+
form_params = {}
|
386
|
+
|
387
|
+
# http body (model)
|
388
|
+
post_body = @api_client.object_to_http_body(body)
|
389
|
+
auth_names = ['basicAuth']
|
390
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
391
|
+
:header_params => header_params,
|
392
|
+
:query_params => query_params,
|
393
|
+
:form_params => form_params,
|
394
|
+
:body => post_body,
|
395
|
+
:auth_names => auth_names)
|
396
|
+
if @api_client.config.debugging
|
397
|
+
@api_client.config.logger.debug "API called: ExternalSystemCallsApi#update_external_system_call\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
398
|
+
end
|
399
|
+
return data, status_code, headers
|
400
|
+
end
|
401
|
+
# updates a batch of external system calls
|
402
|
+
#
|
403
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
404
|
+
# @param body array of existing external system calls (id or number required)
|
405
|
+
# @param [Hash] opts the optional parameters
|
406
|
+
# @return [Array<AddOrUpdateResult>]
|
407
|
+
def update_external_system_calls(korona_account_id, body, opts = {})
|
408
|
+
data, _status_code, _headers = update_external_system_calls_with_http_info(korona_account_id, body, opts)
|
409
|
+
data
|
410
|
+
end
|
411
|
+
|
412
|
+
# updates a batch of external system calls
|
413
|
+
#
|
414
|
+
# @param korona_account_id account id of the KORONA.cloud account
|
415
|
+
# @param body array of existing external system calls (id or number required)
|
416
|
+
# @param [Hash] opts the optional parameters
|
417
|
+
# @return [Array<(Array<AddOrUpdateResult>, Fixnum, Hash)>] Array<AddOrUpdateResult> data, response status code and response headers
|
418
|
+
def update_external_system_calls_with_http_info(korona_account_id, body, opts = {})
|
419
|
+
if @api_client.config.debugging
|
420
|
+
@api_client.config.logger.debug 'Calling API: ExternalSystemCallsApi.update_external_system_calls ...'
|
421
|
+
end
|
422
|
+
# verify the required parameter 'korona_account_id' is set
|
423
|
+
if @api_client.config.client_side_validation && korona_account_id.nil?
|
424
|
+
fail ArgumentError, "Missing the required parameter 'korona_account_id' when calling ExternalSystemCallsApi.update_external_system_calls"
|
425
|
+
end
|
426
|
+
# verify the required parameter 'body' is set
|
427
|
+
if @api_client.config.client_side_validation && body.nil?
|
428
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling ExternalSystemCallsApi.update_external_system_calls"
|
429
|
+
end
|
430
|
+
# resource path
|
431
|
+
local_var_path = '/accounts/{koronaAccountId}/externalSystemCalls'.sub('{' + 'koronaAccountId' + '}', korona_account_id.to_s)
|
432
|
+
|
433
|
+
# query parameters
|
434
|
+
query_params = {}
|
435
|
+
|
436
|
+
# header parameters
|
437
|
+
header_params = {}
|
438
|
+
# HTTP header 'Accept' (if needed)
|
439
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
440
|
+
# HTTP header 'Content-Type'
|
441
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
442
|
+
|
443
|
+
# form parameters
|
444
|
+
form_params = {}
|
445
|
+
|
446
|
+
# http body (model)
|
447
|
+
post_body = @api_client.object_to_http_body(body)
|
448
|
+
auth_names = ['basicAuth']
|
449
|
+
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
450
|
+
:header_params => header_params,
|
451
|
+
:query_params => query_params,
|
452
|
+
:form_params => form_params,
|
453
|
+
:body => post_body,
|
454
|
+
:auth_names => auth_names,
|
455
|
+
:return_type => 'Array<AddOrUpdateResult>')
|
456
|
+
if @api_client.config.debugging
|
457
|
+
@api_client.config.logger.debug "API called: ExternalSystemCallsApi#update_external_system_calls\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
458
|
+
end
|
459
|
+
return data, status_code, headers
|
460
|
+
end
|
461
|
+
end
|
462
|
+
end
|