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,1137 +6,1137 @@ module Ruconomic
|
|
6
6
|
# Gets the delivery address of an quotation.
|
7
7
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetDeliveryAddress
|
11
11
|
# @return [Hash] The body content of the SOAP response.
|
12
12
|
def self.get_delivery_address
|
13
13
|
response = invoke('Quotation_GetDeliveryAddress') 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
|
# Sets the delivery address of an quotation.
|
19
19
|
# Parameters: quotationHandle: Handle for the quotation. value: The new delivery address of the quotation.
|
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=Quotation_SetDeliveryAddress
|
23
23
|
# @return [Hash] The body content of the SOAP response.
|
24
24
|
def self.set_delivery_address
|
25
25
|
response = invoke('Quotation_SetDeliveryAddress') do |message|
|
26
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
26
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
27
27
|
end
|
28
28
|
end
|
29
29
|
|
30
30
|
# Gets the delivery postal code of an quotation.
|
31
31
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetDeliveryPostalCode
|
35
35
|
# @return [Hash] The body content of the SOAP response.
|
36
36
|
def self.get_delivery_postal_code
|
37
37
|
response = invoke('Quotation_GetDeliveryPostalCode') 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
|
# Sets the delivery postal code of an quotation.
|
43
43
|
# Parameters: quotationHandle: Handle for the quotation. value: The new delivery postal code of the quotation.
|
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=Quotation_SetDeliveryPostalCode
|
47
47
|
# @return [Hash] The body content of the SOAP response.
|
48
48
|
def self.set_delivery_postal_code
|
49
49
|
response = invoke('Quotation_SetDeliveryPostalCode') do |message|
|
50
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
50
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
51
51
|
end
|
52
52
|
end
|
53
53
|
|
54
54
|
# Gets the delivery city of an quotation.
|
55
55
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetDeliveryCity
|
59
59
|
# @return [Hash] The body content of the SOAP response.
|
60
60
|
def self.get_delivery_city
|
61
61
|
response = invoke('Quotation_GetDeliveryCity') 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 the delivery city of an quotation.
|
67
67
|
# Parameters: quotationHandle: Handle for the quotation. value: The new delivery city of the quotation.
|
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=Quotation_SetDeliveryCity
|
71
71
|
# @return [Hash] The body content of the SOAP response.
|
72
72
|
def self.set_delivery_city
|
73
73
|
response = invoke('Quotation_SetDeliveryCity') 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 the delivery country of an quotation.
|
79
79
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetDeliveryCountry
|
83
83
|
# @return [Hash] The body content of the SOAP response.
|
84
84
|
def self.get_delivery_country
|
85
85
|
response = invoke('Quotation_GetDeliveryCountry') 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 the delivery country of an quotation.
|
91
91
|
# Parameters: quotationHandle: Handle for the quotation. value: The new delivery country of the quotation.
|
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=Quotation_SetDeliveryCountry
|
95
95
|
# @return [Hash] The body content of the SOAP response.
|
96
96
|
def self.set_delivery_country
|
97
97
|
response = invoke('Quotation_SetDeliveryCountry') do |message|
|
98
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
98
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
99
99
|
end
|
100
100
|
end
|
101
101
|
|
102
102
|
# Gets the terms of delivery of an quotation.
|
103
103
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetTermsOfDelivery
|
107
107
|
# @return [Hash] The body content of the SOAP response.
|
108
108
|
def self.get_terms_of_delivery
|
109
109
|
response = invoke('Quotation_GetTermsOfDelivery') 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
|
# Sets the terms of delivery of an quotation.
|
115
115
|
# Parameters: quotationHandle: Handle for the quotation. value: The new terms of delivery of the quotation.
|
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=Quotation_SetTermsOfDelivery
|
119
119
|
# @return [Hash] The body content of the SOAP response.
|
120
120
|
def self.set_terms_of_delivery
|
121
121
|
response = invoke('Quotation_SetTermsOfDelivery') do |message|
|
122
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
122
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
123
123
|
end
|
124
124
|
end
|
125
125
|
|
126
126
|
# Gets the delivery date of an quotation.
|
127
127
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetDeliveryDate
|
131
131
|
# @return [Hash] The body content of the SOAP response.
|
132
132
|
def self.get_delivery_date
|
133
133
|
response = invoke('Quotation_GetDeliveryDate') 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
|
# Sets the delivery date of an quotation.
|
139
139
|
# Parameters: quotationHandle: Handle for the quotation. value: The new delivery date of the quotation.
|
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=Quotation_SetDeliveryDate
|
143
143
|
# @return [Hash] The body content of the SOAP response.
|
144
144
|
def self.set_delivery_date
|
145
145
|
response = invoke('Quotation_SetDeliveryDate') do |message|
|
146
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
146
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
147
147
|
end
|
148
148
|
end
|
149
149
|
|
150
150
|
# Gets the heading of an quotation.
|
151
151
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetHeading
|
155
155
|
# @return [Hash] The body content of the SOAP response.
|
156
156
|
def self.get_heading
|
157
157
|
response = invoke('Quotation_GetHeading') 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
|
# Sets the heading of an quotation.
|
163
163
|
# Parameters: quotationHandle: Handle for the quotation. value: The new heading of the quotation.
|
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=Quotation_SetHeading
|
167
167
|
# @return [Hash] The body content of the SOAP response.
|
168
168
|
def self.set_heading
|
169
169
|
response = invoke('Quotation_SetHeading') do |message|
|
170
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
170
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
171
171
|
end
|
172
172
|
end
|
173
173
|
|
174
174
|
# Gets the primary line of text of an quotation.
|
175
175
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetTextLine1
|
179
179
|
# @return [Hash] The body content of the SOAP response.
|
180
180
|
def self.get_text_line1
|
181
181
|
response = invoke('Quotation_GetTextLine1') 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
|
# Sets the primary line of text of an quotation.
|
187
187
|
# Parameters: quotationHandle: Handle for the quotation. value: The new primary line of text of the quotation.
|
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=Quotation_SetTextLine1
|
191
191
|
# @return [Hash] The body content of the SOAP response.
|
192
192
|
def self.set_text_line1
|
193
193
|
response = invoke('Quotation_SetTextLine1') do |message|
|
194
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
194
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
195
195
|
end
|
196
196
|
end
|
197
197
|
|
198
198
|
# Gets the secondary line of text of an quotation.
|
199
199
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetTextLine2
|
203
203
|
# @return [Hash] The body content of the SOAP response.
|
204
204
|
def self.get_text_line2
|
205
205
|
response = invoke('Quotation_GetTextLine2') 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 secondary line of text of an quotation.
|
211
211
|
# Parameters: quotationHandle: Handle for the quotation. value: The new secondary line of text of the quotation.
|
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=Quotation_SetTextLine2
|
215
215
|
# @return [Hash] The body content of the SOAP response.
|
216
216
|
def self.set_text_line2
|
217
217
|
response = invoke('Quotation_SetTextLine2') 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 other reference of an quotation.
|
223
223
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetOtherReference
|
227
227
|
# @return [Hash] The body content of the SOAP response.
|
228
228
|
def self.get_other_reference
|
229
229
|
response = invoke('Quotation_GetOtherReference') 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
|
# Sets the other reference of an quotation.
|
235
235
|
# Parameters: quotationHandle: Handle for the quotation. value: The new other reference of the quotation.
|
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=Quotation_SetOtherReference
|
239
239
|
# @return [Hash] The body content of the SOAP response.
|
240
240
|
def self.set_other_reference
|
241
241
|
response = invoke('Quotation_SetOtherReference') 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
|
# Gets thether an quotation is archived.
|
247
247
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetIsArchived
|
251
251
|
# @return [Hash] The body content of the SOAP response.
|
252
252
|
def self.get_is_archived
|
253
253
|
response = invoke('Quotation_GetIsArchived') 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
|
# Gets whether an quotation is sent.
|
259
259
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetIsSent
|
263
263
|
# @return [Hash] The body content of the SOAP response.
|
264
264
|
def self.get_is_sent
|
265
265
|
response = invoke('Quotation_GetIsSent') 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 total amount for all the lines without VAT of an quotation (in the currency of the quotation).
|
271
271
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetNetAmount
|
275
275
|
# @return [Hash] The body content of the SOAP response.
|
276
276
|
def self.get_net_amount
|
277
277
|
response = invoke('Quotation_GetNetAmount') 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 total VAT amount for all the lines of an quotation (in the currency of the quotation).
|
283
283
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetVatAmount
|
287
287
|
# @return [Hash] The body content of the SOAP response.
|
288
288
|
def self.get_vat_amount
|
289
289
|
response = invoke('Quotation_GetVatAmount') 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
|
# Gets the total gross amount for all the lines of an quotation (in the currency of the quotation).
|
295
295
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetGrossAmount
|
299
299
|
# @return [Hash] The body content of the SOAP response.
|
300
300
|
def self.get_gross_amount
|
301
301
|
response = invoke('Quotation_GetGrossAmount') 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
|
# Gets the margin of an quotation (in the currency of the quotation).
|
307
307
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetMargin
|
311
311
|
# @return [Hash] The body content of the SOAP response.
|
312
312
|
def self.get_margin
|
313
313
|
response = invoke('Quotation_GetMargin') 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 margin of an quotation as percent.
|
319
319
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetMarginAsPercent
|
323
323
|
# @return [Hash] The body content of the SOAP response.
|
324
324
|
def self.get_margin_as_percent
|
325
325
|
response = invoke('Quotation_GetMarginAsPercent') 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
|
# Gets the rounding amount for all lines of the quotation (in the currency of the quotation).
|
331
331
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetRoundingAmount
|
335
335
|
# @return [Hash] The body content of the SOAP response.
|
336
336
|
def self.get_rounding_amount
|
337
337
|
response = invoke('Quotation_GetRoundingAmount') 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 the DebtorCounty of an quotation. (UK only)
|
343
343
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetDebtorCounty
|
347
347
|
# @return [Hash] The body content of the SOAP response.
|
348
348
|
def self.get_debtor_county
|
349
349
|
response = invoke('Quotation_GetDebtorCounty') 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
|
# Sets the DebtorCounty of an quotation. (UK only)
|
355
355
|
# Parameters: quotationHandle: Handle for the quotation. value: The new DebtorCounty of the quotation.
|
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=Quotation_SetDebtorCounty
|
359
359
|
# @return [Hash] The body content of the SOAP response.
|
360
360
|
def self.set_debtor_county
|
361
361
|
response = invoke('Quotation_SetDebtorCounty') 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
|
# Gets the DeliveryCounty of an quotation. (UK only)
|
367
367
|
# Parameters: quotationHandle: Handle for the quotation.
|
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=Quotation_GetDeliveryCounty
|
371
371
|
# @return [Hash] The body content of the SOAP response.
|
372
372
|
def self.get_delivery_county
|
373
373
|
response = invoke('Quotation_GetDeliveryCounty') 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 the DeliveryCounty of an quotation. (UK only)
|
379
379
|
# Parameters: quotationHandle: Handle for the quotation. value: The new DeliveryCounty of the quotation.
|
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=Quotation_SetDeliveryCounty
|
383
383
|
# @return [Hash] The body content of the SOAP response.
|
384
384
|
def self.set_delivery_county
|
385
385
|
response = invoke('Quotation_SetDeliveryCounty') 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
|
# Creates a new quotation from a data object.
|
391
391
|
# Parameters: data: The data object that specifies the properties of the new quotation.
|
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=Quotation_CreateFromData
|
395
395
|
# @return [Hash] The body content of the SOAP response.
|
396
396
|
def self.create_from_data
|
397
397
|
response = invoke('Quotation_CreateFromData') 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
|
# Creates new quotations from data objects.
|
403
403
|
# Parameters: dataArray: The array of data objects that specifies the properties of the new quotations.
|
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=Quotation_CreateFromDataArray
|
407
407
|
# @return [Hash] The body content of the SOAP response.
|
408
408
|
def self.create_from_data_array
|
409
409
|
response = invoke('Quotation_CreateFromDataArray') 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
|
# Update quotations from data objects.
|
415
415
|
# Parameters: dataArray: The array of data objects.
|
416
416
|
#
|
417
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
417
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
418
418
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_UpdateFromDataArray
|
419
419
|
# @return [Hash] The body content of the SOAP response.
|
420
420
|
def self.update_from_data_array
|
421
421
|
response = invoke('Quotation_UpdateFromDataArray') do |message|
|
422
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
422
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
423
423
|
end
|
424
424
|
end
|
425
425
|
|
426
426
|
# Updates a quotation from a data object.
|
427
427
|
# Parameters: data: The data object.
|
428
428
|
#
|
429
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
429
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
430
430
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_UpdateFromData
|
431
431
|
# @return [Hash] The body content of the SOAP response.
|
432
432
|
def self.update_from_data
|
433
433
|
response = invoke('Quotation_UpdateFromData') do |message|
|
434
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
434
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
435
435
|
end
|
436
436
|
end
|
437
437
|
|
438
438
|
# Returns a quotation data object for a given quotation.
|
439
439
|
# Parameters: entityHandle: A handle for the quotation.
|
440
440
|
#
|
441
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
441
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
442
442
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetData
|
443
443
|
# @return [Hash] The body content of the SOAP response.
|
444
444
|
def self.get_data
|
445
445
|
response = invoke('Quotation_GetData') do |message|
|
446
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
446
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
447
447
|
end
|
448
448
|
end
|
449
449
|
|
450
450
|
# Returns quotation data objects for a given set of quotation handles.
|
451
451
|
# Parameters: entityHandles: An array of the quotation handles.
|
452
452
|
#
|
453
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
453
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
454
454
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDataArray
|
455
455
|
# @return [Hash] The body content of the SOAP response.
|
456
456
|
def self.get_data_array
|
457
457
|
response = invoke('Quotation_GetDataArray') do |message|
|
458
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
458
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
459
459
|
end
|
460
460
|
end
|
461
461
|
|
462
462
|
# Creates a new quotation. The debtor properties of the new quotation are set to those of the debtor.
|
463
463
|
# Parameters: Handle for the debtr of the new quotation.
|
464
464
|
#
|
465
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
465
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
466
466
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_Create
|
467
467
|
# @return [Hash] The body content of the SOAP response.
|
468
468
|
def self.create
|
469
469
|
response = invoke('Quotation_Create') do |message|
|
470
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
470
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
471
471
|
end
|
472
472
|
end
|
473
473
|
|
474
474
|
# Gets a quotation as a PDF-file.
|
475
475
|
# Parameters: quotationHandle: Handle for the quotation.
|
476
476
|
#
|
477
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
477
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
478
478
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetPdf
|
479
479
|
# @return [Hash] The body content of the SOAP response.
|
480
480
|
def self.get_pdf
|
481
481
|
response = invoke('Quotation_GetPdf') do |message|
|
482
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
482
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
483
483
|
end
|
484
484
|
end
|
485
485
|
|
486
486
|
# Returns handles for all quotations.
|
487
487
|
#
|
488
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
488
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
489
489
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetAll
|
490
490
|
# @return [Hash] The body content of the SOAP response.
|
491
491
|
def self.get_all
|
492
492
|
response = invoke('Quotation_GetAll') do |message|
|
493
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
493
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
494
494
|
end
|
495
495
|
end
|
496
496
|
|
497
497
|
# Returns handles for all quotations.
|
498
498
|
#
|
499
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
499
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
500
500
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetAllCurrent
|
501
501
|
# @return [Hash] The body content of the SOAP response.
|
502
502
|
def self.get_all_current
|
503
503
|
response = invoke('Quotation_GetAllCurrent') do |message|
|
504
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
504
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
505
505
|
end
|
506
506
|
end
|
507
507
|
|
508
508
|
# Returns handles for the quotations with a given other reference.
|
509
509
|
# Parameters: otherReference: The other reference to search for.
|
510
510
|
#
|
511
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
511
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
512
512
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_FindByOtherReference
|
513
513
|
# @return [Hash] The body content of the SOAP response.
|
514
514
|
def self.find_by_other_reference
|
515
515
|
response = invoke('Quotation_FindByOtherReference') do |message|
|
516
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
516
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
517
517
|
end
|
518
518
|
end
|
519
519
|
|
520
520
|
# Returns a handle for the quotation with a given number.
|
521
521
|
# Parameters: number: The number to search for.
|
522
522
|
#
|
523
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
523
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
524
524
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_FindByNumber
|
525
525
|
# @return [Hash] The body content of the SOAP response.
|
526
526
|
def self.find_by_number
|
527
527
|
response = invoke('Quotation_FindByNumber') do |message|
|
528
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
528
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
529
529
|
end
|
530
530
|
end
|
531
531
|
|
532
532
|
# Returns an array with handles for the quotations with numbers in the given interval.
|
533
533
|
# Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.
|
534
534
|
#
|
535
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
535
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
536
536
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_FindByNumberInterval
|
537
537
|
# @return [Hash] The body content of the SOAP response.
|
538
538
|
def self.find_by_number_interval
|
539
539
|
response = invoke('Quotation_FindByNumberInterval') do |message|
|
540
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
540
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
541
541
|
end
|
542
542
|
end
|
543
543
|
|
544
544
|
# Returns handles for quotations in a given interval of days.
|
545
545
|
# Parameters: first: First day in interval. last: Last day in interval.
|
546
546
|
#
|
547
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
547
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
548
548
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_FindByDateInterval
|
549
549
|
# @return [Hash] The body content of the SOAP response.
|
550
550
|
def self.find_by_date_interval
|
551
551
|
response = invoke('Quotation_FindByDateInterval') do |message|
|
552
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
552
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
553
553
|
end
|
554
554
|
end
|
555
555
|
|
556
556
|
# Return handles for all quotations from date. FromDate is based on CET.
|
557
557
|
#
|
558
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
558
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
559
559
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetAllUpdated
|
560
560
|
# @return [Hash] The body content of the SOAP response.
|
561
561
|
def self.get_all_updated
|
562
562
|
response = invoke('Quotation_GetAllUpdated') do |message|
|
563
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
563
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
564
564
|
end
|
565
565
|
end
|
566
566
|
|
567
567
|
# Gets handles for lines of a quotation.
|
568
568
|
# Parameters: quotationHandle: Handle for the quotation.
|
569
569
|
#
|
570
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
570
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
571
571
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetLines
|
572
572
|
# @return [Hash] The body content of the SOAP response.
|
573
573
|
def self.get_lines
|
574
574
|
response = invoke('Quotation_GetLines') do |message|
|
575
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
575
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
576
576
|
end
|
577
577
|
end
|
578
578
|
|
579
579
|
# Registers a quotation as sent.
|
580
580
|
# Parameters: quotationHandle: Handle for the quotation.
|
581
581
|
#
|
582
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
582
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
583
583
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_RegisterAsSent
|
584
584
|
# @return [Hash] The body content of the SOAP response.
|
585
585
|
def self.register_as_sent
|
586
586
|
response = invoke('Quotation_RegisterAsSent') do |message|
|
587
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
587
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
588
588
|
end
|
589
589
|
end
|
590
590
|
|
591
591
|
# Cancels sent status of a quotation.
|
592
592
|
# Parameters: quotationHandle: Handle for the quotation.
|
593
593
|
#
|
594
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
594
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
595
595
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_CancelSentStatus
|
596
596
|
# @return [Hash] The body content of the SOAP response.
|
597
597
|
def self.cancel_sent_status
|
598
598
|
response = invoke('Quotation_CancelSentStatus') do |message|
|
599
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
599
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
600
600
|
end
|
601
601
|
end
|
602
602
|
|
603
603
|
# Upgrades a quotation to an order.
|
604
604
|
# Parameters: quotationHandle: Handle for the quotation.
|
605
605
|
#
|
606
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
606
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
607
607
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_UpgradeToOrder
|
608
608
|
# @return [Hash] The body content of the SOAP response.
|
609
609
|
def self.upgrade_to_order
|
610
610
|
response = invoke('Quotation_UpgradeToOrder') do |message|
|
611
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
611
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
612
612
|
end
|
613
613
|
end
|
614
614
|
|
615
615
|
# Deletes a quotation.
|
616
616
|
# Parameters: quotationHandle: Handle for the quotation.
|
617
617
|
#
|
618
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
618
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
619
619
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_Delete
|
620
620
|
# @return [Hash] The body content of the SOAP response.
|
621
621
|
def self.delete
|
622
622
|
response = invoke('Quotation_Delete') do |message|
|
623
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
623
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
624
624
|
end
|
625
625
|
end
|
626
626
|
|
627
627
|
# Gets a handle for the debtor of the quotation.
|
628
628
|
# Parameters: quotationHandle: Handle for the quotation.
|
629
629
|
#
|
630
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
630
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
631
631
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDebtor
|
632
632
|
# @return [Hash] The body content of the SOAP response.
|
633
633
|
def self.get_debtor
|
634
634
|
response = invoke('Quotation_GetDebtor') do |message|
|
635
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
635
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
636
636
|
end
|
637
637
|
end
|
638
638
|
|
639
639
|
# Sets a handle for the debtor of the quotation.
|
640
640
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for the new debtor of the quotation.
|
641
641
|
#
|
642
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
642
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
643
643
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDebtor
|
644
644
|
# @return [Hash] The body content of the SOAP response.
|
645
645
|
def self.set_debtor
|
646
646
|
response = invoke('Quotation_SetDebtor') do |message|
|
647
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
647
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
648
648
|
end
|
649
649
|
end
|
650
650
|
|
651
651
|
# Gets the number of a quotation.
|
652
652
|
# Parameters: quotationHandle: Handle for the quotation.
|
653
653
|
#
|
654
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
654
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
655
655
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetNumber
|
656
656
|
# @return [Hash] The body content of the SOAP response.
|
657
657
|
def self.get_number
|
658
658
|
response = invoke('Quotation_GetNumber') do |message|
|
659
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
659
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
660
660
|
end
|
661
661
|
end
|
662
662
|
|
663
663
|
# Gets the debtor number of an quotation.
|
664
664
|
# Parameters: quotationHandle: Handle for the quotation.
|
665
665
|
#
|
666
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
666
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
667
667
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDebtorName
|
668
668
|
# @return [Hash] The body content of the SOAP response.
|
669
669
|
def self.get_debtor_name
|
670
670
|
response = invoke('Quotation_GetDebtorName') do |message|
|
671
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
671
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
672
672
|
end
|
673
673
|
end
|
674
674
|
|
675
675
|
# Sets the debtor number of an quotation.
|
676
676
|
# Parameters: quotationHandle: Handle for the quotation. value: The new debtor number of the quotation.
|
677
677
|
#
|
678
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
678
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
679
679
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDebtorName
|
680
680
|
# @return [Hash] The body content of the SOAP response.
|
681
681
|
def self.set_debtor_name
|
682
682
|
response = invoke('Quotation_SetDebtorName') do |message|
|
683
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
683
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
684
684
|
end
|
685
685
|
end
|
686
686
|
|
687
687
|
# Gets the debtor address of an quotation.
|
688
688
|
# Parameters: quotationHandle: Handle for the quotation.
|
689
689
|
#
|
690
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
690
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
691
691
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDebtorAddress
|
692
692
|
# @return [Hash] The body content of the SOAP response.
|
693
693
|
def self.get_debtor_address
|
694
694
|
response = invoke('Quotation_GetDebtorAddress') do |message|
|
695
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
695
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
696
696
|
end
|
697
697
|
end
|
698
698
|
|
699
699
|
# Sets the debtor address of an quotation.
|
700
700
|
# Parameters: quotationHandle: Handle for the quotation. value: The new debtor address of the quotation.
|
701
701
|
#
|
702
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
702
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
703
703
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDebtorAddress
|
704
704
|
# @return [Hash] The body content of the SOAP response.
|
705
705
|
def self.set_debtor_address
|
706
706
|
response = invoke('Quotation_SetDebtorAddress') do |message|
|
707
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
707
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
708
708
|
end
|
709
709
|
end
|
710
710
|
|
711
711
|
# Gets the debtor postal code of an quotation.
|
712
712
|
# Parameters: quotationHandle: Handle for the quotation.
|
713
713
|
#
|
714
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
714
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
715
715
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDebtorPostalCode
|
716
716
|
# @return [Hash] The body content of the SOAP response.
|
717
717
|
def self.get_debtor_postal_code
|
718
718
|
response = invoke('Quotation_GetDebtorPostalCode') do |message|
|
719
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
719
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
720
720
|
end
|
721
721
|
end
|
722
722
|
|
723
723
|
# Sets the debtor postal code of an quotation.
|
724
724
|
# Parameters: quotationHandle: Handle for the quotation. value: The new debtor postal code of the quotation.
|
725
725
|
#
|
726
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
726
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
727
727
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDebtorPostalCode
|
728
728
|
# @return [Hash] The body content of the SOAP response.
|
729
729
|
def self.set_debtor_postal_code
|
730
730
|
response = invoke('Quotation_SetDebtorPostalCode') do |message|
|
731
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
731
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
732
732
|
end
|
733
733
|
end
|
734
734
|
|
735
735
|
# Gets the debtor city of an quotation.
|
736
736
|
# Parameters: quotationHandle: Handle for the quotation.
|
737
737
|
#
|
738
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
738
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
739
739
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDebtorCity
|
740
740
|
# @return [Hash] The body content of the SOAP response.
|
741
741
|
def self.get_debtor_city
|
742
742
|
response = invoke('Quotation_GetDebtorCity') do |message|
|
743
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
743
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
744
744
|
end
|
745
745
|
end
|
746
746
|
|
747
747
|
# Sets the debtor city of an quotation.
|
748
748
|
# Parameters: quotationHandle: Handle for the quotation. value: The new debtor city of the quotation.
|
749
749
|
#
|
750
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
750
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
751
751
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDebtorCity
|
752
752
|
# @return [Hash] The body content of the SOAP response.
|
753
753
|
def self.set_debtor_city
|
754
754
|
response = invoke('Quotation_SetDebtorCity') do |message|
|
755
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
755
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
756
756
|
end
|
757
757
|
end
|
758
758
|
|
759
759
|
# Gets the debtor country of an quotation.
|
760
760
|
# Parameters: quotationHandle: Handle for the quotation.
|
761
761
|
#
|
762
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
762
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
763
763
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDebtorCountry
|
764
764
|
# @return [Hash] The body content of the SOAP response.
|
765
765
|
def self.get_debtor_country
|
766
766
|
response = invoke('Quotation_GetDebtorCountry') do |message|
|
767
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
767
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
768
768
|
end
|
769
769
|
end
|
770
770
|
|
771
771
|
# Sets the debtor country of an quotation.
|
772
772
|
# Parameters: quotationHandle: Handle for the quotation. value: The new debtor country of the quotation.
|
773
773
|
#
|
774
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
774
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
775
775
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDebtorCountry
|
776
776
|
# @return [Hash] The body content of the SOAP response.
|
777
777
|
def self.set_debtor_country
|
778
778
|
response = invoke('Quotation_SetDebtorCountry') do |message|
|
779
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
779
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
780
780
|
end
|
781
781
|
end
|
782
782
|
|
783
783
|
# Gets the debtor EAN of an quotation.
|
784
784
|
# Parameters: quotationHandle: Handle for the quotation.
|
785
785
|
#
|
786
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
786
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
787
787
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDebtorEan
|
788
788
|
# @return [Hash] The body content of the SOAP response.
|
789
789
|
def self.get_debtor_ean
|
790
790
|
response = invoke('Quotation_GetDebtorEan') do |message|
|
791
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
791
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
792
792
|
end
|
793
793
|
end
|
794
794
|
|
795
795
|
# Sets the debtor EAN of an quotation.
|
796
796
|
# Parameters: quotationHandle: Handle for the quotation. value: The new debtor EAN of the quotation.
|
797
797
|
#
|
798
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
798
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
799
799
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDebtorEan
|
800
800
|
# @return [Hash] The body content of the SOAP response.
|
801
801
|
def self.set_debtor_ean
|
802
802
|
response = invoke('Quotation_SetDebtorEan') do |message|
|
803
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
803
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
804
804
|
end
|
805
805
|
end
|
806
806
|
|
807
807
|
# Gets the public entry numer of an quotation.
|
808
808
|
# Parameters: quotationHandle: Handle for the quotation.
|
809
809
|
#
|
810
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
810
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
811
811
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetPublicEntryNumber
|
812
812
|
# @return [Hash] The body content of the SOAP response.
|
813
813
|
def self.get_public_entry_number
|
814
814
|
response = invoke('Quotation_GetPublicEntryNumber') do |message|
|
815
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
815
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
816
816
|
end
|
817
817
|
end
|
818
818
|
|
819
819
|
# Sets the public entry number of an quotation.
|
820
820
|
# Parameters: quotationHandle: Handle for the quotation. value: The new public entry number of the quotation.
|
821
821
|
#
|
822
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
822
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
823
823
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetPublicEntryNumber
|
824
824
|
# @return [Hash] The body content of the SOAP response.
|
825
825
|
def self.set_public_entry_number
|
826
826
|
response = invoke('Quotation_SetPublicEntryNumber') do |message|
|
827
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
827
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
828
828
|
end
|
829
829
|
end
|
830
830
|
|
831
831
|
# Gets a handle for the attention of an quotation.
|
832
832
|
# Parameters: quotationHandle: Handle for the quotation.
|
833
833
|
#
|
834
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
834
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
835
835
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetAttention
|
836
836
|
# @return [Hash] The body content of the SOAP response.
|
837
837
|
def self.get_attention
|
838
838
|
response = invoke('Quotation_GetAttention') do |message|
|
839
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
839
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
840
840
|
end
|
841
841
|
end
|
842
842
|
|
843
843
|
# Sets the attention of an quotation.
|
844
844
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new attention of the quotation.
|
845
845
|
#
|
846
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
846
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
847
847
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetAttention
|
848
848
|
# @return [Hash] The body content of the SOAP response.
|
849
849
|
def self.set_attention
|
850
850
|
response = invoke('Quotation_SetAttention') do |message|
|
851
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
851
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
852
852
|
end
|
853
853
|
end
|
854
854
|
|
855
855
|
# Gets a handle for the attention of the debtor of an quotation.
|
856
856
|
# Parameters: quotationHandle: Handle for the quotation.
|
857
857
|
#
|
858
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
858
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
859
859
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetYourReference
|
860
860
|
# @return [Hash] The body content of the SOAP response.
|
861
861
|
def self.get_your_reference
|
862
862
|
response = invoke('Quotation_GetYourReference') do |message|
|
863
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
863
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
864
864
|
end
|
865
865
|
end
|
866
866
|
|
867
867
|
# Sets the attention for the debtor of an quotation.
|
868
868
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for the new reference for the debtor.
|
869
869
|
#
|
870
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
870
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
871
871
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetYourReference
|
872
872
|
# @return [Hash] The body content of the SOAP response.
|
873
873
|
def self.set_your_reference
|
874
874
|
response = invoke('Quotation_SetYourReference') do |message|
|
875
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
875
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
876
876
|
end
|
877
877
|
end
|
878
878
|
|
879
879
|
# Gets a handle for the primary reference of the creditor of an quotation.
|
880
880
|
# Parameters: quotationHandle: Handle for the quotation.
|
881
881
|
#
|
882
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
882
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
883
883
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetOurReference
|
884
884
|
# @return [Hash] The body content of the SOAP response.
|
885
885
|
def self.get_our_reference
|
886
886
|
response = invoke('Quotation_GetOurReference') do |message|
|
887
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
887
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
888
888
|
end
|
889
889
|
end
|
890
890
|
|
891
891
|
# Sets the primary reference of the creditor of an quotation.
|
892
892
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new primary reference of the creditor of the quotation.
|
893
893
|
#
|
894
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
894
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
895
895
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetOurReference
|
896
896
|
# @return [Hash] The body content of the SOAP response.
|
897
897
|
def self.set_our_reference
|
898
898
|
response = invoke('Quotation_SetOurReference') do |message|
|
899
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
899
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
900
900
|
end
|
901
901
|
end
|
902
902
|
|
903
903
|
# Gets a handle for the secondary reference of the creditor of an quotation.
|
904
904
|
# Parameters: quotationHandle: Handle for the quotation.
|
905
905
|
#
|
906
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
906
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
907
907
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetOurReference2
|
908
908
|
# @return [Hash] The body content of the SOAP response.
|
909
909
|
def self.get_our_reference2
|
910
910
|
response = invoke('Quotation_GetOurReference2') do |message|
|
911
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
911
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
912
912
|
end
|
913
913
|
end
|
914
914
|
|
915
915
|
# Sets the secondary reference of the creditor of an quotation.
|
916
916
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new secondary reference of the creditor of the quotation.
|
917
917
|
#
|
918
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
918
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
919
919
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetOurReference2
|
920
920
|
# @return [Hash] The body content of the SOAP response.
|
921
921
|
def self.set_our_reference2
|
922
922
|
response = invoke('Quotation_SetOurReference2') do |message|
|
923
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
923
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
924
924
|
end
|
925
925
|
end
|
926
926
|
|
927
927
|
# Gets the date of an quotation.
|
928
928
|
# Parameters: quotationHandle: Handle for the quotation.
|
929
929
|
#
|
930
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
930
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
931
931
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDate
|
932
932
|
# @return [Hash] The body content of the SOAP response.
|
933
933
|
def self.get_date
|
934
934
|
response = invoke('Quotation_GetDate') do |message|
|
935
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
935
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
936
936
|
end
|
937
937
|
end
|
938
938
|
|
939
939
|
# Sets the date of an quotation. The due date is calculated accordingly as specified by the term of payment.
|
940
940
|
# Parameters: quotationHandle: Handle for the quotation. value: The new date of the quotation.
|
941
941
|
#
|
942
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
942
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
943
943
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDate
|
944
944
|
# @return [Hash] The body content of the SOAP response.
|
945
945
|
def self.set_date
|
946
946
|
response = invoke('Quotation_SetDate') do |message|
|
947
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
947
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
948
948
|
end
|
949
949
|
end
|
950
950
|
|
951
951
|
# Gets a handle for the term of payment of an quotation.
|
952
952
|
# Parameters: quotationHandle: Handle for the quotation.
|
953
953
|
#
|
954
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
954
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
955
955
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetTermOfPayment
|
956
956
|
# @return [Hash] The body content of the SOAP response.
|
957
957
|
def self.get_term_of_payment
|
958
958
|
response = invoke('Quotation_GetTermOfPayment') do |message|
|
959
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
959
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
960
960
|
end
|
961
961
|
end
|
962
962
|
|
963
963
|
# Sets the term of payment of an quotation. The due date is calculated accordingly.
|
964
964
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new term of payment of the quotation.
|
965
965
|
#
|
966
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
966
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
967
967
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetTermOfPayment
|
968
968
|
# @return [Hash] The body content of the SOAP response.
|
969
969
|
def self.set_term_of_payment
|
970
970
|
response = invoke('Quotation_SetTermOfPayment') do |message|
|
971
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
971
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
972
972
|
end
|
973
973
|
end
|
974
974
|
|
975
975
|
# Gets the due date of an quotation.
|
976
976
|
# Parameters: quotationHandle: Handle for the quotation.
|
977
977
|
#
|
978
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
978
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
979
979
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDueDate
|
980
980
|
# @return [Hash] The body content of the SOAP response.
|
981
981
|
def self.get_due_date
|
982
982
|
response = invoke('Quotation_GetDueDate') do |message|
|
983
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
983
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
984
984
|
end
|
985
985
|
end
|
986
986
|
|
987
987
|
# Sets the due date of an quotation. It is only allowed to set the due date to an actual date when the type of TermOfPayment is set to DueDate.
|
988
988
|
# Parameters: quotationHandle: Handle for the quotation. value: The new due date of the quotation.
|
989
989
|
#
|
990
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
990
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
991
991
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDueDate
|
992
992
|
# @return [Hash] The body content of the SOAP response.
|
993
993
|
def self.set_due_date
|
994
994
|
response = invoke('Quotation_SetDueDate') do |message|
|
995
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
995
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
996
996
|
end
|
997
997
|
end
|
998
998
|
|
999
999
|
# Gets a handle for the currency of an quotation.
|
1000
1000
|
# Parameters: quotationHandle: Handle for the quotation.
|
1001
1001
|
#
|
1002
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1002
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1003
1003
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetCurrency
|
1004
1004
|
# @return [Hash] The body content of the SOAP response.
|
1005
1005
|
def self.get_currency
|
1006
1006
|
response = invoke('Quotation_GetCurrency') do |message|
|
1007
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1007
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1008
1008
|
end
|
1009
1009
|
end
|
1010
1010
|
|
1011
1011
|
# Sets the currency of an quotation. The value may not be null.
|
1012
1012
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new currency of the quotation.
|
1013
1013
|
#
|
1014
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1014
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1015
1015
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetCurrency
|
1016
1016
|
# @return [Hash] The body content of the SOAP response.
|
1017
1017
|
def self.set_currency
|
1018
1018
|
response = invoke('Quotation_SetCurrency') do |message|
|
1019
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1019
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1020
1020
|
end
|
1021
1021
|
end
|
1022
1022
|
|
1023
1023
|
# Gets the exchange rate of an quotation.
|
1024
1024
|
# Parameters: quotationHandle: Handle for the quotation.
|
1025
1025
|
#
|
1026
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1026
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1027
1027
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetExchangeRate
|
1028
1028
|
# @return [Hash] The body content of the SOAP response.
|
1029
1029
|
def self.get_exchange_rate
|
1030
1030
|
response = invoke('Quotation_GetExchangeRate') do |message|
|
1031
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1031
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1032
1032
|
end
|
1033
1033
|
end
|
1034
1034
|
|
1035
1035
|
# Sets the exchange rate of an quotation. The values on the lines are not updated when setting this property.
|
1036
1036
|
# Parameters: quotationHandle: Handle for the quotation. value: The new exchange of the quotation.
|
1037
1037
|
#
|
1038
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1038
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1039
1039
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetExchangeRate
|
1040
1040
|
# @return [Hash] The body content of the SOAP response.
|
1041
1041
|
def self.set_exchange_rate
|
1042
1042
|
response = invoke('Quotation_SetExchangeRate') do |message|
|
1043
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1043
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1044
1044
|
end
|
1045
1045
|
end
|
1046
1046
|
|
1047
1047
|
# Gets whether the quotation has VAT included.
|
1048
1048
|
# Parameters: quotationHandle: Handle for the quotation.
|
1049
1049
|
#
|
1050
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1050
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1051
1051
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetIsVatIncluded
|
1052
1052
|
# @return [Hash] The body content of the SOAP response.
|
1053
1053
|
def self.get_is_vat_included
|
1054
1054
|
response = invoke('Quotation_GetIsVatIncluded') do |message|
|
1055
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1055
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1056
1056
|
end
|
1057
1057
|
end
|
1058
1058
|
|
1059
1059
|
# Sets whether the quotation has VAT included.
|
1060
1060
|
# Parameters: quotationHandle: Handle for the quotation. value: The new value indicating whether the quotation should include VAT.
|
1061
1061
|
#
|
1062
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1062
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1063
1063
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetIsVatIncluded
|
1064
1064
|
# @return [Hash] The body content of the SOAP response.
|
1065
1065
|
def self.set_is_vat_included
|
1066
1066
|
response = invoke('Quotation_SetIsVatIncluded') do |message|
|
1067
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1067
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1068
1068
|
end
|
1069
1069
|
end
|
1070
1070
|
|
1071
1071
|
# Gets the current VAT zone of the quotation.
|
1072
1072
|
# Parameters: quotationHandle: Handle for the quotation.
|
1073
1073
|
#
|
1074
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1074
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1075
1075
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetVatZone
|
1076
1076
|
# @return [Hash] The body content of the SOAP response.
|
1077
1077
|
def self.get_vat_zone
|
1078
1078
|
response = invoke('Quotation_GetVatZone') do |message|
|
1079
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1079
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1080
1080
|
end
|
1081
1081
|
end
|
1082
1082
|
|
1083
1083
|
# Sets the current VAT zone of the quotation.
|
1084
1084
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: The new value handle to an ExtendVatZone.
|
1085
1085
|
#
|
1086
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1086
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1087
1087
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetVatZone
|
1088
1088
|
# @return [Hash] The body content of the SOAP response.
|
1089
1089
|
def self.set_vat_zone
|
1090
1090
|
response = invoke('Quotation_SetVatZone') do |message|
|
1091
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1091
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1092
1092
|
end
|
1093
1093
|
end
|
1094
1094
|
|
1095
1095
|
# Gets a handle for the layout of an quotation.
|
1096
1096
|
# Parameters: quotationHandle: Handle for the quotation.
|
1097
1097
|
#
|
1098
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1098
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1099
1099
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetLayout
|
1100
1100
|
# @return [Hash] The body content of the SOAP response.
|
1101
1101
|
def self.get_layout
|
1102
1102
|
response = invoke('Quotation_GetLayout') do |message|
|
1103
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1103
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1104
1104
|
end
|
1105
1105
|
end
|
1106
1106
|
|
1107
1107
|
# Sets the layout of an quotation.
|
1108
1108
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new layout of the quotation.
|
1109
1109
|
#
|
1110
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1110
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1111
1111
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetLayout
|
1112
1112
|
# @return [Hash] The body content of the SOAP response.
|
1113
1113
|
def self.set_layout
|
1114
1114
|
response = invoke('Quotation_SetLayout') do |message|
|
1115
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1115
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1116
1116
|
end
|
1117
1117
|
end
|
1118
1118
|
|
1119
1119
|
# Gets a handle for the delivery location of an quotation.
|
1120
1120
|
# Parameters: quotationHandle: Handle for the quotation.
|
1121
1121
|
#
|
1122
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1122
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1123
1123
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_GetDeliveryLocation
|
1124
1124
|
# @return [Hash] The body content of the SOAP response.
|
1125
1125
|
def self.get_delivery_location
|
1126
1126
|
response = invoke('Quotation_GetDeliveryLocation') do |message|
|
1127
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1127
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1128
1128
|
end
|
1129
1129
|
end
|
1130
1130
|
|
1131
1131
|
# Sets the delivery location of an quotation.
|
1132
1132
|
# Parameters: quotationHandle: Handle for the quotation. valueHandle: Handle for new delivery location of the quotation.
|
1133
1133
|
#
|
1134
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1134
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1135
1135
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Quotation_SetDeliveryLocation
|
1136
1136
|
# @return [Hash] The body content of the SOAP response.
|
1137
1137
|
def self.set_delivery_location
|
1138
1138
|
response = invoke('Quotation_SetDeliveryLocation') do |message|
|
1139
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
1139
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
1140
1140
|
end
|
1141
1141
|
end
|
1142
1142
|
|