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.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/ruconomic/api/account.rb +86 -86
  4. data/lib/ruconomic/api/accounting_period.rb +18 -18
  5. data/lib/ruconomic/api/accounting_year.rb +26 -26
  6. data/lib/ruconomic/api/activity.rb +14 -14
  7. data/lib/ruconomic/api/bank_payment_type.rb +16 -16
  8. data/lib/ruconomic/api/budget_figure.rb +56 -56
  9. data/lib/ruconomic/api/cash_book.rb +38 -38
  10. data/lib/ruconomic/api/cash_book_entry.rb +118 -118
  11. data/lib/ruconomic/api/company.rb +48 -48
  12. data/lib/ruconomic/api/cost_type.rb +22 -22
  13. data/lib/ruconomic/api/cost_type_group.rb +18 -18
  14. data/lib/ruconomic/api/creditor.rb +114 -114
  15. data/lib/ruconomic/api/creditor_contact.rb +44 -44
  16. data/lib/ruconomic/api/creditor_entry.rb +40 -40
  17. data/lib/ruconomic/api/creditor_group.rb +34 -34
  18. data/lib/ruconomic/api/currency.rb +10 -10
  19. data/lib/ruconomic/api/current_invoice.rb +184 -184
  20. data/lib/ruconomic/api/current_invoice_line.rb +72 -72
  21. data/lib/ruconomic/api/current_supplier_invoice.rb +18 -18
  22. data/lib/ruconomic/api/current_supplier_invoice_line.rb +14 -14
  23. data/lib/ruconomic/api/debtor.rb +152 -152
  24. data/lib/ruconomic/api/debtor_contact.rb +54 -54
  25. data/lib/ruconomic/api/debtor_entry.rb +38 -38
  26. data/lib/ruconomic/api/debtor_group.rb +38 -38
  27. data/lib/ruconomic/api/delivery_location.rb +56 -56
  28. data/lib/ruconomic/api/department.rb +32 -32
  29. data/lib/ruconomic/api/distribution_key.rb +30 -30
  30. data/lib/ruconomic/api/document_archive_category.rb +26 -26
  31. data/lib/ruconomic/api/employee.rb +70 -70
  32. data/lib/ruconomic/api/employee_group.rb +32 -32
  33. data/lib/ruconomic/api/entry.rb +52 -52
  34. data/lib/ruconomic/api/extended_vat_zone.rb +12 -12
  35. data/lib/ruconomic/api/inventory_location.rb +14 -14
  36. data/lib/ruconomic/api/invoice.rb +115 -111
  37. data/lib/ruconomic/api/invoice_line.rb +40 -40
  38. data/lib/ruconomic/api/key_figure_code.rb +16 -16
  39. data/lib/ruconomic/api/mileage_entry.rb +52 -52
  40. data/lib/ruconomic/api/order.rb +194 -194
  41. data/lib/ruconomic/api/order_line.rb +74 -74
  42. data/lib/ruconomic/api/price_group.rb +32 -32
  43. data/lib/ruconomic/api/product.rb +88 -88
  44. data/lib/ruconomic/api/product_group.rb +44 -44
  45. data/lib/ruconomic/api/product_price.rb +26 -26
  46. data/lib/ruconomic/api/project.rb +74 -74
  47. data/lib/ruconomic/api/project_group.rb +18 -18
  48. data/lib/ruconomic/api/quotation.rb +190 -190
  49. data/lib/ruconomic/api/quotation_line.rb +74 -74
  50. data/lib/ruconomic/api/report_code.rb +12 -12
  51. data/lib/ruconomic/api/report_code_set.rb +14 -14
  52. data/lib/ruconomic/api/scanned_document.rb +28 -28
  53. data/lib/ruconomic/api/subscriber.rb +78 -78
  54. data/lib/ruconomic/api/subscription.rb +62 -62
  55. data/lib/ruconomic/api/subscription_line.rb +50 -50
  56. data/lib/ruconomic/api/sum_interval.rb +26 -26
  57. data/lib/ruconomic/api/template_collection.rb +12 -12
  58. data/lib/ruconomic/api/term_of_payment.rb +50 -50
  59. data/lib/ruconomic/api/time_entry.rb +42 -42
  60. data/lib/ruconomic/api/unit.rb +30 -30
  61. data/lib/ruconomic/api/vat_account.rb +24 -24
  62. data/lib/ruconomic/api.rb +12 -13
  63. data/lib/ruconomic/version.rb +1 -1
  64. data/ruconomic.gemspec +1 -1
  65. metadata +20 -21
