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,215 +6,215 @@ module Ruconomic
6
6
  # Returns a debtor entry data object for a given debtor entry.
7
7
  # Parameters: entityHandle: A handle for the debtor entry.
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=DebtorEntry_GetData
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.get_data
13
13
  response = invoke('DebtorEntry_GetData') 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
  # Returns debtor entry data objects for a given set of debtor entry handles.
19
19
  # Parameters: entityHandles: An array of the debtor entry handles.
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=DebtorEntry_GetDataArray
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.get_data_array
25
25
  response = invoke('DebtorEntry_GetDataArray') 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
  # Gets the number of the debtor entry.
31
31
  # Parameters: debtorentryHandle: Handle for the debtor entry.
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=DebtorEntry_GetSerialNumber
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.get_serial_number
37
37
  response = invoke('DebtorEntry_GetSerialNumber') 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
  # Gets the entry type of the debtor entry.
43
43
  #
44
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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=DebtorEntry_GetType
46
46
  # @return [Hash] The body content of the SOAP response.
47
47
  def self.get_type
48
48
  response = invoke('DebtorEntry_GetType') do |message|
49
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
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
  # Gets the date of the debtor entry.
54
54
  #
55
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
55
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
56
56
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetDate
57
57
  # @return [Hash] The body content of the SOAP response.
58
58
  def self.get_date
59
59
  response = invoke('DebtorEntry_GetDate') do |message|
60
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
60
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
61
61
  end
62
62
  end
63
63
 
64
64
  # Gets the debtor of the debtor entry.
65
65
  #
66
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
66
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
67
67
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetDebtor
68
68
  # @return [Hash] The body content of the SOAP response.
69
69
  def self.get_debtor
70
70
  response = invoke('DebtorEntry_GetDebtor') do |message|
71
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
71
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
72
72
  end
73
73
  end
74
74
 
75
75
  # Gets the account of the debtor entry.
76
76
  #
77
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
77
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
78
78
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetAccount
79
79
  # @return [Hash] The body content of the SOAP response.
80
80
  def self.get_account
81
81
  response = invoke('DebtorEntry_GetAccount') do |message|
82
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
82
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
83
83
  end
84
84
  end
85
85
 
86
86
  # Gets the voucher number of the debtor entry.
87
87
  #
88
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
88
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
89
89
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetVoucherNumber
90
90
  # @return [Hash] The body content of the SOAP response.
91
91
  def self.get_voucher_number
92
92
  response = invoke('DebtorEntry_GetVoucherNumber') do |message|
93
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
93
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
94
94
  end
95
95
  end
96
96
 
97
97
  # Gets the text of the debtor entry.
98
98
  #
99
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
99
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
100
100
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetText
101
101
  # @return [Hash] The body content of the SOAP response.
102
102
  def self.get_text
103
103
  response = invoke('DebtorEntry_GetText') do |message|
104
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
104
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
105
105
  end
106
106
  end
107
107
 
108
108
  # Gets the amount of the debtor entry in the default currency.
109
109
  #
110
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
110
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
111
111
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetAmountDefaultCurrency
112
112
  # @return [Hash] The body content of the SOAP response.
113
113
  def self.get_amount_default_currency
114
114
  response = invoke('DebtorEntry_GetAmountDefaultCurrency') do |message|
115
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
115
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
116
116
  end
117
117
  end
118
118
 
119
119
  # Gets the currency of the debtor entry.
120
120
  #
121
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
121
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
122
122
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetCurrency
123
123
  # @return [Hash] The body content of the SOAP response.
124
124
  def self.get_currency
125
125
  response = invoke('DebtorEntry_GetCurrency') do |message|
126
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
126
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
127
127
  end
128
128
  end
129
129
 
130
130
  # Gets the currency amount of the debtor entry.
131
131
  #
132
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
132
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
133
133
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetAmount
134
134
  # @return [Hash] The body content of the SOAP response.
135
135
  def self.get_amount
136
136
  response = invoke('DebtorEntry_GetAmount') do |message|
137
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
137
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
138
138
  end
139
139
  end
140
140
 
141
141
  # Gets the invoice number of the debtor entry.
142
142
  #
143
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
143
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
144
144
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetInvoiceNumber
145
145
  # @return [Hash] The body content of the SOAP response.
146
146
  def self.get_invoice_number
147
147
  response = invoke('DebtorEntry_GetInvoiceNumber') do |message|
148
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
148
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
149
149
  end
150
150
  end
151
151
 
152
152
  # Gets the due date of the debtor entry.
153
153
  #
