tradenity 0.1.1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +7 -0
- data/README.md +89 -77
- data/lib/tradenity/api_client.rb +408 -0
- data/lib/tradenity/api_error.rb +36 -0
- data/lib/tradenity/configuration.rb +205 -0
- data/lib/tradenity/exceptions.rb +5 -0
- data/lib/tradenity/rails/railtie.rb +20 -20
- data/lib/tradenity/resources/address.rb +729 -0
- data/lib/tradenity/resources/braintree_gateway.rb +804 -0
- data/lib/tradenity/resources/brand.rb +732 -0
- data/lib/tradenity/resources/cancel_operation.rb +675 -0
- data/lib/tradenity/resources/cart_settings.rb +219 -0
- data/lib/tradenity/resources/cash_on_delivery_payment.rb +746 -0
- data/lib/tradenity/resources/category.rb +763 -0
- data/lib/tradenity/resources/collection.rb +734 -0
- data/lib/tradenity/resources/contact_info.rb +306 -0
- data/lib/tradenity/resources/countries_geo_zone.rb +739 -0
- data/lib/tradenity/resources/country.rb +803 -0
- data/lib/tradenity/resources/coupon.rb +454 -0
- data/lib/tradenity/resources/credit_card_payment.rb +803 -0
- data/lib/tradenity/resources/currency.rb +762 -0
- data/lib/tradenity/resources/customer.rb +816 -0
- data/lib/tradenity/resources/customer_group.rb +723 -0
- data/lib/tradenity/resources/dimensions.rb +263 -0
- data/lib/tradenity/resources/discount_coupon.rb +811 -0
- data/lib/tradenity/resources/discount_promotion.rb +784 -0
- data/lib/tradenity/resources/fixed_rate_shipping.rb +837 -0
- data/lib/tradenity/resources/free_item_coupon.rb +793 -0
- data/lib/tradenity/resources/free_shipping.rb +806 -0
- data/lib/tradenity/resources/free_shipping_coupon.rb +788 -0
- data/lib/tradenity/resources/free_shipping_promotion.rb +744 -0
- data/lib/tradenity/resources/gateway.rb +435 -0
- data/lib/tradenity/resources/general_settings.rb +206 -0
- data/lib/tradenity/resources/geo_zone.rb +406 -0
- data/lib/tradenity/resources/instance_meta.rb +182 -0
- data/lib/tradenity/resources/inventory_settings.rb +197 -0
- data/lib/tradenity/resources/items_selector.rb +270 -0
- data/lib/tradenity/resources/line_item.rb +347 -0
- data/lib/tradenity/resources/mail_server_settings.rb +221 -0
- data/lib/tradenity/resources/measurement_settings.rb +253 -0
- data/lib/tradenity/resources/option.rb +787 -0
- data/lib/tradenity/resources/option_set.rb +734 -0
- data/lib/tradenity/resources/option_value.rb +680 -0
- data/lib/tradenity/resources/order.rb +929 -0
- data/lib/tradenity/resources/order_line_item.rb +777 -0
- data/lib/tradenity/resources/paging.rb +38 -0
- data/lib/tradenity/resources/payment.rb +429 -0
- data/lib/tradenity/resources/payment_card.rb +847 -0
- data/lib/tradenity/resources/payment_settings.rb +201 -0
- data/lib/tradenity/resources/payment_source.rb +392 -0
- data/lib/tradenity/resources/payment_token.rb +723 -0
- data/lib/tradenity/resources/payment_transaction.rb +740 -0
- data/lib/tradenity/resources/photo.rb +341 -0
- data/lib/tradenity/resources/product.rb +1156 -0
- data/lib/tradenity/resources/promotion.rb +427 -0
- data/lib/tradenity/resources/refund_operation.rb +358 -0
- data/lib/tradenity/resources/refund_transaction.rb +730 -0
- data/lib/tradenity/resources/return_line_item.rb +781 -0
- data/lib/tradenity/resources/return_operation.rb +686 -0
- data/lib/tradenity/resources/return_settings.rb +255 -0
- data/lib/tradenity/resources/shipping_method.rb +530 -0
- data/lib/tradenity/resources/shopping_cart.rb +647 -0
- data/lib/tradenity/resources/state.rb +675 -0
- data/lib/tradenity/resources/states_geo_zone.rb +748 -0
- data/lib/tradenity/resources/store_credit.rb +686 -0
- data/lib/tradenity/resources/store_credit_payment.rb +764 -0
- data/lib/tradenity/resources/store_credit_transaction.rb +730 -0
- data/lib/tradenity/resources/store_profile.rb +532 -0
- data/lib/tradenity/resources/stripe_gateway.rb +804 -0
- data/lib/tradenity/resources/table_rate_rule.rb +712 -0
- data/lib/tradenity/resources/table_rate_shipping.rb +834 -0
- data/lib/tradenity/resources/tax_class.rb +723 -0
- data/lib/tradenity/resources/tax_rate.rb +845 -0
- data/lib/tradenity/resources/tax_settings.rb +231 -0
- data/lib/tradenity/resources/test_gateway.rb +804 -0
- data/lib/tradenity/resources/transaction.rb +523 -0
- data/lib/tradenity/resources/utils.rb +7 -0
- data/lib/tradenity/resources/variant.rb +877 -0
- data/lib/tradenity/resources/web_hooks.rb +262 -0
- data/lib/tradenity/resources/weight.rb +235 -0
- data/lib/tradenity/resources/wish_list.rb +686 -0
- data/lib/tradenity/resources/zip_codes_geo_zone.rb +755 -0
- data/lib/tradenity/token_holder.rb +22 -0
- data/lib/tradenity/version.rb +13 -3
- data/lib/tradenity.rb +117 -7
- data/tradenity.gemspec +35 -30
- metadata +200 -34
- data/lib/tradenity/api.rb +0 -17
- data/lib/tradenity/error/exceptions.rb +0 -52
- data/lib/tradenity/error/message.rb +0 -38
- data/lib/tradenity/http/client.rb +0 -130
- data/lib/tradenity/model/base.rb +0 -100
- data/lib/tradenity/model/entities.rb +0 -390
- data/lib/tradenity/model/paging.rb +0 -23
@@ -0,0 +1,686 @@
|
|
1
|
+
=begin
|
2
|
+
#Tradenity API
|
3
|
+
|
4
|
+
#Tradenity eCommerce Rest API
|
5
|
+
|
6
|
+
Contact: support@tradenity.com
|
7
|
+
Generated by: https://github.com/tradenity
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'uri'
|
12
|
+
|
13
|
+
module Tradenity
|
14
|
+
class ReturnOperation
|
15
|
+
|
16
|
+
|
17
|
+
def id=(id)
|
18
|
+
@id = id
|
19
|
+
end
|
20
|
+
|
21
|
+
def id
|
22
|
+
if instance_variable_defined?('@id') && @id != nil
|
23
|
+
@id
|
24
|
+
elsif __meta && __meta.href != nil
|
25
|
+
@id = __meta.href.split('/')[-1]
|
26
|
+
@id
|
27
|
+
else
|
28
|
+
nil
|
29
|
+
end
|
30
|
+
end
|
31
|
+
|
32
|
+
attr_accessor :__meta
|
33
|
+
|
34
|
+
attr_accessor :created_at
|
35
|
+
|
36
|
+
attr_accessor :updated_at
|
37
|
+
|
38
|
+
attr_accessor :order
|
39
|
+
|
40
|
+
attr_accessor :payment
|
41
|
+
|
42
|
+
attr_accessor :transaction
|
43
|
+
|
44
|
+
attr_accessor :items
|
45
|
+
|
46
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
47
|
+
def self.attribute_map
|
48
|
+
{
|
49
|
+
:'id' => :'id',
|
50
|
+
:'__meta' => :'__meta',
|
51
|
+
:'created_at' => :'createdAt',
|
52
|
+
:'updated_at' => :'updatedAt',
|
53
|
+
:'order' => :'order',
|
54
|
+
:'payment' => :'payment',
|
55
|
+
:'transaction' => :'transaction',
|
56
|
+
:'items' => :'items'
|
57
|
+
}
|
58
|
+
end
|
59
|
+
|
60
|
+
# Attribute type mapping.
|
61
|
+
def self.swagger_types
|
62
|
+
{
|
63
|
+
:'id' => :'String',
|
64
|
+
:'__meta' => :'InstanceMeta',
|
65
|
+
:'created_at' => :'DateTime',
|
66
|
+
:'updated_at' => :'DateTime',
|
67
|
+
:'order' => :'Order',
|
68
|
+
:'payment' => :'Payment',
|
69
|
+
:'transaction' => :'Transaction',
|
70
|
+
:'items' => :'Array<ReturnLineItem>'
|
71
|
+
}
|
72
|
+
end
|
73
|
+
|
74
|
+
# Initializes the object
|
75
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
76
|
+
def initialize(attributes = {})
|
77
|
+
return unless attributes.is_a?(Hash)
|
78
|
+
|
79
|
+
# convert string to symbol for hash key
|
80
|
+
attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
|
81
|
+
if attributes.has_key?(:'id')
|
82
|
+
self.id = attributes[:'id']
|
83
|
+
end
|
84
|
+
|
85
|
+
if attributes.has_key?(:'__meta')
|
86
|
+
self.__meta = attributes[:'__meta']
|
87
|
+
end
|
88
|
+
|
89
|
+
if attributes.has_key?(:'createdAt')
|
90
|
+
self.created_at = attributes[:'createdAt']
|
91
|
+
end
|
92
|
+
|
93
|
+
if attributes.has_key?(:'created_at')
|
94
|
+
self.created_at = attributes[:'created_at']
|
95
|
+
end
|
96
|
+
|
97
|
+
if attributes.has_key?(:'updatedAt')
|
98
|
+
self.updated_at = attributes[:'updatedAt']
|
99
|
+
end
|
100
|
+
|
101
|
+
if attributes.has_key?(:'updated_at')
|
102
|
+
self.updated_at = attributes[:'updated_at']
|
103
|
+
end
|
104
|
+
|
105
|
+
if attributes.has_key?(:'order')
|
106
|
+
self.order = attributes[:'order']
|
107
|
+
end
|
108
|
+
|
109
|
+
if attributes.has_key?(:'payment')
|
110
|
+
self.payment = attributes[:'payment']
|
111
|
+
end
|
112
|
+
|
113
|
+
if attributes.has_key?(:'transaction')
|
114
|
+
self.transaction = attributes[:'transaction']
|
115
|
+
end
|
116
|
+
|
117
|
+
if attributes.has_key?(:'items')
|
118
|
+
if (value = attributes[:'items']).is_a?(Array)
|
119
|
+
self.items = value
|
120
|
+
end
|
121
|
+
end
|
122
|
+
end
|
123
|
+
|
124
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
125
|
+
# @return Array for valid properties with the reasons
|
126
|
+
def list_invalid_properties
|
127
|
+
invalid_properties = Array.new
|
128
|
+
if @order.nil?
|
129
|
+
invalid_properties.push('invalid value for "order", order cannot be nil.')
|
130
|
+
end
|
131
|
+
|
132
|
+
if @payment.nil?
|
133
|
+
invalid_properties.push('invalid value for "payment", payment cannot be nil.')
|
134
|
+
end
|
135
|
+
|
136
|
+
invalid_properties
|
137
|
+
end
|
138
|
+
|
139
|
+
# Check to see if the all the properties in the model are valid
|
140
|
+
# @return true if the model is valid
|
141
|
+
def valid?
|
142
|
+
return false if @order.nil?
|
143
|
+
return false if @payment.nil?
|
144
|
+
true
|
145
|
+
end
|
146
|
+
|
147
|
+
# Checks equality by comparing each attribute.
|
148
|
+
# @param [Object] Object to be compared
|
149
|
+
def ==(o)
|
150
|
+
return true if self.equal?(o)
|
151
|
+
self.class == o.class &&
|
152
|
+
__meta == o.__meta &&
|
153
|
+
created_at == o.created_at &&
|
154
|
+
updated_at == o.updated_at &&
|
155
|
+
order == o.order &&
|
156
|
+
payment == o.payment &&
|
157
|
+
transaction == o.transaction &&
|
158
|
+
items == o.items
|
159
|
+
end
|
160
|
+
|
161
|
+
# @see the `==` method
|
162
|
+
# @param [Object] Object to be compared
|
163
|
+
def eql?(o)
|
164
|
+
self == o
|
165
|
+
end
|
166
|
+
|
167
|
+
# Calculates hash code according to all attributes.
|
168
|
+
# @return [Fixnum] Hash code
|
169
|
+
def hash
|
170
|
+
[__meta, created_at, updated_at, order, payment, transaction, items].hash
|
171
|
+
end
|
172
|
+
|
173
|
+
# Builds the object from hash
|
174
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
175
|
+
# @return [Object] Returns the model itself
|
176
|
+
def build_from_hash(attributes)
|
177
|
+
return nil unless attributes.is_a?(Hash)
|
178
|
+
self.class.swagger_types.each_pair do |key, type|
|
179
|
+
if type =~ /\AArray<(.*)>/i
|
180
|
+
# check to ensure the input is an array given that the the attribute
|
181
|
+
# is documented as an array but the input is not
|
182
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
183
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
184
|
+
end
|
185
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
186
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
187
|
+
end # or else data not found in attributes(hash), not an issue as the data can be optional
|
188
|
+
end
|
189
|
+
|
190
|
+
self
|
191
|
+
end
|
192
|
+
|
193
|
+
# Deserializes the data based on type
|
194
|
+
# @param string type Data type
|
195
|
+
# @param string value Value to be deserialized
|
196
|
+
# @return [Object] Deserialized data
|
197
|
+
def _deserialize(type, value)
|
198
|
+
case type.to_sym
|
199
|
+
when :DateTime
|
200
|
+
DateTime.parse(value)
|
201
|
+
when :Date
|
202
|
+
Date.parse(value)
|
203
|
+
when :String
|
204
|
+
value.to_s
|
205
|
+
when :Integer
|
206
|
+
value.to_i
|
207
|
+
when :Float
|
208
|
+
value.to_f
|
209
|
+
when :BOOLEAN
|
210
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
211
|
+
true
|
212
|
+
else
|
213
|
+
false
|
214
|
+
end
|
215
|
+
when :Object
|
216
|
+
# generic object (usually a Hash), return directly
|
217
|
+
value
|
218
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
219
|
+
inner_type = Regexp.last_match[:inner_type]
|
220
|
+
value.map { |v| _deserialize(inner_type, v) }
|
221
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
222
|
+
k_type = Regexp.last_match[:k_type]
|
223
|
+
v_type = Regexp.last_match[:v_type]
|
224
|
+
{}.tap do |hash|
|
225
|
+
value.each do |k, v|
|
226
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
227
|
+
end
|
228
|
+
end
|
229
|
+
else # model
|
230
|
+
temp_model = Tradenity.const_get(type).new
|
231
|
+
temp_model.build_from_hash(value)
|
232
|
+
end
|
233
|
+
end
|
234
|
+
|
235
|
+
# Returns the string representation of the object
|
236
|
+
# @return [String] String presentation of the object
|
237
|
+
def to_s
|
238
|
+
to_hash.to_s
|
239
|
+
end
|
240
|
+
|
241
|
+
# to_body is an alias to to_hash (backward compatibility)
|
242
|
+
# @return [Hash] Returns the object in the form of hash
|
243
|
+
def to_body
|
244
|
+
to_hash
|
245
|
+
end
|
246
|
+
|
247
|
+
# Returns the object in the form of hash
|
248
|
+
# @return [Hash] Returns the object in the form of hash
|
249
|
+
def to_hash
|
250
|
+
hash = {}
|
251
|
+
self.class.attribute_map.each_pair do |attr, param|
|
252
|
+
value = self.send(attr)
|
253
|
+
next if value.nil?
|
254
|
+
hash[param] = _to_hash(value)
|
255
|
+
end
|
256
|
+
hash
|
257
|
+
end
|
258
|
+
|
259
|
+
# Outputs non-array value in the form of hash
|
260
|
+
# For object, use to_hash. Otherwise, just return the value
|
261
|
+
# @param [Object] value Any valid value
|
262
|
+
# @return [Hash] Returns the value in the form of hash
|
263
|
+
def _to_hash(value)
|
264
|
+
if value.is_a?(Array)
|
265
|
+
value.compact.map { |v| _to_hash(v) }
|
266
|
+
elsif value.is_a?(Hash)
|
267
|
+
{}.tap do |hash|
|
268
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
269
|
+
end
|
270
|
+
elsif value.respond_to? :to_hash
|
271
|
+
value.to_hash
|
272
|
+
else
|
273
|
+
value
|
274
|
+
end
|
275
|
+
end
|
276
|
+
|
277
|
+
|
278
|
+
def self.api_client
|
279
|
+
ApiClient.default
|
280
|
+
end
|
281
|
+
|
282
|
+
# Create ReturnOperation
|
283
|
+
# Create a new ReturnOperation
|
284
|
+
def create
|
285
|
+
data = self.class.create_return_operation(self)
|
286
|
+
self.id = data.id
|
287
|
+
data
|
288
|
+
end
|
289
|
+
|
290
|
+
# Update ReturnOperation
|
291
|
+
# Update attributes of ReturnOperation
|
292
|
+
# @return [ReturnOperation]
|
293
|
+
def update
|
294
|
+
self.class.update_return_operation_by_id(self.id, self)
|
295
|
+
end
|
296
|
+
|
297
|
+
# Delete ReturnOperation
|
298
|
+
# Delete this instance of ReturnOperation.
|
299
|
+
# @return [nil]
|
300
|
+
def delete
|
301
|
+
self.class.delete_return_operation_by_id(self.id)
|
302
|
+
end
|
303
|
+
|
304
|
+
class << self
|
305
|
+
|
306
|
+
# List ReturnOperations
|
307
|
+
# Return a list of ReturnOperations
|
308
|
+
# @param [Hash] opts the optional parameters
|
309
|
+
# @return [Page<ReturnOperation>]
|
310
|
+
def find_all
|
311
|
+
list_all_return_operations
|
312
|
+
end
|
313
|
+
|
314
|
+
# Find List of ReturnOperation
|
315
|
+
# Return multiple instances of ReturnOperation by its attributes.
|
316
|
+
# @param [Hash] opts the search parameters
|
317
|
+
# @return [Page<Collection>]
|
318
|
+
def find_all_by(opts = {})
|
319
|
+
list_all_return_operations(opts)
|
320
|
+
end
|
321
|
+
|
322
|
+
# Find ReturnOperation by its parameters
|
323
|
+
# Return single instance of Collection by its attributes.
|
324
|
+
# @param [Hash] opts search parameters
|
325
|
+
# @return [ReturnOperation]
|
326
|
+
def find_one_by(opts = {})
|
327
|
+
list_all_return_operations(opts)[0]
|
328
|
+
end
|
329
|
+
|
330
|
+
# Find ReturnOperation
|
331
|
+
# Return single instance of ReturnOperation by its ID.
|
332
|
+
# @param id ID of ReturnOperation to return
|
333
|
+
# @return [ReturnOperation]
|
334
|
+
def find_by_id(id)
|
335
|
+
get_return_operation_by_id(id)
|
336
|
+
end
|
337
|
+
|
338
|
+
# Delete ReturnOperation
|
339
|
+
# Delete an instance of ReturnOperation by its ID.
|
340
|
+
# @param id ID of ReturnOperation to delete.
|
341
|
+
# @return [nil]
|
342
|
+
def delete_by_id(id)
|
343
|
+
delete_return_operation_by_id(id)
|
344
|
+
end
|
345
|
+
|
346
|
+
# Create ReturnOperation
|
347
|
+
# Create a new ReturnOperation
|
348
|
+
# @param return_operation Attributes of returnOperation to create
|
349
|
+
# @param [Hash] opts the optional parameters
|
350
|
+
# @return [ReturnOperation]
|
351
|
+
def create_return_operation(return_operation, opts = {})
|
352
|
+
data, _status_code, _headers = create_return_operation_with_http_info(return_operation, opts)
|
353
|
+
data
|
354
|
+
end
|
355
|
+
|
356
|
+
# Create ReturnOperation
|
357
|
+
# Create a new ReturnOperation
|
358
|
+
# @param return_operation Attributes of returnOperation to create
|
359
|
+
# @param [Hash] opts the optional parameters
|
360
|
+
# @return [Array<(ReturnOperation, Fixnum, Hash)>] ReturnOperation data, response status code and response headers
|
361
|
+
def create_return_operation_with_http_info(return_operation, opts = {})
|
362
|
+
if api_client.config.debugging
|
363
|
+
api_client.config.logger.debug 'Calling API: ReturnOperation.create_return_operation ...'
|
364
|
+
end
|
365
|
+
# verify the required parameter 'return_operation' is set
|
366
|
+
if api_client.config.client_side_validation && return_operation.nil?
|
367
|
+
fail ArgumentError, "Missing the required parameter 'return_operation' when calling ReturnOperation.create_return_operation"
|
368
|
+
end
|
369
|
+
# resource path
|
370
|
+
local_var_path = '/returnOperations'
|
371
|
+
|
372
|
+
# query parameters
|
373
|
+
query_params = opts
|
374
|
+
|
375
|
+
# header parameters
|
376
|
+
header_params = {}
|
377
|
+
# HTTP header 'Accept' (if needed)
|
378
|
+
header_params['Accept'] = api_client.select_header_accept(['application/json'])
|
379
|
+
# HTTP header 'Content-Type'
|
380
|
+
header_params['Content-Type'] = api_client.select_header_content_type(['application/json'])
|
381
|
+
|
382
|
+
# form parameters
|
383
|
+
form_params = {}
|
384
|
+
|
385
|
+
# http body (model)
|
386
|
+
post_body = api_client.object_to_http_body(return_operation)
|
387
|
+
auth_names = []
|
388
|
+
data, status_code, headers = api_client.call_api(:POST, local_var_path,
|
389
|
+
:header_params => header_params,
|
390
|
+
:query_params => query_params,
|
391
|
+
:form_params => form_params,
|
392
|
+
:body => post_body,
|
393
|
+
:auth_names => auth_names,
|
394
|
+
:return_type => 'ReturnOperation')
|
395
|
+
if api_client.config.debugging
|
396
|
+
api_client.config.logger.debug "API called: ReturnOperation#create_return_operation\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
397
|
+
end
|
398
|
+
return data, status_code, headers
|
399
|
+
end
|
400
|
+
# Delete ReturnOperation
|
401
|
+
# Delete an instance of ReturnOperation by its ID.
|
402
|
+
# @param return_operation_id ID of returnOperation to delete.
|
403
|
+
# @param [Hash] opts the optional parameters
|
404
|
+
# @return [nil]
|
405
|
+
def delete_return_operation_by_id(return_operation_id, opts = {})
|
406
|
+
delete_return_operation_by_id_with_http_info(return_operation_id, opts)
|
407
|
+
nil
|
408
|
+
end
|
409
|
+
|
410
|
+
# Delete ReturnOperation
|
411
|
+
# Delete an instance of ReturnOperation by its ID.
|
412
|
+
# @param return_operation_id ID of returnOperation to delete.
|
413
|
+
# @param [Hash] opts the optional parameters
|
414
|
+
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
415
|
+
def delete_return_operation_by_id_with_http_info(return_operation_id, opts = {})
|
416
|
+
if api_client.config.debugging
|
417
|
+
api_client.config.logger.debug 'Calling API: ReturnOperation.delete_return_operation_by_id ...'
|
418
|
+
end
|
419
|
+
# verify the required parameter 'return_operation_id' is set
|
420
|
+
if api_client.config.client_side_validation && return_operation_id.nil?
|
421
|
+
fail ArgumentError, "Missing the required parameter 'return_operation_id' when calling ReturnOperation.delete_return_operation_by_id"
|
422
|
+
end
|
423
|
+
# resource path
|
424
|
+
local_var_path = '/returnOperations/{returnOperationId}'.sub('{' + 'returnOperationId' + '}', return_operation_id.to_s)
|
425
|
+
|
426
|
+
# query parameters
|
427
|
+
query_params = opts
|
428
|
+
|
429
|
+
# header parameters
|
430
|
+
header_params = {}
|
431
|
+
# HTTP header 'Accept' (if needed)
|
432
|
+
header_params['Accept'] = api_client.select_header_accept(['application/json'])
|
433
|
+
# HTTP header 'Content-Type'
|
434
|
+
header_params['Content-Type'] = api_client.select_header_content_type(['application/json'])
|
435
|
+
|
436
|
+
# form parameters
|
437
|
+
form_params = {}
|
438
|
+
|
439
|
+
# http body (model)
|
440
|
+
post_body = nil
|
441
|
+
auth_names = []
|
442
|
+
data, status_code, headers = api_client.call_api(:DELETE, local_var_path,
|
443
|
+
:header_params => header_params,
|
444
|
+
:query_params => query_params,
|
445
|
+
:form_params => form_params,
|
446
|
+
:body => post_body,
|
447
|
+
:auth_names => auth_names)
|
448
|
+
if api_client.config.debugging
|
449
|
+
api_client.config.logger.debug "API called: ReturnOperation#delete_return_operation_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
450
|
+
end
|
451
|
+
return data, status_code, headers
|
452
|
+
end
|
453
|
+
# Find ReturnOperation
|
454
|
+
# Return single instance of ReturnOperation by its ID.
|
455
|
+
# @param return_operation_id ID of returnOperation to return
|
456
|
+
# @param [Hash] opts the optional parameters
|
457
|
+
# @return [ReturnOperation]
|
458
|
+
def get_return_operation_by_id(return_operation_id, opts = {})
|
459
|
+
data, _status_code, _headers = get_return_operation_by_id_with_http_info(return_operation_id, opts)
|
460
|
+
data
|
461
|
+
end
|
462
|
+
|
463
|
+
# Find ReturnOperation
|
464
|
+
# Return single instance of ReturnOperation by its ID.
|
465
|
+
# @param return_operation_id ID of returnOperation to return
|
466
|
+
# @param [Hash] opts the optional parameters
|
467
|
+
# @return [Array<(ReturnOperation, Fixnum, Hash)>] ReturnOperation data, response status code and response headers
|
468
|
+
def get_return_operation_by_id_with_http_info(return_operation_id, opts = {})
|
469
|
+
if api_client.config.debugging
|
470
|
+
api_client.config.logger.debug 'Calling API: ReturnOperation.get_return_operation_by_id ...'
|
471
|
+
end
|
472
|
+
# verify the required parameter 'return_operation_id' is set
|
473
|
+
if api_client.config.client_side_validation && return_operation_id.nil?
|
474
|
+
fail ArgumentError, "Missing the required parameter 'return_operation_id' when calling ReturnOperation.get_return_operation_by_id"
|
475
|
+
end
|
476
|
+
# resource path
|
477
|
+
local_var_path = '/returnOperations/{returnOperationId}'.sub('{' + 'returnOperationId' + '}', return_operation_id.to_s)
|
478
|
+
|
479
|
+
# query parameters
|
480
|
+
query_params = opts
|
481
|
+
|
482
|
+
# header parameters
|
483
|
+
header_params = {}
|
484
|
+
# HTTP header 'Accept' (if needed)
|
485
|
+
header_params['Accept'] = api_client.select_header_accept(['application/json'])
|
486
|
+
# HTTP header 'Content-Type'
|
487
|
+
header_params['Content-Type'] = api_client.select_header_content_type(['application/json'])
|
488
|
+
|
489
|
+
# form parameters
|
490
|
+
form_params = {}
|
491
|
+
|
492
|
+
# http body (model)
|
493
|
+
post_body = nil
|
494
|
+
auth_names = []
|
495
|
+
data, status_code, headers = api_client.call_api(:GET, local_var_path,
|
496
|
+
:header_params => header_params,
|
497
|
+
:query_params => query_params,
|
498
|
+
:form_params => form_params,
|
499
|
+
:body => post_body,
|
500
|
+
:auth_names => auth_names,
|
501
|
+
:return_type => 'ReturnOperation')
|
502
|
+
if api_client.config.debugging
|
503
|
+
api_client.config.logger.debug "API called: ReturnOperation#get_return_operation_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
504
|
+
end
|
505
|
+
return data, status_code, headers
|
506
|
+
end
|
507
|
+
# List ReturnOperations
|
508
|
+
# Return a list of ReturnOperations
|
509
|
+
# @param [Hash] opts the optional parameters
|
510
|
+
# @option opts [Integer] :page page number
|
511
|
+
# @option opts [Integer] :size page size
|
512
|
+
# @option opts [String] :sort page order
|
513
|
+
# @return [Page<ReturnOperation>]
|
514
|
+
def list_all_return_operations(opts = {})
|
515
|
+
data, _status_code, _headers = list_all_return_operations_with_http_info(opts)
|
516
|
+
data
|
517
|
+
end
|
518
|
+
|
519
|
+
# List ReturnOperations
|
520
|
+
# Return a list of ReturnOperations
|
521
|
+
# @param [Hash] opts the optional parameters
|
522
|
+
# @option opts [Integer] :page page number
|
523
|
+
# @option opts [Integer] :size page size
|
524
|
+
# @option opts [String] :sort page order
|
525
|
+
# @return [Array<(Page<ReturnOperation>, Fixnum, Hash)>] Page<ReturnOperation> data, response status code and response headers
|
526
|
+
def list_all_return_operations_with_http_info(opts = {})
|
527
|
+
if api_client.config.debugging
|
528
|
+
api_client.config.logger.debug 'Calling API: ReturnOperation.list_all_return_operations ...'
|
529
|
+
end
|
530
|
+
# resource path
|
531
|
+
local_var_path = '/returnOperations'
|
532
|
+
|
533
|
+
# query parameters
|
534
|
+
query_params = opts
|
535
|
+
# query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
536
|
+
# query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
537
|
+
# query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
538
|
+
|
539
|
+
# header parameters
|
540
|
+
header_params = {}
|
541
|
+
# HTTP header 'Accept' (if needed)
|
542
|
+
header_params['Accept'] = api_client.select_header_accept(['application/json'])
|
543
|
+
# HTTP header 'Content-Type'
|
544
|
+
header_params['Content-Type'] = api_client.select_header_content_type(['application/json'])
|
545
|
+
|
546
|
+
# form parameters
|
547
|
+
form_params = {}
|
548
|
+
|
549
|
+
# http body (model)
|
550
|
+
post_body = nil
|
551
|
+
auth_names = []
|
552
|
+
data, status_code, headers = api_client.call_api(:GET, local_var_path,
|
553
|
+
:header_params => header_params,
|
554
|
+
:query_params => query_params,
|
555
|
+
:form_params => form_params,
|
556
|
+
:body => post_body,
|
557
|
+
:auth_names => auth_names,
|
558
|
+
:return_type => 'Page<ReturnOperation>')
|
559
|
+
if api_client.config.debugging
|
560
|
+
api_client.config.logger.debug "API called: ReturnOperation#list_all_return_operations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
561
|
+
end
|
562
|
+
return data, status_code, headers
|
563
|
+
end
|
564
|
+
# Replace ReturnOperation
|
565
|
+
# Replace all attributes of ReturnOperation
|
566
|
+
# @param return_operation_id ID of returnOperation to replace
|
567
|
+
# @param return_operation Attributes of returnOperation to replace
|
568
|
+
# @param [Hash] opts the optional parameters
|
569
|
+
# @return [ReturnOperation]
|
570
|
+
def replace_return_operation_by_id(return_operation_id, return_operation, opts = {})
|
571
|
+
data, _status_code, _headers = replace_return_operation_by_id_with_http_info(return_operation_id, return_operation, opts)
|
572
|
+
data
|
573
|
+
end
|
574
|
+
|
575
|
+
# Replace ReturnOperation
|
576
|
+
# Replace all attributes of ReturnOperation
|
577
|
+
# @param return_operation_id ID of returnOperation to replace
|
578
|
+
# @param return_operation Attributes of returnOperation to replace
|
579
|
+
# @param [Hash] opts the optional parameters
|
580
|
+
# @return [Array<(ReturnOperation, Fixnum, Hash)>] ReturnOperation data, response status code and response headers
|
581
|
+
def replace_return_operation_by_id_with_http_info(return_operation_id, return_operation, opts = {})
|
582
|
+
if api_client.config.debugging
|
583
|
+
api_client.config.logger.debug 'Calling API: ReturnOperation.replace_return_operation_by_id ...'
|
584
|
+
end
|
585
|
+
# verify the required parameter 'return_operation_id' is set
|
586
|
+
if api_client.config.client_side_validation && return_operation_id.nil?
|
587
|
+
fail ArgumentError, "Missing the required parameter 'return_operation_id' when calling ReturnOperation.replace_return_operation_by_id"
|
588
|
+
end
|
589
|
+
# verify the required parameter 'return_operation' is set
|
590
|
+
if api_client.config.client_side_validation && return_operation.nil?
|
591
|
+
fail ArgumentError, "Missing the required parameter 'return_operation' when calling ReturnOperation.replace_return_operation_by_id"
|
592
|
+
end
|
593
|
+
# resource path
|
594
|
+
local_var_path = '/returnOperations/{returnOperationId}'.sub('{' + 'returnOperationId' + '}', return_operation_id.to_s)
|
595
|
+
|
596
|
+
# query parameters
|
597
|
+
query_params = opts
|
598
|
+
|
599
|
+
# header parameters
|
600
|
+
header_params = {}
|
601
|
+
# HTTP header 'Accept' (if needed)
|
602
|
+
header_params['Accept'] = api_client.select_header_accept(['application/json'])
|
603
|
+
# HTTP header 'Content-Type'
|
604
|
+
header_params['Content-Type'] = api_client.select_header_content_type(['application/json'])
|
605
|
+
|
606
|
+
# form parameters
|
607
|
+
form_params = {}
|
608
|
+
|
609
|
+
# http body (model)
|
610
|
+
post_body = api_client.object_to_http_body(return_operation)
|
611
|
+
auth_names = []
|
612
|
+
data, status_code, headers = api_client.call_api(:PUT, local_var_path,
|
613
|
+
:header_params => header_params,
|
614
|
+
:query_params => query_params,
|
615
|
+
:form_params => form_params,
|
616
|
+
:body => post_body,
|
617
|
+
:auth_names => auth_names,
|
618
|
+
:return_type => 'ReturnOperation')
|
619
|
+
if api_client.config.debugging
|
620
|
+
api_client.config.logger.debug "API called: ReturnOperation#replace_return_operation_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
621
|
+
end
|
622
|
+
return data, status_code, headers
|
623
|
+
end
|
624
|
+
# Update ReturnOperation
|
625
|
+
# Update attributes of ReturnOperation
|
626
|
+
# @param return_operation_id ID of returnOperation to update.
|
627
|
+
# @param return_operation Attributes of returnOperation to update.
|
628
|
+
# @param [Hash] opts the optional parameters
|
629
|
+
# @return [ReturnOperation]
|
630
|
+
def update_return_operation_by_id(return_operation_id, return_operation, opts = {})
|
631
|
+
data, _status_code, _headers = update_return_operation_by_id_with_http_info(return_operation_id, return_operation, opts)
|
632
|
+
data
|
633
|
+
end
|
634
|
+
|
635
|
+
# Update ReturnOperation
|
636
|
+
# Update attributes of ReturnOperation
|
637
|
+
# @param return_operation_id ID of returnOperation to update.
|
638
|
+
# @param return_operation Attributes of returnOperation to update.
|
639
|
+
# @param [Hash] opts the optional parameters
|
640
|
+
# @return [Array<(ReturnOperation, Fixnum, Hash)>] ReturnOperation data, response status code and response headers
|
641
|
+
def update_return_operation_by_id_with_http_info(return_operation_id, return_operation, opts = {})
|
642
|
+
if api_client.config.debugging
|
643
|
+
api_client.config.logger.debug 'Calling API: ReturnOperation.update_return_operation_by_id ...'
|
644
|
+
end
|
645
|
+
# verify the required parameter 'return_operation_id' is set
|
646
|
+
if api_client.config.client_side_validation && return_operation_id.nil?
|
647
|
+
fail ArgumentError, "Missing the required parameter 'return_operation_id' when calling ReturnOperation.update_return_operation_by_id"
|
648
|
+
end
|
649
|
+
# verify the required parameter 'return_operation' is set
|
650
|
+
if api_client.config.client_side_validation && return_operation.nil?
|
651
|
+
fail ArgumentError, "Missing the required parameter 'return_operation' when calling ReturnOperation.update_return_operation_by_id"
|
652
|
+
end
|
653
|
+
# resource path
|
654
|
+
local_var_path = '/returnOperations/{returnOperationId}'.sub('{' + 'returnOperationId' + '}', return_operation_id.to_s)
|
655
|
+
|
656
|
+
# query parameters
|
657
|
+
query_params = opts
|
658
|
+
|
659
|
+
# header parameters
|
660
|
+
header_params = {}
|
661
|
+
# HTTP header 'Accept' (if needed)
|
662
|
+
header_params['Accept'] = api_client.select_header_accept(['application/json'])
|
663
|
+
# HTTP header 'Content-Type'
|
664
|
+
header_params['Content-Type'] = api_client.select_header_content_type(['application/json'])
|
665
|
+
|
666
|
+
# form parameters
|
667
|
+
form_params = {}
|
668
|
+
|
669
|
+
# http body (model)
|
670
|
+
post_body = api_client.object_to_http_body(return_operation)
|
671
|
+
auth_names = []
|
672
|
+
data, status_code, headers = api_client.call_api(:PATCH, local_var_path,
|
673
|
+
:header_params => header_params,
|
674
|
+
:query_params => query_params,
|
675
|
+
:form_params => form_params,
|
676
|
+
:body => post_body,
|
677
|
+
:auth_names => auth_names,
|
678
|
+
:return_type => 'ReturnOperation')
|
679
|
+
if api_client.config.debugging
|
680
|
+
api_client.config.logger.debug "API called: ReturnOperation#update_return_operation_by_id\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
681
|
+
end
|
682
|
+
return data, status_code, headers
|
683
|
+
end
|
684
|
+
end
|
685
|
+
end
|
686
|
+
end
|