@@ -6,180 +6,180 @@ module Ruconomic
6
6
  # Gets the extended VAT zone of the given debitor.
7
7
  # Parameters: debtorHandle: Handle for the debtor.
8
8
  #
9
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetExtendedVatZone
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.get_extended_vat_zone
13
13
  response = invoke('Debtor_GetExtendedVatZone') do |message|
14
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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
  # Sets extended VAT zone of a debtor.
19
19
  # Parameters: debtorHandle: Handle for the debtor. value: Handle for new extended vat zone of the debtor.
20
20
  #
21
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_SetExtendedVatZone
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.set_extended_vat_zone
25
25
  response = invoke('Debtor_SetExtendedVatZone') do |message|
26
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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
  # Returns handle for debtors with a given email.
31
31
  # Parameters: The email to search for.
32
32
  #
33
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_FindByEmail
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.find_by_email
37
37
  response = invoke('Debtor_FindByEmail') do |message|
38
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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
  # Returns handles for debtors with a given EAN.
43
43
  # Parameters: The EAN to search for.
44
44
  #
45
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_FindByEan
47
47
  # @return [Hash] The body content of the SOAP response.
48
48
  def self.find_by_ean
49
49
  response = invoke('Debtor_FindByEan') do |message|
50
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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
  # Returns handles for debtors with a given Corporate Identification Number.
55
55
  # Parameters: The Corporate Identification Number to search for.
56
56
  #
57
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_FindByCINumber
59
59
  # @return [Hash] The body content of the SOAP response.
60
60
  def self.find_by_ci_number
61
61
  response = invoke('Debtor_FindByCINumber') do |message|
62
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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
  # Returns handle for debtors with a given telephone and fax number.
67
67
  # Parameters: The telephone and fax number to search for.
68
68
  #
69
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_FindByTelephoneAndFaxNumber
71
71
  # @return [Hash] The body content of the SOAP response.
72
72
  def self.find_by_telephone_and_fax_number
73
73
  response = invoke('Debtor_FindByTelephoneAndFaxNumber') do |message|
74
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for delivery locations of a debtor.
79
79
  # Parameters: debtorHandle: Handle for the debtor.
80
80
  #
81
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetDeliveryLocations
83
83
  # @return [Hash] The body content of the SOAP response.
84
84
  def self.get_delivery_locations
85
85
  response = invoke('Debtor_GetDeliveryLocations') do |message|
86
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for debtor contacts of a debtor.
91
91
  # Parameters: debtorHandle: Handle for the debtor.
92
92
  #
93
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetDebtorContacts
95
95
  # @return [Hash] The body content of the SOAP response.
96
96
  def self.get_debtor_contacts
97
97
  response = invoke('Debtor_GetDebtorContacts') do |message|
98
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for the invoices of a debtor.
103
103
  # Parameters: debtorHandle: Handle for the debtor.
104
104
  #
105
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetInvoices
107
107
  # @return [Hash] The body content of the SOAP response.
108
108
  def self.get_invoices
109
109
  response = invoke('Debtor_GetInvoices') do |message|
110
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for the orders of a debtor.
115
115
  # Parameters: debtorHandle: Handle for the debtor.
116
116
  #
117
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetOrders
119
119
  # @return [Hash] The body content of the SOAP response.
120
120
  def self.get_orders
121
121
  response = invoke('Debtor_GetOrders') do |message|
122
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for the current invoices of a debtor.
127
127
  # Parameters: debtorHandle: Handle for the debtor.
128
128
  #
129
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetCurrentInvoices
131
131
  # @return [Hash] The body content of the SOAP response.
132
132
  def self.get_current_invoices
133
133
  response = invoke('Debtor_GetCurrentInvoices') do |message|
134
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for the quotations of a debtor.
139
139
  # Parameters: debtorHandle: Handle for the debtor.
140
140
  #
141
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetQuotations
143
143
  # @return [Hash] The body content of the SOAP response.
144
144
  def self.get_quotations
145
145
  response = invoke('Debtor_GetQuotations') do |message|
146
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for the entries of the debtor.
151
151
  # Parameters: debtorHandle: Handle for the debtor.
152
152
  #
153
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetEntries
155
155
  # @return [Hash] The body content of the SOAP response.
156
156
  def self.get_entries
157
157
  response = invoke('Debtor_GetEntries') do |message|
158
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for the open entries of the debtor.
163
163
  # Parameters: debtorHandle: Handle for the debtor.
164
164
  #
165
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetOpenEntries
167
167
  # @return [Hash] The body content of the SOAP response.
168
168
  def self.get_open_entries
169
169
  response = invoke('Debtor_GetOpenEntries') do |message|