154
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
154
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
155
155
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetDueDate
156
156
  # @return [Hash] The body content of the SOAP response.
157
157
  def self.get_due_date
158
158
  response = invoke('DebtorEntry_GetDueDate') do |message|
159
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
159
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
160
160
  end
161
161
  end
162
162
 
163
163
  # Gets the currency remainder of the debtor entry.
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=DebtorEntry_GetRemainder
167
167
  # @return [Hash] The body content of the SOAP response.
168
168
  def self.get_remainder
169
169
  response = invoke('DebtorEntry_GetRemainder') 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 the remainder of the debtor entry in the default currency.
175
175
  #
176
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
176
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
177
177
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_GetRemainderDefaultCurrency
178
178
  # @return [Hash] The body content of the SOAP response.
179
179
  def self.get_remainder_default_currency
180
180
  response = invoke('DebtorEntry_GetRemainderDefaultCurrency') do |message|
181
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
181
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
182
182
  end
183
183
  end
184
184
 
185
185
  # Returns an array of handles for the debtor entries with numbers in the given interval.
186
186
  # Parameters: from: The beginning of the interval. to: the end of the interval.
187
187
  #
188
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
188
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
189
189
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_FindBySerialNumber
190
190
  # @return [Hash] The body content of the SOAP response.
191
191
  def self.find_by_serial_number
192
192
  response = invoke('DebtorEntry_FindBySerialNumber') do |message|
193
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
193
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
194
194
  end
195
195
  end
196
196
 
197
197
  # Returns handles for debtor entries for a given invoice number interval.
198
198
  # Parameters: from: The minimum invoice number to search for. to: The maximum invoice number to search for.
199
199
  #
200
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
200
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
201
201
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_FindByInvoiceNumber
202
202
  # @return [Hash] The body content of the SOAP response.
203
203
  def self.find_by_invoice_number
204
204
  response = invoke('DebtorEntry_FindByInvoiceNumber') do |message|
205
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
205
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
206
206
  end
207
207
  end
208
208
 
209
209
  # Matches the entries passed to the function. No return value.
210
210
  # Parameters: entries: The debtor entries to be matched.
211
211
  #
212
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
212
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
213
213
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorEntry_MatchEntries
214
214
  # @return [Hash] The body content of the SOAP response.
215
215
  def self.match_entries
216
216
  response = invoke('DebtorEntry_MatchEntries') do |message|
217
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
217
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
218
218
  end
219
219
  end
220
220
 
@@ -6,224 +6,224 @@ module Ruconomic
6
6
  # Creates a new debtor group from a data object.
7
7
  # Parameters: data: The data object that specifies the properties of the new debtor group.
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=DebtorGroup_CreateFromData
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.create_from_data
13
13
  response = invoke('DebtorGroup_CreateFromData') 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
  # Creates new debtor groups from data objects.
19
19
  # Parameters: dataArray: The array of data objects that specifies the properties of the new debtor groups.
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=DebtorGroup_CreateFromDataArray
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.create_from_data_array
25
25
  response = invoke('DebtorGroup_CreateFromDataArray') 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
  # Update debtor groups from data objects.
31
31
  # Parameters: dataArray: The array of data objects.
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=DebtorGroup_UpdateFromDataArray
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.update_from_data_array
37
37
  response = invoke('DebtorGroup_UpdateFromDataArray') 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
  # Updates a debtor group from a data object.
43
43
  # Parameters: data: The data object.
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=DebtorGroup_UpdateFromData
47
47
  # @return [Hash] The body content of the SOAP response.
48
48
  def self.update_from_data
49
49
  response = invoke('DebtorGroup_UpdateFromData') 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 a debtor group data object for a given debtor group.
55
55
  # Parameters: entityHandle: A handle for the debtor group.
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=DebtorGroup_GetData
59
59
  # @return [Hash] The body content of the SOAP response.
60
60
  def self.get_data
61
61
  response = invoke('DebtorGroup_GetData') 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 debtor group data objects for a given set of debtor group handles.
67
67
  # Parameters: entityHandles: An array of the debtor group handles.
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=DebtorGroup_GetDataArray
71
71
  # @return [Hash] The body content of the SOAP response.
72
72
  def self.get_data_array
73
73
  response = invoke('DebtorGroup_GetDataArray') 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
  # Get the number of a debtor group.
79
79
  # Parameters: debtorGroupHandle: Handle for the debtor group.
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=DebtorGroup_GetNumber
83
83
  # @return [Hash] The body content of the SOAP response.
84
84
  def self.get_number
