ruconomic 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/ruconomic/api/account.rb +86 -86
- data/lib/ruconomic/api/accounting_period.rb +18 -18
- data/lib/ruconomic/api/accounting_year.rb +26 -26
- data/lib/ruconomic/api/activity.rb +14 -14
- data/lib/ruconomic/api/bank_payment_type.rb +16 -16
- data/lib/ruconomic/api/budget_figure.rb +56 -56
- data/lib/ruconomic/api/cash_book.rb +38 -38
- data/lib/ruconomic/api/cash_book_entry.rb +118 -118
- data/lib/ruconomic/api/company.rb +48 -48
- data/lib/ruconomic/api/cost_type.rb +22 -22
- data/lib/ruconomic/api/cost_type_group.rb +18 -18
- data/lib/ruconomic/api/creditor.rb +114 -114
- data/lib/ruconomic/api/creditor_contact.rb +44 -44
- data/lib/ruconomic/api/creditor_entry.rb +40 -40
- data/lib/ruconomic/api/creditor_group.rb +34 -34
- data/lib/ruconomic/api/currency.rb +10 -10
- data/lib/ruconomic/api/current_invoice.rb +184 -184
- data/lib/ruconomic/api/current_invoice_line.rb +72 -72
- data/lib/ruconomic/api/current_supplier_invoice.rb +18 -18
- data/lib/ruconomic/api/current_supplier_invoice_line.rb +14 -14
- data/lib/ruconomic/api/debtor.rb +152 -152
- data/lib/ruconomic/api/debtor_contact.rb +54 -54
- data/lib/ruconomic/api/debtor_entry.rb +38 -38
- data/lib/ruconomic/api/debtor_group.rb +38 -38
- data/lib/ruconomic/api/delivery_location.rb +56 -56
- data/lib/ruconomic/api/department.rb +32 -32
- data/lib/ruconomic/api/distribution_key.rb +30 -30
- data/lib/ruconomic/api/document_archive_category.rb +26 -26
- data/lib/ruconomic/api/employee.rb +70 -70
- data/lib/ruconomic/api/employee_group.rb +32 -32
- data/lib/ruconomic/api/entry.rb +52 -52
- data/lib/ruconomic/api/extended_vat_zone.rb +12 -12
- data/lib/ruconomic/api/inventory_location.rb +14 -14
- data/lib/ruconomic/api/invoice.rb +115 -111
- data/lib/ruconomic/api/invoice_line.rb +40 -40
- data/lib/ruconomic/api/key_figure_code.rb +16 -16
- data/lib/ruconomic/api/mileage_entry.rb +52 -52
- data/lib/ruconomic/api/order.rb +194 -194
- data/lib/ruconomic/api/order_line.rb +74 -74
- data/lib/ruconomic/api/price_group.rb +32 -32
- data/lib/ruconomic/api/product.rb +88 -88
- data/lib/ruconomic/api/product_group.rb +44 -44
- data/lib/ruconomic/api/product_price.rb +26 -26
- data/lib/ruconomic/api/project.rb +74 -74
- data/lib/ruconomic/api/project_group.rb +18 -18
- data/lib/ruconomic/api/quotation.rb +190 -190
- data/lib/ruconomic/api/quotation_line.rb +74 -74
- data/lib/ruconomic/api/report_code.rb +12 -12
- data/lib/ruconomic/api/report_code_set.rb +14 -14
- data/lib/ruconomic/api/scanned_document.rb +28 -28
- data/lib/ruconomic/api/subscriber.rb +78 -78
- data/lib/ruconomic/api/subscription.rb +62 -62
- data/lib/ruconomic/api/subscription_line.rb +50 -50
- data/lib/ruconomic/api/sum_interval.rb +26 -26
- data/lib/ruconomic/api/template_collection.rb +12 -12
- data/lib/ruconomic/api/term_of_payment.rb +50 -50
- data/lib/ruconomic/api/time_entry.rb +42 -42
- data/lib/ruconomic/api/unit.rb +30 -30
- data/lib/ruconomic/api/vat_account.rb +24 -24
- data/lib/ruconomic/api.rb +12 -13
- data/lib/ruconomic/version.rb +1 -1
- data/ruconomic.gemspec +1 -1
- metadata +20 -21
@@ -6,680 +6,680 @@ module Ruconomic
|
|
6
6
|
# Gets the number of a creditor.
|
7
7
|
# Parameters: creditorHandle: Handle for the creditor.
|
8
8
|
#
|
9
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
9
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
10
10
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetNumber
|
11
11
|
# @return [Hash] The body content of the SOAP response.
|
12
12
|
def self.get_number
|
13
13
|
response = invoke('Creditor_GetNumber') do |message|
|
14
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
14
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
15
15
|
end
|
16
16
|
end
|
17
17
|
|
18
18
|
# Gets a handle for the creditor group of a creditor.
|
19
19
|
# Parameters: creditorHandle: Handle for the creditor.
|
20
20
|
#
|
21
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
21
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
22
22
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetCreditorGroup
|
23
23
|
# @return [Hash] The body content of the SOAP response.
|
24
24
|
def self.get_creditor_group
|
25
25
|
response = invoke('Creditor_GetCreditorGroup') do |message|
|
26
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
26
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
30
|
# Sets the creditor group of a creditor.
|
31
31
|
# Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for the new creditor group of the creditor.
|
32
32
|
#
|
33
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
33
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
34
34
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetCreditorGroup
|
35
35
|
# @return [Hash] The body content of the SOAP response.
|
36
36
|
def self.set_creditor_group
|
37
37
|
response = invoke('Creditor_SetCreditorGroup') do |message|
|
38
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
38
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
39
39
|
end
|
40
40
|
end
|
41
41
|
|
42
42
|
# Gets the name of a creditor.
|
43
43
|
# Parameters: creditorHandle: Handle for the creditor.
|
44
44
|
#
|
45
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
45
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
46
46
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetName
|
47
47
|
# @return [Hash] The body content of the SOAP response.
|
48
48
|
def self.get_name
|
49
49
|
response = invoke('Creditor_GetName') do |message|
|
50
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
50
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
54
54
|
# Sets the name of a creditor.
|
55
55
|
# Parameters: creditorHandle: Handle for the creditor. value: The new name of the creditor.
|
56
56
|
#
|
57
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
57
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
58
58
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetName
|
59
59
|
# @return [Hash] The body content of the SOAP response.
|
60
60
|
def self.set_name
|
61
61
|
response = invoke('Creditor_SetName') do |message|
|
62
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
62
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
63
63
|
end
|
64
64
|
end
|
65
65
|
|
66
66
|
# Sets vat zone of a creditor.
|
67
67
|
# Parameters: creditorHandle: Handle for the creditor. value: Handle for new vat zone of the creditor.
|
68
68
|
#
|
69
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
69
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
70
70
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetVatZone
|
71
71
|
# @return [Hash] The body content of the SOAP response.
|
72
72
|
def self.set_vat_zone
|
73
73
|
response = invoke('Creditor_SetVatZone') do |message|
|
74
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
74
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
75
75
|
end
|
76
76
|
end
|
77
77
|
|
78
78
|
# Gets handle for vat zone of a creditor.
|
79
79
|
# Parameters: creditorHandle: Handle for the creditor.
|
80
80
|
#
|
81
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
81
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
82
82
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetVatZone
|
83
83
|
# @return [Hash] The body content of the SOAP response.
|
84
84
|
def self.get_vat_zone
|
85
85
|
response = invoke('Creditor_GetVatZone') do |message|
|
86
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
86
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
87
87
|
end
|
88
88
|
end
|
89
89
|
|
90
90
|
# Sets currency of a creditor.
|
91
91
|
# Parameters: creditorHandle: Handle for the creditor. value: Handle for the new currency of the creditor.
|
92
92
|
#
|
93
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
93
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
94
94
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetCurrency
|
95
95
|
# @return [Hash] The body content of the SOAP response.
|
96
96
|
def self.set_currency
|
97
97
|
response = invoke('Creditor_SetCurrency') do |message|
|
98
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
98
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
99
99
|
end
|
100
100
|
end
|
101
101
|
|
102
102
|
# Gets currency of a creditor.
|
103
103
|
# Parameters: creditorHandle: Handle for the creditor.
|
104
104
|
#
|
105
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
105
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
106
106
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetCurrency
|
107
107
|
# @return [Hash] The body content of the SOAP response.
|
108
108
|
def self.get_currency
|
109
109
|
response = invoke('Creditor_GetCurrency') do |message|
|
110
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
110
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
111
111
|
end
|
112
112
|
end
|
113
113
|
|
114
114
|
# Gets a handle for the term of payment of a creditor.
|
115
115
|
# Parameters: creditorHandle: Handle for the creditor.
|
116
116
|
#
|
117
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
117
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
118
118
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetTermOfPayment
|
119
119
|
# @return [Hash] The body content of the SOAP response.
|
120
120
|
def self.get_term_of_payment
|
121
121
|
response = invoke('Creditor_GetTermOfPayment') do |message|
|
122
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
122
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
123
123
|
end
|
124
124
|
end
|
125
125
|
|
126
126
|
# Sets the term of payment of a creditor.
|
127
127
|
# Parameters: creditorHandle: Handle for the creditor. value: Handle for the new term of payment of a creditor.
|
128
128
|
#
|
129
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
129
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
130
130
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetTermOfPayment
|
131
131
|
# @return [Hash] The body content of the SOAP response.
|
132
132
|
def self.set_term_of_payment
|
133
133
|
response = invoke('Creditor_SetTermOfPayment') do |message|
|
134
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
134
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
135
135
|
end
|
136
136
|
end
|
137
137
|
|
138
138
|
# Gets whether a creditor is accessible.
|
139
139
|
# Parameters: creditorHandle: Handle for the creditor.
|
140
140
|
#
|
141
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
141
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
142
142
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetIsAccessible
|
143
143
|
# @return [Hash] The body content of the SOAP response.
|
144
144
|
def self.get_is_accessible
|
145
145
|
response = invoke('Creditor_GetIsAccessible') do |message|
|
146
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
146
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
147
147
|
end
|
148
148
|
end
|
149
149
|
|
150
150
|
# Sets whether a creditor is accessible.
|
151
151
|
# Parameters: creditorHandle: Handle for the creditor. value: Value that indicates whether the creditor should be accessible.
|
152
152
|
#
|
153
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
153
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
154
154
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetIsAccessible
|
155
155
|
# @return [Hash] The body content of the SOAP response.
|
156
156
|
def self.set_is_accessible
|
157
157
|
response = invoke('Creditor_SetIsAccessible') do |message|
|
158
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
158
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
159
159
|
end
|
160
160
|
end
|
161
161
|
|
162
162
|
# Gets the Corporate Identification Number of a creditor.
|
163
163
|
# Parameters: creditorHandle: Handle for the creditor.
|
164
164
|
#
|
165
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
165
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
166
166
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetCINumber
|
167
167
|
# @return [Hash] The body content of the SOAP response.
|
168
168
|
def self.get_ci_number
|
169
169
|
response = invoke('Creditor_GetCINumber') do |message|
|
170
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
170
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
171
171
|
end
|
172
172
|
end
|
173
173
|
|
174
174
|
# Sets the Corporate Identification Number of a creditor.
|
175
175
|
# Parameters: creditorHandle: Handle for the creditor. value: The new Corporate Identification Number of the creditor.
|
176
176
|
#
|
177
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
177
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
178
178
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetCINumber
|
179
179
|
# @return [Hash] The body content of the SOAP response.
|
180
180
|
def self.set_ci_number
|
181
181
|
response = invoke('Creditor_SetCINumber') do |message|
|
182
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
182
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
183
183
|
end
|
184
184
|
end
|
185
185
|
|
186
186
|
# Set the e-mail of a creditor.
|
187
187
|
# Parameters: creditorHandle: Handle for the creditor. value: The new email of the creditor.
|
188
188
|
#
|
189
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
189
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
190
190
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetEmail
|
191
191
|
# @return [Hash] The body content of the SOAP response.
|
192
192
|
def self.set_email
|
193
193
|
response = invoke('Creditor_SetEmail') do |message|
|
194
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
194
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
198
198
|
# Get the e-mail of a creditor.
|
199
199
|
# Parameters: creditorHandle: Handle for the creditor.
|
200
200
|
#
|
201
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
201
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
202
202
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetEmail
|
203
203
|
# @return [Hash] The body content of the SOAP response.
|
204
204
|
def self.get_email
|
205
205
|
response = invoke('Creditor_GetEmail') do |message|
|
206
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
206
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
207
207
|
end
|
208
208
|
end
|
209
209
|
|
210
210
|
# Sets the address of a creditor.
|
211
211
|
# Parameters: creditorHandle: Handle for the creditor. value: The new address of the creditor.
|
212
212
|
#
|
213
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
213
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
214
214
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetAddress
|
215
215
|
# @return [Hash] The body content of the SOAP response.
|
216
216
|
def self.set_address
|
217
217
|
response = invoke('Creditor_SetAddress') do |message|
|
218
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
218
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
219
219
|
end
|
220
220
|
end
|
221
221
|
|
222
222
|
# Gets the address of a creditor.
|
223
223
|
# Parameters: creditorHandle: Handle for the creditor.
|
224
224
|
#
|
225
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
225
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
226
226
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetAddress
|
227
227
|
# @return [Hash] The body content of the SOAP response.
|
228
228
|
def self.get_address
|
229
229
|
response = invoke('Creditor_GetAddress') do |message|
|
230
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
230
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
231
231
|
end
|
232
232
|
end
|
233
233
|
|
234
234
|
# Gets the postal code of a creditor.
|
235
235
|
# Parameters: creditorHandle: Handle for the creditor.
|
236
236
|
#
|
237
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
237
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
238
238
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetPostalCode
|
239
239
|
# @return [Hash] The body content of the SOAP response.
|
240
240
|
def self.get_postal_code
|
241
241
|
response = invoke('Creditor_GetPostalCode') do |message|
|
242
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
242
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
243
243
|
end
|
244
244
|
end
|
245
245
|
|
246
246
|
# Sets the postal code of a creditor.
|
247
247
|
# Parameters: creditorHandle: Handle for the creditor. value: The new postal code of the creditor.
|
248
248
|
#
|
249
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
249
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
250
250
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetPostalCode
|
251
251
|
# @return [Hash] The body content of the SOAP response.
|
252
252
|
def self.set_postal_code
|
253
253
|
response = invoke('Creditor_SetPostalCode') do |message|
|
254
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
254
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
255
255
|
end
|
256
256
|
end
|
257
257
|
|
258
258
|
# Sets the city of a creditor.
|
259
259
|
# Parameters: creditorHandle: Handle for the creditor. value: The new city of the creditor.
|
260
260
|
#
|
261
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
261
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
262
262
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetCity
|
263
263
|
# @return [Hash] The body content of the SOAP response.
|
264
264
|
def self.set_city
|
265
265
|
response = invoke('Creditor_SetCity') do |message|
|
266
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
266
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
267
267
|
end
|
268
268
|
end
|
269
269
|
|
270
270
|
# Gets the city of a creditor.
|
271
271
|
# Parameters: creditorHandle: Handle for the creditor.
|
272
272
|
#
|
273
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
273
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
274
274
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetCity
|
275
275
|
# @return [Hash] The body content of the SOAP response.
|
276
276
|
def self.get_city
|
277
277
|
response = invoke('Creditor_GetCity') do |message|
|
278
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
278
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
279
279
|
end
|
280
280
|
end
|
281
281
|
|
282
282
|
# Gets the country of a creditor.
|
283
283
|
# Parameters: creditorHandle: Handle for the creditor.
|
284
284
|
#
|
285
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
285
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
286
286
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetCountry
|
287
287
|
# @return [Hash] The body content of the SOAP response.
|
288
288
|
def self.get_country
|
289
289
|
response = invoke('Creditor_GetCountry') do |message|
|
290
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
290
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
291
291
|
end
|
292
292
|
end
|
293
293
|
|
294
294
|
# Sets the country of a creditor.
|
295
295
|
# Parameters: creditorHandle: Handle for the creditor. value: The new country of the creditor.
|
296
296
|
#
|
297
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
297
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
298
298
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetCountry
|
299
299
|
# @return [Hash] The body content of the SOAP response.
|
300
300
|
def self.set_country
|
301
301
|
response = invoke('Creditor_SetCountry') do |message|
|
302
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
302
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
303
303
|
end
|
304
304
|
end
|
305
305
|
|
306
306
|
# Sets the bank account of a creditor.
|
307
307
|
# Parameters: creditorHandle: Handle for the creditor. value: The new bank account of the creditor.
|
308
308
|
#
|
309
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
309
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
310
310
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetBankAccount
|
311
311
|
# @return [Hash] The body content of the SOAP response.
|
312
312
|
def self.set_bank_account
|
313
313
|
response = invoke('Creditor_SetBankAccount') do |message|
|
314
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
314
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
315
315
|
end
|
316
316
|
end
|
317
317
|
|
318
318
|
# Gets the bank account of a creditor.
|
319
319
|
# Parameters: creditorHandle: Handle for the creditor.
|
320
320
|
#
|
321
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
321
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
322
322
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetBankAccount
|
323
323
|
# @return [Hash] The body content of the SOAP response.
|
324
324
|
def self.get_bank_account
|
325
325
|
response = invoke('Creditor_GetBankAccount') do |message|
|
326
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
326
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
327
327
|
end
|
328
328
|
end
|
329
329
|
|
330
330
|
# Sets the attention of a creditor.
|
331
331
|
# Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for new attention of the creditor.
|
332
332
|
#
|
333
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
333
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
334
334
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetAttention
|
335
335
|
# @return [Hash] The body content of the SOAP response.
|
336
336
|
def self.set_attention
|
337
337
|
response = invoke('Creditor_SetAttention') do |message|
|
338
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
338
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
339
339
|
end
|
340
340
|
end
|
341
341
|
|
342
342
|
# Gets a handle for the attention of a creditor.
|
343
343
|
# Parameters: creditorHandle: Handle for the creditor.
|
344
344
|
#
|
345
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
345
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
346
346
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetAttention
|
347
347
|
# @return [Hash] The body content of the SOAP response.
|
348
348
|
def self.get_attention
|
349
349
|
response = invoke('Creditor_GetAttention') do |message|
|
350
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
350
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
351
351
|
end
|
352
352
|
end
|
353
353
|
|
354
354
|
# Gets a handle for 'your reference' of a creditor.
|
355
355
|
# Parameters: creditorHandle: Handle for the creditor.
|
356
356
|
#
|
357
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
357
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
358
358
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetYourReference
|
359
359
|
# @return [Hash] The body content of the SOAP response.
|
360
360
|
def self.get_your_reference
|
361
361
|
response = invoke('Creditor_GetYourReference') do |message|
|
362
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
362
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
363
363
|
end
|
364
364
|
end
|
365
365
|
|
366
366
|
# Sets 'your reference' of a creditor.
|
367
367
|
# Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for 'your reference' of the creditor.
|
368
368
|
#
|
369
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
369
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
370
370
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetYourReference
|
371
371
|
# @return [Hash] The body content of the SOAP response.
|
372
372
|
def self.set_your_reference
|
373
373
|
response = invoke('Creditor_SetYourReference') do |message|
|
374
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
374
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
375
375
|
end
|
376
376
|
end
|
377
377
|
|
378
378
|
# Sets 'our reference' of a creditor.
|
379
379
|
# Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for 'our reference' of the creditor.
|
380
380
|
#
|
381
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
381
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
382
382
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetOurReference
|
383
383
|
# @return [Hash] The body content of the SOAP response.
|
384
384
|
def self.set_our_reference
|
385
385
|
response = invoke('Creditor_SetOurReference') do |message|
|
386
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
386
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
387
387
|
end
|
388
388
|
end
|
389
389
|
|
390
390
|
# Gets a handle for 'our reference' of a creditor.
|
391
391
|
# Parameters: creditorHandle: Handle for the creditor.
|
392
392
|
#
|
393
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
393
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
394
394
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetOurReference
|
395
395
|
# @return [Hash] The body content of the SOAP response.
|
396
396
|
def self.get_our_reference
|
397
397
|
response = invoke('Creditor_GetOurReference') do |message|
|
398
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
398
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
399
399
|
end
|
400
400
|
end
|
401
401
|
|
402
402
|
# Gets a handle for the default payment type of a creditor. To set bank payment type, use CashBookEntry_SetRemittanceInformation.
|
403
403
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
404
404
|
#
|
405
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
405
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
406
406
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetDefaultPaymentType
|
407
407
|
# @return [Hash] The body content of the SOAP response.
|
408
408
|
def self.get_default_payment_type
|
409
409
|
response = invoke('Creditor_GetDefaultPaymentType') do |message|
|
410
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
410
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
411
411
|
end
|
412
412
|
end
|
413
413
|
|
414
414
|
# Gets a handle for the payment creditor id of a creditor. To set bank payment creditor id, use Creditor_SetRemittanceInformation.
|
415
415
|
#
|
416
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
416
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
417
417
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetDefaultPaymentCreditorId
|
418
418
|
# @return [Hash] The body content of the SOAP response.
|
419
419
|
def self.get_default_payment_creditor_id
|
420
420
|
response = invoke('Creditor_GetDefaultPaymentCreditorId') do |message|
|
421
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
421
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
422
422
|
end
|
423
423
|
end
|
424
424
|
|
425
425
|
# Gets the County of a creditor. (UK only)
|
426
426
|
# Parameters: creditorHandle: Handle for the creditor.
|
427
427
|
#
|
428
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
428
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
429
429
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetCounty
|
430
430
|
# @return [Hash] The body content of the SOAP response.
|
431
431
|
def self.get_county
|
432
432
|
response = invoke('Creditor_GetCounty') do |message|
|
433
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
433
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
434
434
|
end
|
435
435
|
end
|
436
436
|
|
437
437
|
# Sets the County of a creditor. (UK only)
|
438
438
|
# Parameters: creditorHandle: Handle for the creditor. value: The new County of the creditor.
|
439
439
|
#
|
440
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
440
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
441
441
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetCounty
|
442
442
|
# @return [Hash] The body content of the SOAP response.
|
443
443
|
def self.set_county
|
444
444
|
response = invoke('Creditor_SetCounty') do |message|
|
445
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
445
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
446
446
|
end
|
447
447
|
end
|
448
448
|
|
449
449
|
# Gets a handle for the automatic contra account of a creditor.
|
450
450
|
# Parameters: creditorHandle: Handle for the creditor.
|
451
451
|
#
|
452
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
452
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
453
453
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetAutoContraAccount
|
454
454
|
# @return [Hash] The body content of the SOAP response.
|
455
455
|
def self.get_auto_contra_account
|
456
456
|
response = invoke('Creditor_GetAutoContraAccount') do |message|
|
457
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
457
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
458
458
|
end
|
459
459
|
end
|
460
460
|
|
461
461
|
# Sets the automatic contra account of a creditor.
|
462
462
|
# Parameters: creditorHandle: Handle for the creditor. valueHandle: Handle for new automatic contra account of the creditor.
|
463
463
|
#
|
464
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
464
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
465
465
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_SetAutoContraAccount
|
466
466
|
# @return [Hash] The body content of the SOAP response.
|
467
467
|
def self.set_auto_contra_account
|
468
468
|
response = invoke('Creditor_SetAutoContraAccount') do |message|
|
469
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
469
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
470
470
|
end
|
471
471
|
end
|
472
472
|
|
473
473
|
# Return handles for all creditors
|
474
474
|
#
|
475
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
475
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
476
476
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetAll
|
477
477
|
# @return [Hash] The body content of the SOAP response.
|
478
478
|
def self.get_all
|
479
479
|
response = invoke('Creditor_GetAll') do |message|
|
480
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
480
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
481
481
|
end
|
482
482
|
end
|
483
483
|
|
484
484
|
# Return handles for all creditors from date. fromDate is based on CET. includeCalculatedProperties is reserved for future usage and should be set to false for now.
|
485
485
|
#
|
486
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
486
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
487
487
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetAllUpdated
|
488
488
|
# @return [Hash] The body content of the SOAP response.
|
489
489
|
def self.get_all_updated
|
490
490
|
response = invoke('Creditor_GetAllUpdated') do |message|
|
491
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
491
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
492
492
|
end
|
493
493
|
end
|
494
494
|
|
495
495
|
# Returns handle for creditor with a given number.
|
496
496
|
#
|
497
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
497
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
498
498
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_FindByNumber
|
499
499
|
# @return [Hash] The body content of the SOAP response.
|
500
500
|
def self.find_by_number
|
501
501
|
response = invoke('Creditor_FindByNumber') do |message|
|
502
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
502
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
503
503
|
end
|
504
504
|
end
|
505
505
|
|
506
506
|
# Returns an array with handles for the creditors corresponding to the given creditor numbers. If a creditor with a given number does not exist or if no number is given then the array contains nothing at that index.
|
507
507
|
# Parameters: numbers: The numbers to search for.
|
508
508
|
#
|
509
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
509
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
510
510
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_FindByNumberList
|
511
511
|
# @return [Hash] The body content of the SOAP response.
|
512
512
|
def self.find_by_number_list
|
513
513
|
response = invoke('Creditor_FindByNumberList') do |message|
|
514
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
514
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
515
515
|
end
|
516
516
|
end
|
517
517
|
|
518
518
|
# Returns handle for creditors with a given name.
|
519
519
|
# Parameters: The name to search for.
|
520
520
|
#
|
521
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
521
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
522
522
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_FindByName
|
523
523
|
# @return [Hash] The body content of the SOAP response.
|
524
524
|
def self.find_by_name
|
525
525
|
response = invoke('Creditor_FindByName') do |message|
|
526
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
526
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
527
527
|
end
|
528
528
|
end
|
529
529
|
|
530
530
|
# Gets handles for creditor contacts of a creditor.
|
531
531
|
# Parameters: creditorHandle: Handle for the creditor.
|
532
532
|
#
|
533
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
533
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
534
534
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetCreditorContacts
|
535
535
|
# @return [Hash] The body content of the SOAP response.
|
536
536
|
def self.get_creditor_contacts
|
537
537
|
response = invoke('Creditor_GetCreditorContacts') do |message|
|
538
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
538
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
539
539
|
end
|
540
540
|
end
|
541
541
|
|
542
542
|
# Deletes a creditor.
|
543
543
|
# Parameters: creditorHandle: Handle for creditor.
|
544
544
|
#
|
545
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
545
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
546
546
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_Delete
|
547
547
|
# @return [Hash] The body content of the SOAP response.
|
548
548
|
def self.delete
|
549
549
|
response = invoke('Creditor_Delete') do |message|
|
550
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
550
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
551
551
|
end
|
552
552
|
end
|
553
553
|
|
554
554
|
# Gets handles for the entries of the creditor.
|
555
555
|
# Parameters: creditorHandle: Handle for the creditor.
|
556
556
|
#
|
557
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
557
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
558
558
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetEntries
|
559
559
|
# @return [Hash] The body content of the SOAP response.
|
560
560
|
def self.get_entries
|
561
561
|
response = invoke('Creditor_GetEntries') do |message|
|
562
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
562
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
563
563
|
end
|
564
564
|
end
|
565
565
|
|
566
566
|
# Gets handles for the entries of the creditor that match the voucherNo.
|
567
567
|
# Parameters: creditorHandle: Handle for the creditor. voucherNo: The voucher number you wish to filter by.
|
568
568
|
#
|
569
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
569
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
570
570
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetEntriesByVoucherNo
|
571
571
|
# @return [Hash] The body content of the SOAP response.
|
572
572
|
def self.get_entries_by_voucher_no
|
573
573
|
response = invoke('Creditor_GetEntriesByVoucherNo') do |message|
|
574
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
574
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
575
575
|
end
|
576
576
|
end
|
577
577
|
|
578
578
|
# Gets handles for the entries of the creditor that match the invoiceNo.
|
579
579
|
# Parameters: creditorHandle: Handle for the creditor. invoiceNo: The invoice number you wish to filter by.
|
580
580
|
#
|
581
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
581
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
582
582
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetEntriesByInvoiceNo
|
583
583
|
# @return [Hash] The body content of the SOAP response.
|
584
584
|
def self.get_entries_by_invoice_no
|
585
585
|
response = invoke('Creditor_GetEntriesByInvoiceNo') do |message|
|
586
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
586
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
587
587
|
end
|
588
588
|
end
|
589
589
|
|
590
590
|
# Gets handles for the entries of the creditor that match both the vouher number and invoice number.
|
591
591
|
# Parameters: creditorHandle: Handle for the creditor. voucherNo: The voucher number you wish to filter by. invoiceNo: The invoice number you wish to filter by.
|
592
592
|
#
|
593
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
593
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
594
594
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetEntriesByVoucherNoAndInvoiceNo
|
595
595
|
# @return [Hash] The body content of the SOAP response.
|
596
596
|
def self.get_entries_by_voucher_no_and_invoice_no
|
597
597
|
response = invoke('Creditor_GetEntriesByVoucherNoAndInvoiceNo') do |message|
|
598
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
598
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
599
599
|
end
|
600
600
|
end
|
601
601
|
|
602
602
|
# Gets handles for the open entries of the creditor.
|
603
603
|
# Parameters: creditorHandle: Handle for the creditor.
|
604
604
|
#
|
605
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
605
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
606
606
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetOpenEntries
|
607
607
|
# @return [Hash] The body content of the SOAP response.
|
608
608
|
def self.get_open_entries
|
609
609
|
response = invoke('Creditor_GetOpenEntries') do |message|
|
610
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
610
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
611
611
|
end
|
612
612
|
end
|
613
613
|
|
614
614
|
# Creates a new creditor from a data object.
|
615
615
|
# Parameters: data: The data object that specifies the properties of the new creditor.
|
616
616
|
#
|
617
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
617
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
618
618
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_CreateFromData
|
619
619
|
# @return [Hash] The body content of the SOAP response.
|
620
620
|
def self.create_from_data
|
621
621
|
response = invoke('Creditor_CreateFromData') do |message|
|
622
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
622
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
623
623
|
end
|
624
624
|
end
|
625
625
|
|
626
626
|
# Creates new creditor from data objects.
|
627
627
|
# Parameters: dataArray: The array of data objects that specifies the properties of the new creditors.
|
628
628
|
#
|
629
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
629
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
630
630
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_CreateFromDataArray
|
631
631
|
# @return [Hash] The body content of the SOAP response.
|
632
632
|
def self.create_from_data_array
|
633
633
|
response = invoke('Creditor_CreateFromDataArray') do |message|
|
634
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
634
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
635
635
|
end
|
636
636
|
end
|
637
637
|
|
638
638
|
# Update creditors from data objects.
|
639
639
|
# Parameters: dataArray: The array of data objects.
|
640
640
|
#
|
641
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
641
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
642
642
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_UpdateFromDataArray
|
643
643
|
# @return [Hash] The body content of the SOAP response.
|
644
644
|
def self.update_from_data_array
|
645
645
|
response = invoke('Creditor_UpdateFromDataArray') do |message|
|
646
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
646
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
647
647
|
end
|
648
648
|
end
|
649
649
|
|
650
650
|
# Updates a creditor from a data object.
|
651
651
|
# Parameters: data: The data object.
|
652
652
|
#
|
653
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
653
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
654
654
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_UpdateFromData
|
655
655
|
# @return [Hash] The body content of the SOAP response.
|
656
656
|
def self.update_from_data
|
657
657
|
response = invoke('Creditor_UpdateFromData') do |message|
|
658
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
658
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
659
659
|
end
|
660
660
|
end
|
661
661
|
|
662
662
|
# Returns a creditor data object for a given creditor.
|
663
663
|
# Parameters: entityHandle: A handle for the creditor.
|
664
664
|
#
|
665
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
665
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
666
666
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetData
|
667
667
|
# @return [Hash] The body content of the SOAP response.
|
668
668
|
def self.get_data
|
669
669
|
response = invoke('Creditor_GetData') do |message|
|
670
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
670
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
671
671
|
end
|
672
672
|
end
|
673
673
|
|
674
674
|
# Returns creditor data objects for a given set of creditor handles.
|
675
675
|
# Parameters: entityHandles: An array of the creditor handles.
|
676
676
|
#
|
677
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
677
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
678
678
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Creditor_GetDataArray
|
679
679
|
# @return [Hash] The body content of the SOAP response.
|
680
680
|
def self.get_data_array
|
681
681
|
response = invoke('Creditor_GetDataArray') do |message|
|
682
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
682
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
683
683
|
end
|
684
684
|
end
|
685
685
|
|