170
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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 handles for the subscribers of the debtor.
175
175
  # Parameters: debtorHandle: Handle for the debtor.
176
176
  #
177
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=Debtor_GetSubscribers
179
179
  # @return [Hash] The body content of the SOAP response.
180
180
  def self.get_subscribers
181
181
  response = invoke('Debtor_GetSubscribers') do |message|
182
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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
 
@@ -201,48 +201,48 @@ module Ruconomic
201
201
  # Creates a new debtor from a data object.
202
202
  # Parameters: data: The data object that specifies the properties of the new debtor.
203
203
  #
204
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
204
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
205
205
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_CreateFromData
206
206
  # @return [Hash] The body content of the SOAP response.
207
207
  def self.create_from_data
208
208
  response = invoke('Debtor_CreateFromData') do |message|
209
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
209
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
210
210
  end
211
211
  end
212
212
 
213
213
  # Creates new debtors from data objects.
214
214
  # Parameters: dataArray: The array of data objects that specifies the properties of the new debtors.
215
215
  #
216
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
216
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
217
217
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_CreateFromDataArray
218
218
  # @return [Hash] The body content of the SOAP response.
219
219
  def self.create_from_data_array
220
220
  response = invoke('Debtor_CreateFromDataArray') do |message|
221
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
221
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
222
222
  end
223
223
  end
224
224
 
225
225
  # Update debtors from data objects.
226
226
  # Parameters: dataArray: The array of data objects.
227
227
  #
228
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
228
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
229
229
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_UpdateFromDataArray
230
230
  # @return [Hash] The body content of the SOAP response.
231
231
  def self.update_from_data_array
232
232
  response = invoke('Debtor_UpdateFromDataArray') do |message|
233
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
233
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
234
234
  end
235
235
  end
236
236
 
237
237
  # Updates a debtor from a data object.
238
238
  # Parameters: data: The data object.
239
239
  #
240
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
240
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
241
241
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_UpdateFromData
242
242
  # @return [Hash] The body content of the SOAP response.
243
243
  def self.update_from_data
244
244
  response = invoke('Debtor_UpdateFromData') do |message|
245
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
245
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
246
246
  end
247
247
  end
248
248
 
@@ -264,623 +264,623 @@ module Ruconomic
264
264
  # Returns debtor data objects for a given set of debtor handles.
265
265
  # Parameters: entityHandles: An array of the debtor handles.
266
266
  #
267
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
267
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
268
268
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetDataArray
269
269
  # @return [Hash] The body content of the SOAP response.
270
270
  def self.get_data_array
271
271
  response = invoke('Debtor_GetDataArray') do |message|
272
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
272
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
273
273
  end
274
274
  end
275
275
 
276
276
  # Gets the number of a debtor.
277
277
  # Parameters: debtorHandle: Handle for the debtor.
278
278
  #
279
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
279
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
280
280
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetNumber
281
281
  # @return [Hash] The body content of the SOAP response.
282
282
  def self.get_number
283
283
  response = invoke('Debtor_GetNumber') do |message|
284
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
284
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
285
285
  end
286
286
  end
287
287
 
288
288
  # Sets the debtor group of a debtor.
289
289
  # Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for new debtor group of the debtor.
290
290
  #
291
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
291
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
292
292
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetDebtorGroup
293
293
  # @return [Hash] The body content of the SOAP response.
294
294
  def self.set_debtor_group
295
295
  response = invoke('Debtor_SetDebtorGroup') do |message|
296
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
296
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
297
297
  end
298
298
  end
299
299
 
300
300
  # Gets handle for debtor group of a debtor.
301
301
  # Parameters: debtorHandle: Handle for the debtor.
302
302
  #
303
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
303
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
304
304
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetDebtorGroup
305
305
  # @return [Hash] The body content of the SOAP response.
306
306
  def self.get_debtor_group
307
307
  response = invoke('Debtor_GetDebtorGroup') do |message|
308
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
308
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
309
309
  end
310
310
  end
311
311
 
312
312
  # Gets the name of a debtor.
313
313
  # Parameters: debtorHandle: Handle for the debtor.
314
314
  #
315
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
315
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
316
316
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetName
317
317
  # @return [Hash] The body content of the SOAP response.
318
318
  def self.get_name
319
319
  response = invoke('Debtor_GetName') do |message|
320
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
320
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
321
321
  end
322
322
  end
323
323
 
324
324
  # Sets the name of a debtor.
325
325
  # Parameters: debtorHandle: Handle for the debtor. value: The new name of the debtor.
326
326
  #
