ruconomic 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/ruconomic/api/account.rb +86 -86
- data/lib/ruconomic/api/accounting_period.rb +18 -18
- data/lib/ruconomic/api/accounting_year.rb +26 -26
- data/lib/ruconomic/api/activity.rb +14 -14
- data/lib/ruconomic/api/bank_payment_type.rb +16 -16
- data/lib/ruconomic/api/budget_figure.rb +56 -56
- data/lib/ruconomic/api/cash_book.rb +38 -38
- data/lib/ruconomic/api/cash_book_entry.rb +118 -118
- data/lib/ruconomic/api/company.rb +48 -48
- data/lib/ruconomic/api/cost_type.rb +22 -22
- data/lib/ruconomic/api/cost_type_group.rb +18 -18
- data/lib/ruconomic/api/creditor.rb +114 -114
- data/lib/ruconomic/api/creditor_contact.rb +44 -44
- data/lib/ruconomic/api/creditor_entry.rb +40 -40
- data/lib/ruconomic/api/creditor_group.rb +34 -34
- data/lib/ruconomic/api/currency.rb +10 -10
- data/lib/ruconomic/api/current_invoice.rb +184 -184
- data/lib/ruconomic/api/current_invoice_line.rb +72 -72
- data/lib/ruconomic/api/current_supplier_invoice.rb +18 -18
- data/lib/ruconomic/api/current_supplier_invoice_line.rb +14 -14
- data/lib/ruconomic/api/debtor.rb +152 -152
- data/lib/ruconomic/api/debtor_contact.rb +54 -54
- data/lib/ruconomic/api/debtor_entry.rb +38 -38
- data/lib/ruconomic/api/debtor_group.rb +38 -38
- data/lib/ruconomic/api/delivery_location.rb +56 -56
- data/lib/ruconomic/api/department.rb +32 -32
- data/lib/ruconomic/api/distribution_key.rb +30 -30
- data/lib/ruconomic/api/document_archive_category.rb +26 -26
- data/lib/ruconomic/api/employee.rb +70 -70
- data/lib/ruconomic/api/employee_group.rb +32 -32
- data/lib/ruconomic/api/entry.rb +52 -52
- data/lib/ruconomic/api/extended_vat_zone.rb +12 -12
- data/lib/ruconomic/api/inventory_location.rb +14 -14
- data/lib/ruconomic/api/invoice.rb +115 -111
- data/lib/ruconomic/api/invoice_line.rb +40 -40
- data/lib/ruconomic/api/key_figure_code.rb +16 -16
- data/lib/ruconomic/api/mileage_entry.rb +52 -52
- data/lib/ruconomic/api/order.rb +194 -194
- data/lib/ruconomic/api/order_line.rb +74 -74
- data/lib/ruconomic/api/price_group.rb +32 -32
- data/lib/ruconomic/api/product.rb +88 -88
- data/lib/ruconomic/api/product_group.rb +44 -44
- data/lib/ruconomic/api/product_price.rb +26 -26
- data/lib/ruconomic/api/project.rb +74 -74
- data/lib/ruconomic/api/project_group.rb +18 -18
- data/lib/ruconomic/api/quotation.rb +190 -190
- data/lib/ruconomic/api/quotation_line.rb +74 -74
- data/lib/ruconomic/api/report_code.rb +12 -12
- data/lib/ruconomic/api/report_code_set.rb +14 -14
- data/lib/ruconomic/api/scanned_document.rb +28 -28
- data/lib/ruconomic/api/subscriber.rb +78 -78
- data/lib/ruconomic/api/subscription.rb +62 -62
- data/lib/ruconomic/api/subscription_line.rb +50 -50
- data/lib/ruconomic/api/sum_interval.rb +26 -26
- data/lib/ruconomic/api/template_collection.rb +12 -12
- data/lib/ruconomic/api/term_of_payment.rb +50 -50
- data/lib/ruconomic/api/time_entry.rb +42 -42
- data/lib/ruconomic/api/unit.rb +30 -30
- data/lib/ruconomic/api/vat_account.rb +24 -24
- data/lib/ruconomic/api.rb +12 -13
- data/lib/ruconomic/version.rb +1 -1
- data/ruconomic.gemspec +1 -1
- metadata +20 -21
@@ -6,240 +6,240 @@ module Ruconomic
|
|
6
6
|
# Returns an invoice line data object for a given invoice line.
|
7
7
|
# Parameters: entityHandle: A handle for the invoice line.
|
8
8
|
#
|
9
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
9
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
10
10
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetData
|
11
11
|
# @return [Hash] The body content of the SOAP response.
|
12
12
|
def self.get_data
|
13
13
|
response = invoke('InvoiceLine_GetData') do |message|
|
14
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
14
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
18
|
# Returns invoice line data objects for a given set of invoice line handles.
|
19
19
|
# Parameters: entityHandles: An array of the invoice line handles.
|
20
20
|
#
|
21
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
21
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
22
22
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetDataArray
|
23
23
|
# @return [Hash] The body content of the SOAP response.
|
24
24
|
def self.get_data_array
|
25
25
|
response = invoke('InvoiceLine_GetDataArray') do |message|
|
26
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
26
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
30
|
# Gets the number of an invoice line.
|
31
31
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
32
32
|
#
|
33
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
33
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
34
34
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetNumber
|
35
35
|
# @return [Hash] The body content of the SOAP response.
|
36
36
|
def self.get_number
|
37
37
|
response = invoke('InvoiceLine_GetNumber') do |message|
|
38
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
38
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
39
39
|
end
|
40
40
|
end
|
41
41
|
|
42
42
|
# Gets a handle for the invoice of an invoice line.
|
43
43
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
44
44
|
#
|
45
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
45
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
46
46
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetInvoice
|
47
47
|
# @return [Hash] The body content of the SOAP response.
|
48
48
|
def self.get_invoice
|
49
49
|
response = invoke('InvoiceLine_GetInvoice') do |message|
|
50
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
50
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
54
54
|
# Gets description of an invoice line.
|
55
55
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
56
56
|
#
|
57
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
57
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
58
58
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetDescription
|
59
59
|
# @return [Hash] The body content of the SOAP response.
|
60
60
|
def self.get_description
|
61
61
|
response = invoke('InvoiceLine_GetDescription') do |message|
|
62
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
62
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
66
|
# Gets delivery date of an invoice line.
|
67
67
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
68
68
|
#
|
69
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
69
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
70
70
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetDeliveryDate
|
71
71
|
# @return [Hash] The body content of the SOAP response.
|
72
72
|
def self.get_delivery_date
|
73
73
|
response = invoke('InvoiceLine_GetDeliveryDate') do |message|
|
74
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
74
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
78
|
# Gets a handle for the primary unit of an invoice line.
|
79
79
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
80
80
|
#
|
81
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
81
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
82
82
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetUnit
|
83
83
|
# @return [Hash] The body content of the SOAP response.
|
84
84
|
def self.get_unit
|
85
85
|
response = invoke('InvoiceLine_GetUnit') do |message|
|
86
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
86
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|
90
90
|
# Gets a handle for the product of an invoice line.
|
91
91
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
92
92
|
#
|
93
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
93
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
94
94
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetProduct
|
95
95
|
# @return [Hash] The body content of the SOAP response.
|
96
96
|
def self.get_product
|
97
97
|
response = invoke('InvoiceLine_GetProduct') do |message|
|
98
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
98
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
99
99
|
end
|
100
100
|
end
|
101
101
|
|
102
102
|
# Gets the primary quantity of an invoice line.
|
103
103
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
104
104
|
#
|
105
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
105
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
106
106
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetQuantity
|
107
107
|
# @return [Hash] The body content of the SOAP response.
|
108
108
|
def self.get_quantity
|
109
109
|
response = invoke('InvoiceLine_GetQuantity') do |message|
|
110
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
110
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
111
111
|
end
|
112
112
|
end
|
113
113
|
|
114
114
|
# Gets the price per unit without VAT of an invoice line (in the currency of the invoice).
|
115
115
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
116
116
|
#
|
117
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
117
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
118
118
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetUnitNetPrice
|
119
119
|
# @return [Hash] The body content of the SOAP response.
|
120
120
|
def self.get_unit_net_price
|
121
121
|
response = invoke('InvoiceLine_GetUnitNetPrice') do |message|
|
122
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
122
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
123
123
|
end
|
124
124
|
end
|
125
125
|
|
126
126
|
# Gets the discount of an invoice line as percent.
|
127
127
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
128
128
|
#
|
129
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
129
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
130
130
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetDiscountAsPercent
|
131
131
|
# @return [Hash] The body content of the SOAP response.
|
132
132
|
def self.get_discount_as_percent
|
133
133
|
response = invoke('InvoiceLine_GetDiscountAsPercent') do |message|
|
134
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
134
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
135
135
|
end
|
136
136
|
end
|
137
137
|
|
138
138
|
# Gets the cost price per unit without VAT of an invoice line (in the default currency).
|
139
139
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
140
140
|
#
|
141
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
141
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
142
142
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetUnitCostPrice
|
143
143
|
# @return [Hash] The body content of the SOAP response.
|
144
144
|
def self.get_unit_cost_price
|
145
145
|
response = invoke('InvoiceLine_GetUnitCostPrice') do |message|
|
146
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
146
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
147
147
|
end
|
148
148
|
end
|
149
149
|
|
150
150
|
# Gets the VAT rate of an invoice line.
|
151
151
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
152
152
|
#
|
153
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
153
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
154
154
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetVatRate
|
155
155
|
# @return [Hash] The body content of the SOAP response.
|
156
156
|
def self.get_vat_rate
|
157
157
|
response = invoke('InvoiceLine_GetVatRate') do |message|
|
158
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
158
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
159
159
|
end
|
160
160
|
end
|
161
161
|
|
162
162
|
# Gets the VAT amount of the invoice line (in the currency of the invoice).
|
163
163
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
164
164
|
#
|
165
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
165
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
166
166
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetVatAmount
|
167
167
|
# @return [Hash] The body content of the SOAP response.
|
168
168
|
def self.get_vat_amount
|
169
169
|
response = invoke('InvoiceLine_GetVatAmount') do |message|
|
170
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
170
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
171
171
|
end
|
172
172
|
end
|
173
173
|
|
174
174
|
# Gets the total amount of an invoice line without VAT (in the currency of the invoice).
|
175
175
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
176
176
|
#
|
177
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
177
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
178
178
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetTotalNetAmount
|
179
179
|
# @return [Hash] The body content of the SOAP response.
|
180
180
|
def self.get_total_net_amount
|
181
181
|
response = invoke('InvoiceLine_GetTotalNetAmount') do |message|
|
182
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
182
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
183
183
|
end
|
184
184
|
end
|
185
185
|
|
186
186
|
# Gets a handle for the department of an invoice line. The department is only accessible when there is access to the Dimension add-on module.
|
187
187
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
188
188
|
#
|
189
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
189
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
190
190
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetDepartment
|
191
191
|
# @return [Hash] The body content of the SOAP response.
|
192
192
|
def self.get_department
|
193
193
|
response = invoke('InvoiceLine_GetDepartment') do |message|
|
194
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
194
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
198
198
|
# Gets a handle for the distribution key of an invoice line. The distribution key is only accessible when there is access to the Dimension add-on module.
|
199
199
|
# Parameters: invoiceLineHandle: Handle for the invoice line.
|
200
200
|
#
|
201
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
201
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
202
202
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_GetDistributionKey
|
203
203
|
# @return [Hash] The body content of the SOAP response.
|
204
204
|
def self.get_distribution_key
|
205
205
|
response = invoke('InvoiceLine_GetDistributionKey') do |message|
|
206
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
206
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
207
207
|
end
|
208
208
|
end
|
209
209
|
|
210
210
|
# Returns handles for invoice lines that uses a given product.
|
211
211
|
# Parameters: product: The product to search for.
|
212
212
|
#
|
213
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
213
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
214
214
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_FindByProduct
|
215
215
|
# @return [Hash] The body content of the SOAP response.
|
216
216
|
def self.find_by_product
|
217
217
|
response = invoke('InvoiceLine_FindByProduct') do |message|
|
218
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
218
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
219
219
|
end
|
220
220
|
end
|
221
221
|
|
222
222
|
# Returns handles for invoice lines that uses a given set of products.
|
223
223
|
# Parameters: products: The products to search for.
|
224
224
|
#
|
225
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
225
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
226
226
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_FindByProductList
|
227
227
|
# @return [Hash] The body content of the SOAP response.
|
228
228
|
def self.find_by_product_list
|
229
229
|
response = invoke('InvoiceLine_FindByProductList') do |message|
|
230
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
230
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
231
231
|
end
|
232
232
|
end
|
233
233
|
|
234
234
|
# Returns handles for invoice lines for a given invoice number interval.
|
235
235
|
# Parameters: fromInvoiceNumber: The minimum invoice number to search for. toInvoiceNumber: The maximum invoice number to search for.
|
236
236
|
#
|
237
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
237
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
238
238
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=InvoiceLine_FindByInvoiceNumberInterval
|
239
239
|
# @return [Hash] The body content of the SOAP response.
|
240
240
|
def self.find_by_invoice_number_interval
|
241
241
|
response = invoke('InvoiceLine_FindByInvoiceNumberInterval') do |message|
|
242
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
242
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
243
243
|
end
|
244
244
|
end
|
245
245
|
|
@@ -6,95 +6,95 @@ module Ruconomic
|
|
6
6
|
# Returns a key figure code data object for a given key figure code.
|
7
7
|
# Parameters: entityHandle: A handle for the key figure code.
|
8
8
|
#
|
9
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
9
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
10
10
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_GetData
|
11
11
|
# @return [Hash] The body content of the SOAP response.
|
12
12
|
def self.get_data
|
13
13
|
response = invoke('KeyFigureCode_GetData') do |message|
|
14
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
14
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
18
|
# Returns key figure code objects for a given set of key figure code handles.
|
19
19
|
# Parameters: entityHandles: An array of the key figure code handles.
|
20
20
|
#
|
21
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
21
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
22
22
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_GetDataArray
|
23
23
|
# @return [Hash] The body content of the SOAP response.
|
24
24
|
def self.get_data_array
|
25
25
|
response = invoke('KeyFigureCode_GetDataArray') do |message|
|
26
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
26
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
30
|
# Return handles for all key figure codes.
|
31
31
|
#
|
32
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
32
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
33
33
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_GetAll
|
34
34
|
# @return [Hash] The body content of the SOAP response.
|
35
35
|
def self.get_all
|
36
36
|
response = invoke('KeyFigureCode_GetAll') do |message|
|
37
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
37
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
41
|
# Returns a handle for the key figure code with the given name.
|
42
42
|
# Parameters: name: The name to search for.
|
43
43
|
#
|
44
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
44
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
45
45
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_FindByName
|
46
46
|
# @return [Hash] The body content of the SOAP response.
|
47
47
|
def self.find_by_name
|
48
48
|
response = invoke('KeyFigureCode_FindByName') do |message|
|
49
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
49
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
50
50
|
end
|
51
51
|
end
|
52
52
|
|
53
53
|
# Returns a handle for the key figure code with the given number.
|
54
54
|
# Parameters: number: The number to search for.
|
55
55
|
#
|
56
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
56
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
57
57
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_FindByNumber
|
58
58
|
# @return [Hash] The body content of the SOAP response.
|
59
59
|
def self.find_by_number
|
60
60
|
response = invoke('KeyFigureCode_FindByNumber') do |message|
|
61
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
61
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
62
62
|
end
|
63
63
|
end
|
64
64
|
|
65
65
|
# Gets handles for all accounts linked to the key figure code.
|
66
66
|
# Parameters: keyFigureCodeHandle: Handle for the key figure code.
|
67
67
|
#
|
68
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
68
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
69
69
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_GetAccounts
|
70
70
|
# @return [Hash] The body content of the SOAP response.
|
71
71
|
def self.get_accounts
|
72
72
|
response = invoke('KeyFigureCode_GetAccounts') do |message|
|
73
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
73
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
74
74
|
end
|
75
75
|
end
|
76
76
|
|
77
77
|
# Gets the number of a key figure code.
|
78
78
|
# Parameters: keyFigureCodeHandle: Handle for the key figure code.
|
79
79
|
#
|
80
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
80
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
81
81
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_GetNumber
|
82
82
|
# @return [Hash] The body content of the SOAP response.
|
83
83
|
def self.get_number
|
84
84
|
response = invoke('KeyFigureCode_GetNumber') do |message|
|
85
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
85
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
86
86
|
end
|
87
87
|
end
|
88
88
|
|
89
89
|
# Gets the name of a key figure code.
|
90
90
|
# Parameters: keyFigureCodeHandle: Handle for the key figure code.
|
91
91
|
#
|
92
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
92
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
93
93
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=KeyFigureCode_GetName
|
94
94
|
# @return [Hash] The body content of the SOAP response.
|
95
95
|
def self.get_name
|
96
96
|
response = invoke('KeyFigureCode_GetName') do |message|
|
97
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
97
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
98
98
|
end
|
99
99
|
end
|
100
100
|
|