85
85
  response = invoke('DebtorGroup_GetNumber') 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
  # Get the name of a debtor group.
91
91
  # Parameters: debtorGroupHandle: Handle for the debtor group.
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=DebtorGroup_GetName
95
95
  # @return [Hash] The body content of the SOAP response.
96
96
  def self.get_name
97
97
  response = invoke('DebtorGroup_GetName') 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
  # Set the name of a debtor group.
103
103
  # Parameters: debtorGroupHandle: Handle for the debtor group. value: The new name of the debtor group.
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=DebtorGroup_SetName
107
107
  # @return [Hash] The body content of the SOAP response.
108
108
  def self.set_name
109
109
  response = invoke('DebtorGroup_SetName') 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
  # Sets the layout of a debtor group. The value may be omitted.
115
115
  # Parameters: debtorGroupHandle: Handle for the debtor group. valueHandle: Handle for new layout of a debtor group.
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=DebtorGroup_SetLayout
119
119
  # @return [Hash] The body content of the SOAP response.
120
120
  def self.set_layout
121
121
  response = invoke('DebtorGroup_SetLayout') 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 a handle for the layout of a debtor group.
127
127
  # Parameters: debtorGroupHandle: Handle for the debtor group.
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=DebtorGroup_GetLayout
131
131
  # @return [Hash] The body content of the SOAP response.
132
132
  def self.get_layout
133
133
  response = invoke('DebtorGroup_GetLayout') 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
  # Get handle for account of a debtor group.
139
139
  # Parameters: debtorGroupHandle: Handle for the debtor group.
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=DebtorGroup_GetAccount
143
143
  # @return [Hash] The body content of the SOAP response.
144
144
  def self.get_account
145
145
  response = invoke('DebtorGroup_GetAccount') 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
  # Set the account of a debtor group.
151
151
  # Parameters: debtorGroupHandle: Handle for the debtor group. valueHandle: New handle for new account of the debtor group.
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=DebtorGroup_SetAccount
155
155
  # @return [Hash] The body content of the SOAP response.
156
156
  def self.set_account
157
157
  response = invoke('DebtorGroup_SetAccount') 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
  # Creates a new debtor group.
163
163
  #
164
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
164
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
165
165
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorGroup_Create
166
166
  # @return [Hash] The body content of the SOAP response.
167
167
  def self.create
168
168
  response = invoke('DebtorGroup_Create') do |message|
169
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
169
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
170
170
  end
171
171
  end
172
172
 
173
173
  # Returns handles for all debtor groups.
174
174
  #
175
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
175
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
176
176
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorGroup_GetAll
177
177
  # @return [Hash] The body content of the SOAP response.
178
178
  def self.get_all
179
179
  response = invoke('DebtorGroup_GetAll') do |message|
180
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
180
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
181
181
  end
182
182
  end
183
183
 
184
184
  # Returns handles for the debtor group with a given number.
185
185
  #
186
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
186
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
187
187
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorGroup_FindByNumber
188
188
  # @return [Hash] The body content of the SOAP response.
189
189
  def self.find_by_number
190
190
  response = invoke('DebtorGroup_FindByNumber') do |message|
191
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
191
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
192
192
  end
193
193
  end
194
194
 
195
195
  # Returns an array with handles for the debtor groups corresponding to the given debtor group numbers. If a debtor group with a given number does not exist then the array contains nothing at that index.
196
196
  # Parameters: numbers: The numbers to search for.
197
197
  #
198
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
198
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
199
199
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorGroup_FindByNumberList
200
200
  # @return [Hash] The body content of the SOAP response.
201
201
  def self.find_by_number_list
202
202
  response = invoke('DebtorGroup_FindByNumberList') do |message|
203
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
203
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
204
204
  end
205
205
  end
206
206
 
207
207
  # Returns handles for all debtor groups with a given name.
208
208
  #
209
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
209
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
210
210
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorGroup_FindByName
211
211
  # @return [Hash] The body content of the SOAP response.
212
212
  def self.find_by_name
213
213
  response = invoke('DebtorGroup_FindByName') do |message|
214
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
214
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
215
215
  end
216
216
  end
217
217
 
218
218
  # Gets handles for debtors of a debtor group.
219
219
  # Parameters: debtorGroupHandle: Handle for the debtor group.
220
220
  #
221
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
221
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
222
222
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=DebtorGroup_GetDebtors
223
223
  # @return [Hash] The body content of the SOAP response.
224
224
  def self.get_debtors
225
225
  response = invoke('DebtorGroup_GetDebtors') do |message|
226
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
226
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
227
227
  end
228
228
  end
229
229