327
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
327
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
328
328
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetName
329
329
  # @return [Hash] The body content of the SOAP response.
330
330
  def self.set_name
331
331
  response = invoke('Debtor_SetName') do |message|
332
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
332
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
333
333
  end
334
334
  end
335
335
 
336
336
  # Sets vat zone of a debtor.
337
337
  # Parameters: debtorHandle: Handle for the debtor. value: Handle for new vat zone of the debtor.
338
338
  #
339
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
339
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
340
340
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetVatZone
341
341
  # @return [Hash] The body content of the SOAP response.
342
342
  def self.set_vat_zone
343
343
  response = invoke('Debtor_SetVatZone') do |message|
344
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
344
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
345
345
  end
346
346
  end
347
347
 
348
348
  # Gets handle for vat zone of a debtor.
349
349
  # Parameters: debtorHandle: Handle for the debtor.
350
350
  #
351
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
351
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
352
352
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetVatZone
353
353
  # @return [Hash] The body content of the SOAP response.
354
354
  def self.get_vat_zone
355
355
  response = invoke('Debtor_GetVatZone') do |message|
356
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
356
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
357
357
  end
358
358
  end
359
359
 
360
360
  # Gets currency of a debtor.
361
361
  # Parameters: debtorHandle: Handle for the debtor.
362
362
  #
363
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
363
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
364
364
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetCurrency
365
365
  # @return [Hash] The body content of the SOAP response.
366
366
  def self.get_currency
367
367
  response = invoke('Debtor_GetCurrency') do |message|
368
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
368
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
369
369
  end
370
370
  end
371
371
 
372
372
  # Sets currency of a debtor.
373
373
  # Parameters: debtorHandle: Handle for the debtor. value: Handle for new currency of the debtor.
374
374
  #
375
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
375
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
376
376
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetCurrency
377
377
  # @return [Hash] The body content of the SOAP response.
378
378
  def self.set_currency
379
379
  response = invoke('Debtor_SetCurrency') do |message|
380
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
380
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
381
381
  end
382
382
  end
383
383
 
384
384
  # Sets the price group of a debtor.
385
385
  # Parameters: debtorHandle: Handle for the debtor. value: Handle for the new price group of the debtor.
386
386
  #
387
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
387
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
388
388
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetPriceGroup
389
389
  # @return [Hash] The body content of the SOAP response.
390
390
  def self.set_price_group
391
391
  response = invoke('Debtor_SetPriceGroup') do |message|
392
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
392
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
393
393
  end
394
394
  end
395
395
 
396
396
  # Gets the price group of a debtor.
397
397
  # Parameters: debtorHandle: Handle for the debtor.
398
398
  #
399
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
399
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
400
400
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetPriceGroup
401
401
  # @return [Hash] The body content of the SOAP response.
402
402
  def self.get_price_group
403
403
  response = invoke('Debtor_GetPriceGroup') do |message|
404
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
404
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
405
405
  end
406
406
  end
407
407
 
408
408
  # Sets whether a debtor is accessible.
409
409
  # Parameters: debtorHandle: Handle for the debtor. value: Value that indicates whether the debtor should be accessible.
410
410
  #
411
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
411
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
412
412
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetIsAccessible
413
413
  # @return [Hash] The body content of the SOAP response.
414
414
  def self.set_is_accessible
415
415
  response = invoke('Debtor_SetIsAccessible') do |message|
416
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
416
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
417
417
  end
418
418
  end
419
419
 
420
420
  # Gets whether a debtor is accessible.
421
421
  # Parameters: debtorHandle: Handle for the debtor.
422
422
  #
423
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
423
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
424
424
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetIsAccessible
425
425
  # @return [Hash] The body content of the SOAP response.
426
426
  def self.get_is_accessible
427
427
  response = invoke('Debtor_GetIsAccessible') do |message|
428
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
428
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
429
429
  end
430
430
  end
431
431
 
432
432
  # Gets EAN of a debtor.
433
433
  # Parameters: debtorHandle: Handle for the debtor.
434
434
  #
435
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
435
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
436
436
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetEan
437
437
  # @return [Hash] The body content of the SOAP response.
438
438
  def self.get_ean
439
439
  response = invoke('Debtor_GetEan') do |message|
440
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
440
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
441
441
  end
442
442
  end
443
443
 
444
444
  # Sets EAN of a debtor.
445
445
  # Parameters: debtorHandle: Handle for the debtor. value: The new EAN of the debtor.
446
446
  #
447
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
447
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
448
448
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetEan
449
449
  # @return [Hash] The body content of the SOAP response.
450
450
  def self.set_ean
451
451
  response = invoke('Debtor_SetEan') do |message|
452
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
452
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
453
453
  end
454
454
  end
455
455
 
456
456
  # Gets the public entry number of a debtor.
457
457
  # Parameters: debtorHandle: Handle for the debtor.
458
458
  #
459
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
459
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
460
460
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetPublicEntryNumber
461
461
  # @return [Hash] The body content of the SOAP response.
462
462
  def self.get_public_entry_number
463
463
  response = invoke('Debtor_GetPublicEntryNumber') do |message|
464
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
464
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
465
465
  end
466
466
  end
467
467
 
468
468
  # Sets the public entry number of a debtor.
469
469
  # Parameters: debtorHandle: Handle for the debtor. value: The new public entry number of the debtor.
470
470
  #
471
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
471
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
472
472
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetPublicEntryNumber
473
473
  # @return [Hash] The body content of the SOAP response.
474
474
  def self.set_public_entry_number
475
475
  response = invoke('Debtor_SetPublicEntryNumber') do |message|
476
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
476
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
477
477
  end
478
478
  end
479
479
 
480
480
  # Get the email of a debtor.
481
481
  # Parameters: debtorHandle: Handle for the debtor.
482
482
  #
483
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
483
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
484
484
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetEmail
485
485
  # @return [Hash] The body content of the SOAP response.
486
486
  def self.get_email
487
487
  response = invoke('Debtor_GetEmail') do |message|
488
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
488
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
489
489
  end
490
490
  end
491
491
 
492
492
  # Set the email of a debtor.
493
493
  # Parameters: debtorHandle: Handle for the debtor. value: The new email of the debtor.
494
494
  #
495
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
495
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
496
496
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetEmail
497
497
  # @return [Hash] The body content of the SOAP response.
498
498
  def self.set_email
499
499
  response = invoke('Debtor_SetEmail') do |message|
500
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
500
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
501
501
  end
502
502
  end
503
503
 
504
504
  # Sets the telephone and fax number of a debtor.
505
505
  # Parameters: debtorHandle: Handle for the debtor. value: The new telephone and fax number of the debtor.
506
506
  #
507
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
507
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
508
508
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetTelephoneAndFaxNumber
509
509
  # @return [Hash] The body content of the SOAP response.
510
510
  def self.set_telephone_and_fax_number
511
511
  response = invoke('Debtor_SetTelephoneAndFaxNumber') do |message|
512
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
512
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
513
513
  end
514
514
  end
515
515
 
516
516
  # Gets the telephone and fax number of a debtor.
517
517
  # Parameters: debtorHandle: Handle for the debtor.
518
518
  #
519
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
519
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
520
520
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetTelephoneAndFaxNumber
521
521
  # @return [Hash] The body content of the SOAP response.
522
522
  def self.get_telephone_and_fax_number
523
523
  response = invoke('Debtor_GetTelephoneAndFaxNumber') do |message|
524
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
524
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
525
525
  end
526
526
  end
527
527
 
528
528
  # Sets the website of a debtor.
529
529
  # Parameters: debtorHandle: Handle for the debtor. value: The new website of the debtor.
530
530
  #
531
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
531
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
532
532
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetWebsite
533
533
  # @return [Hash] The body content of the SOAP response.
534
534
  def self.set_website
535
535
  response = invoke('Debtor_SetWebsite') do |message|
536
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
536
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
537
537
  end
538
538
  end
539
539
 
540
540
  # Gets the website of a debtor.
541
541
  # Parameters: debtorHandle: Handle for the debtor.
542
542
  #
543
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
543
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
544
544
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetWebsite
545
545
  # @return [Hash] The body content of the SOAP response.
546
546
  def self.get_website
547
547
  response = invoke('Debtor_GetWebsite') do |message|
548
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
548
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
549
549
  end
550
550
  end
551
551
 
552
552
  # Gets the address of a debtor.
553
553
  # Parameters: debtorHandle: Handle for the debtor.
554
554
  #
555
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
555
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
556
556
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetAddress
557
557
  # @return [Hash] The body content of the SOAP response.
558
558
  def self.get_address
559
559
  response = invoke('Debtor_GetAddress') do |message|
560
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
560
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
561
561
  end
562
562
  end
563
563
 
564
564
  # Sets the address of a debtor.
565
565
  # Parameters: debtorHandle: Handle for the debtor. value: The new address of the debtor.
566
566
  #
567
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
567
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
568
568
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetAddress
569
569
  # @return [Hash] The body content of the SOAP response.
570
570
  def self.set_address
571
571
  response = invoke('Debtor_SetAddress') do |message|
572
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
572
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
573
573
  end
574
574
  end
575
575
 
576
576
  # Gets the postal code of a debtor.
577
577
  # Parameters: debtorHandle: Handle for the debtor.
578
578
  #
579
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
579
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
580
580
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetPostalCode
581
581
  # @return [Hash] The body content of the SOAP response.
582
582
  def self.get_postal_code
583
583
  response = invoke('Debtor_GetPostalCode') do |message|
584
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
584
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
585
585
  end
586
586
  end
587
587
 
588
588
  # Sets the postal code of a debtor.
589
589
  # Parameters: debtorHandle: Handle for the debtor. value: The new postal code of the debtor.
590
590
  #
591
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
591
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
592
592
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetPostalCode
593
593
  # @return [Hash] The body content of the SOAP response.
594
594
  def self.set_postal_code
595
595
  response = invoke('Debtor_SetPostalCode') do |message|
596
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
596
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
597
597
  end
598
598
  end
599
599
 
600
600
  # Gets the city of a debtor.
601
601
  # Parameters: debtorHandle: Handle for the debtor.
602
602
  #
603
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
603
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
604
604
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetCity
605
605
  # @return [Hash] The body content of the SOAP response.
606
606
  def self.get_city
607
607
  response = invoke('Debtor_GetCity') do |message|
608
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
608
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
609
609
  end
610
610
  end
611
611
 
612
612
  # Sets the city of a debtor.
613
613
  # Parameters: debtorHandle: Handle for the debtor. value: The new city of the debtor.
614
614
  #
615
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
615
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
616
616
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetCity
617
617
  # @return [Hash] The body content of the SOAP response.
618
618
  def self.set_city
619
619
  response = invoke('Debtor_SetCity') do |message|
620
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
620
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
621
621
  end
622
622
  end
623
623
 
624
624
  # Sets the country of a debtor.
625
625
  # Parameters: debtorHandle: Handle for the debtor. value: The new country of the debtor.
626
626
  #
627
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
627
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
628
628
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetCountry
629
629
  # @return [Hash] The body content of the SOAP response.
630
630
  def self.set_country
631
631
  response = invoke('Debtor_SetCountry') do |message|
632
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
632
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
633
633
  end
634
634
  end
635
635
 
636
636
  # Gets the country of a debtor.
637
637
  # Parameters: debtorHandle: Handle for the debtor.
638
638
  #
639
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
639
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
640
640
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetCountry
641
641
  # @return [Hash] The body content of the SOAP response.
642
642
  def self.get_country
643
643
  response = invoke('Debtor_GetCountry') do |message|
644
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
644
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
645
645
  end
646
646
  end
647
647
 
648
648
  # Sets the credit maximum of a debtor.
649
649
  # Parameters: debtorHandle: Handle for the debtor. value: The new credit maximum of the debtor.
650
650
  #
651
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
651
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
652
652
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetCreditMaximum
653
653
  # @return [Hash] The body content of the SOAP response.
654
654
  def self.set_credit_maximum
655
655
  response = invoke('Debtor_SetCreditMaximum') do |message|
656
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
656
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
657
657
  end
658
658
  end
659
659
 
660
660
  # Gets the credit maximum of a debtor.
661
661
  # Parameters: debtorHandle: Handle for the debtor.
662
662
  #
663
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
663
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
664
664
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetCreditMaximum
665
665
  # @return [Hash] The body content of the SOAP response.
666
666
  def self.get_credit_maximum
667
667
  response = invoke('Debtor_GetCreditMaximum') do |message|
668
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
668
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
669
669
  end
670
670
  end
671
671
 
672
672
  # Gets the VatNumber of a debtor. (SE,UK only)
673
673
  # Parameters: debtorHandle: Handle for the debtor.
674
674
  #
675
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
675
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
676
676
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetVatNumber
677
677
  # @return [Hash] The body content of the SOAP response.
678
678
  def self.get_vat_number
679
679
  response = invoke('Debtor_GetVatNumber') do |message|
680
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
680
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
681
681
  end
682
682
  end
683
683
 
684
684
  # Sets the VatNumber of a debtor. (SE,UK only)
685
685
  # Parameters: debtorHandle: Handle for the debtor. value: The new VatNumber of the debtor.
686
686
  #
687
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
687
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
688
688
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetVatNumber
689
689
  # @return [Hash] The body content of the SOAP response.
690
690
  def self.set_vat_number
691
691
  response = invoke('Debtor_SetVatNumber') do |message|
692
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
692
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
693
693
  end
694
694
  end
695
695
 
696
696
  # Gets the County of a debtor. (UK only)
697
697
  # Parameters: debtorHandle: Handle for the debtor.
698
698
  #
699
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
699
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
700
700
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetCounty
701
701
  # @return [Hash] The body content of the SOAP response.
702
702
  def self.get_county
703
703
  response = invoke('Debtor_GetCounty') do |message|
704
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
704
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
705
705
  end
706
706
  end
707
707
 
708
708
  # Sets the County of a debtor. (UK only)
709
709
  # Parameters: debtorHandle: Handle for the debtor. value: The new County of the debtor.
710
710
  #
711
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
711
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
712
712
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetCounty
713
713
  # @return [Hash] The body content of the SOAP response.
714
714
  def self.set_county
715
715
  response = invoke('Debtor_SetCounty') do |message|
716
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
716
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
717
717
  end
718
718
  end
719
719
 
720
720
  # Gets the Corporate Identification Number of a debtor.
721
721
  # Parameters: debtorHandle: Handle for the debtor.
722
722
  #
723
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
723
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
724
724
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetCINumber
725
725
  # @return [Hash] The body content of the SOAP response.
726
726
  def self.get_ci_number
727
727
  response = invoke('Debtor_GetCINumber') do |message|
728
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
728
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
729
729
  end
730
730
  end
731
731
 
732
732
  # Sets the Corporate Identification Number of a debtor.
733
733
  # Parameters: debtorHandle: Handle for the debtor. value: The new Corporate Identification Number of the debtor.
734
734
  #
735
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
735
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
736
736
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetCINumber
737
737
  # @return [Hash] The body content of the SOAP response.
738
738
  def self.set_ci_number
739
739
  response = invoke('Debtor_SetCINumber') do |message|
740
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
740
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
741
741
  end
742
742
  end
743
743
 
744
744
  # Sets the term of payment of a debtor. The value may not be omitted.
745
745
  # Parameters: debtorHandle: Handle for the debtor. value: Handle for new term of payment of a debtor.
746
746
  #
747
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
747
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
748
748
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetTermOfPayment
749
749
  # @return [Hash] The body content of the SOAP response.
750
750
  def self.set_term_of_payment
751
751
  response = invoke('Debtor_SetTermOfPayment') do |message|
752
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
752
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
753
753
  end
754
754
  end
755
755
 
756
756
  # Gets a handle for the term of payment of a debtor.
757
757
  # Parameters: debtorHandle: Handle for the debtor.
758
758
  #
759
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
759
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
760
760
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetTermOfPayment
761
761
  # @return [Hash] The body content of the SOAP response.
762
762
  def self.get_term_of_payment
763
763
  response = invoke('Debtor_GetTermOfPayment') do |message|
764
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
764
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
765
765
  end
766
766
  end
767
767
 
768
768
  # Sets the layout of a debtor. The value may be omitted.
769
769
  # Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for new layout of a debtor.
770
770
  #
771
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
771
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
772
772
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetLayout
773
773
  # @return [Hash] The body content of the SOAP response.
774
774
  def self.set_layout
775
775
  response = invoke('Debtor_SetLayout') do |message|
776
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
776
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
777
777
  end
778
778
  end
779
779
 
780
780
  # Gets a handle for the layout of a debtor.
781
781
  # Parameters: debtorHandle: Handle for the debtor.
782
782
  #
783
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
783
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
784
784
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetLayout
785
785
  # @return [Hash] The body content of the SOAP response.
786
786
  def self.get_layout
787
787
  response = invoke('Debtor_GetLayout') do |message|
788
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
788
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
789
789
  end
790
790
  end
791
791
 
792
792
  # Gets a handle for the attention of a debtor.
793
793
  # Parameters: debtorHandle: Handle for the debtor.
794
794
  #
795
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
795
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
796
796
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetAttention
797
797
  # @return [Hash] The body content of the SOAP response.
798
798
  def self.get_attention
799
799
  response = invoke('Debtor_GetAttention') do |message|
800
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
800
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
801
801
  end
802
802
  end
803
803
 
804
804
  # Sets attention of a debtor.
805
805
  # Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for new attention of the debtor.
806
806
  #
807
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
807
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
808
808
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetAttention
809
809
  # @return [Hash] The body content of the SOAP response.
810
810
  def self.set_attention
811
811
  response = invoke('Debtor_SetAttention') do |message|
812
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
812
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
813
813
  end
814
814
  end
815
815
 
816
816
  # Sets 'your reference' of a debtor.
817
817
  # Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for 'your reference' of the debtor.
818
818
  #
819
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
819
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
820
820
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetYourReference
821
821
  # @return [Hash] The body content of the SOAP response.
822
822
  def self.set_your_reference
823
823
  response = invoke('Debtor_SetYourReference') do |message|
824
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
824
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
825
825
  end
826
826
  end
827
827
 
828
828
  # Gets a handle for 'your reference' of a debtor.
829
829
  # Parameters: debtorHandle: Handle for the debtor.
830
830
  #
831
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
831
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
832
832
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetYourReference
833
833
  # @return [Hash] The body content of the SOAP response.
834
834
  def self.get_your_reference
835
835
  response = invoke('Debtor_GetYourReference') do |message|
836
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
836
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
837
837
  end
838
838
  end
839
839
 
840
840
  # Gets a handle for 'our reference' of a debtor.
841
841
  # Parameters: debtorHandle: Handle for the debtor.
842
842
  #
843
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
843
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
844
844
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetOurReference
845
845
  # @return [Hash] The body content of the SOAP response.
846
846
  def self.get_our_reference
847
847
  response = invoke('Debtor_GetOurReference') do |message|
848
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
848
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
849
849
  end
850
850
  end
851
851
 
852
852
  # Sets 'our reference' of a debtor.
853
853
  # Parameters: debtorHandle: Handle for the debtor. valueHandle: Handle for 'our reference' of the debtor.
854
854
  #
855
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
855
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
856
856
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_SetOurReference
857
857
  # @return [Hash] The body content of the SOAP response.
858
858
  def self.set_our_reference
859
859
  response = invoke('Debtor_SetOurReference') do |message|
860
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
860
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
861
861
  end
862
862
  end
863
863
 
864
864
  # Gets the current balance of the debtor.
865
865
  # Parameters: debtorHandle: Handle for the Debtor.
866
866
  #
867
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
867
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
868
868
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetBalance
869
869
  # @return [Hash] The body content of the SOAP response.
870
870
  def self.get_balance
871
871
  response = invoke('Debtor_GetBalance') do |message|
872
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
872
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
873
873
  end
874
874
  end
875
875
 
876
876
  # Returns the next available debtor number.
877
877
  #
878
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
878
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
879
879
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetNextAvailableNumber
880
880
  # @return [Hash] The body content of the SOAP response.
881
881
  def self.get_next_available_number
882
882
  response = invoke('Debtor_GetNextAvailableNumber') do |message|
883
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
883
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
884
884
  end
885
885
  end
886
886
 
@@ -917,59 +917,59 @@ module Ruconomic
917
917
 
918
918
  # Return handles for all debtors from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.
919
919
  #
920
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
920
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
921
921
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_GetAllUpdated
922
922
  # @return [Hash] The body content of the SOAP response.
923
923
  def self.get_all_updated
924
924
  response = invoke('Debtor_GetAllUpdated') do |message|
925
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
925
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
926
926
  end
927
927
  end
928
928
 
929
929
  # Returns handle for debtor with a given number.
930
930
  #
931
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
931
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
932
932
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_FindByNumber
933
933
  # @return [Hash] The body content of the SOAP response.
934
934
  def self.find_by_number
935
935
  response = invoke('Debtor_FindByNumber') do |message|
936
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
936
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
937
937
  end
938
938
  end
939
939
 
940
940
  # Returns an array with handles for the debtors corresponding to the given debtor numbers. If a debtort with a given number does not exist or if no number is given then the array contains nothing at that index.
941
941
  # Parameters: numbers: The numbers to search for.
942
942
  #
943
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
943
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
944
944
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_FindByNumberList
945
945
  # @return [Hash] The body content of the SOAP response.
946
946
  def self.find_by_number_list
947
947
  response = invoke('Debtor_FindByNumberList') do |message|
948
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
948
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
949
949
  end
950
950
  end
951
951
 
952
952
  # Returns handles for debtors with a given name.
953
953
  # Parameters: The name to search for.
954
954
  #
955
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
955
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
956
956
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_FindByName
957
957
  # @return [Hash] The body content of the SOAP response.
958
958
  def self.find_by_name
959
959
  response = invoke('Debtor_FindByName') do |message|
960
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
960
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
961
961
  end
962
962
  end
963
963
 
964
964
  # Returns handles for debtors with a given partial name.
965
965
  # Parameters: The partial name to search for. Asterisks (*) may be used as wildcards.
966
966
  #
967
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
967
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
968
968
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Debtor_FindByPartialName
969
969
  # @return [Hash] The body content of the SOAP response.
970
970
  def self.find_by_partial_name
971
971
  response = invoke('Debtor_FindByPartialName') do |message|
972
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
972
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
973
973
  end
974
974
  end
975
975