order_cloud 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (392) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +201 -0
  3. data/README.md +476 -0
  4. data/Rakefile +31 -0
  5. data/docs/AccessToken.md +10 -0
  6. data/docs/Address.md +20 -0
  7. data/docs/AddressApi.md +520 -0
  8. data/docs/AddressAssignment.md +12 -0
  9. data/docs/AdminAddressApi.md +324 -0
  10. data/docs/AdminCompany.md +10 -0
  11. data/docs/AdminModelOnView.md +7 -0
  12. data/docs/AdminUserApi.md +323 -0
  13. data/docs/ApprovalRule.md +20 -0
  14. data/docs/ApprovalRuleApi.md +342 -0
  15. data/docs/BaseSpec.md +15 -0
  16. data/docs/Buyer.md +11 -0
  17. data/docs/BuyerAddress.md +11 -0
  18. data/docs/BuyerApi.md +324 -0
  19. data/docs/BuyerCreditCard.md +9 -0
  20. data/docs/BuyerProduct.md +9 -0
  21. data/docs/BuyerSpec.md +9 -0
  22. data/docs/Category.md +15 -0
  23. data/docs/CategoryApi.md +684 -0
  24. data/docs/CategoryAssignment.md +10 -0
  25. data/docs/CategoryProductAssignment.md +10 -0
  26. data/docs/CostCenter.md +11 -0
  27. data/docs/CostCenterApi.md +516 -0
  28. data/docs/CostCenterAssignment.md +10 -0
  29. data/docs/CreditCard.md +15 -0
  30. data/docs/CreditCardApi.md +516 -0
  31. data/docs/CreditCardAssignment.md +10 -0
  32. data/docs/EmailTemplate.md +12 -0
  33. data/docs/EmailTemplateApi.md +223 -0
  34. data/docs/File.md +10 -0
  35. data/docs/FileApi.md +162 -0
  36. data/docs/ImpersonateTokenRequest.md +9 -0
  37. data/docs/Inventory.md +12 -0
  38. data/docs/LineItem.md +23 -0
  39. data/docs/LineItemApi.md +478 -0
  40. data/docs/LineItemSpec.md +11 -0
  41. data/docs/ListAddress.md +9 -0
  42. data/docs/ListAddressAssignment.md +9 -0
  43. data/docs/ListAdminCompany.md +9 -0
  44. data/docs/ListApiClient.md +9 -0
  45. data/docs/ListApprovalRule.md +9 -0
  46. data/docs/ListBuyer.md +9 -0
  47. data/docs/ListBuyerAddress.md +9 -0
  48. data/docs/ListBuyerCreditCard.md +9 -0
  49. data/docs/ListBuyerProduct.md +9 -0
  50. data/docs/ListBuyerSpec.md +9 -0
  51. data/docs/ListCategory.md +9 -0
  52. data/docs/ListCategoryAssignment.md +9 -0
  53. data/docs/ListCategoryProductAssignment.md +9 -0
  54. data/docs/ListCostCenter.md +9 -0
  55. data/docs/ListCostCenterAssignment.md +9 -0
  56. data/docs/ListCreditCard.md +9 -0
  57. data/docs/ListCreditCardAssignment.md +9 -0
  58. data/docs/ListDevAccessibleCompany.md +9 -0
  59. data/docs/ListFile.md +9 -0
  60. data/docs/ListInventory.md +9 -0
  61. data/docs/ListLineItem.md +9 -0
  62. data/docs/ListOrder.md +9 -0
  63. data/docs/ListOrderApproval.md +9 -0
  64. data/docs/ListOrderPromotion.md +9 -0
  65. data/docs/ListPayment.md +9 -0
  66. data/docs/ListPriceSchedule.md +9 -0
  67. data/docs/ListProduct.md +9 -0
  68. data/docs/ListProductAssignment.md +9 -0
  69. data/docs/ListPromotion.md +9 -0
  70. data/docs/ListPromotionAssignment.md +9 -0
  71. data/docs/ListSecurityProfile.md +9 -0
  72. data/docs/ListSecurityProfileAssignment.md +9 -0
  73. data/docs/ListShipment.md +9 -0
  74. data/docs/ListSpec.md +9 -0
  75. data/docs/ListSpecOption.md +9 -0
  76. data/docs/ListSpecProductAssignment.md +9 -0
  77. data/docs/ListSpendingAccount.md +9 -0
  78. data/docs/ListSpendingAccountAssignment.md +9 -0
  79. data/docs/ListUser.md +9 -0
  80. data/docs/ListUserGroup.md +9 -0
  81. data/docs/ListUserGroupAssignment.md +9 -0
  82. data/docs/ListVariant.md +9 -0
  83. data/docs/ListWebHook.md +9 -0
  84. data/docs/ListWebHookRoute.md +9 -0
  85. data/docs/ListXpIndex.md +9 -0
  86. data/docs/MeApi.md +1488 -0
  87. data/docs/Meta.md +12 -0
  88. data/docs/Order.md +31 -0
  89. data/docs/OrderApi.md +1277 -0
  90. data/docs/OrderApproval.md +16 -0
  91. data/docs/OrderPromotion.md +8 -0
  92. data/docs/PasswordReset.md +10 -0
  93. data/docs/PasswordResetApi.md +109 -0
  94. data/docs/PasswordResetRequest.md +11 -0
  95. data/docs/Payment.md +16 -0
  96. data/docs/PaymentApi.md +601 -0
  97. data/docs/PaymentTransaction.md +15 -0
  98. data/docs/PingResponse.md +8 -0
  99. data/docs/PriceBreak.md +9 -0
  100. data/docs/PriceSchedule.md +18 -0
  101. data/docs/PriceScheduleApi.md +429 -0
  102. data/docs/Product.md +22 -0
  103. data/docs/ProductApi.md +1115 -0
  104. data/docs/ProductAssignment.md +13 -0
  105. data/docs/Promotion.md +21 -0
  106. data/docs/PromotionApi.md +495 -0
  107. data/docs/PromotionAssignment.md +11 -0
  108. data/docs/SecurityProfile.md +11 -0
  109. data/docs/SecurityProfileApi.md +290 -0
  110. data/docs/SecurityProfileAssignment.md +11 -0
  111. data/docs/Shipment.md +14 -0
  112. data/docs/ShipmentApi.md +459 -0
  113. data/docs/ShipmentItem.md +10 -0
  114. data/docs/Spec.md +8 -0
  115. data/docs/SpecApi.md +816 -0
  116. data/docs/SpecOption.md +14 -0
  117. data/docs/SpecProductAssignment.md +10 -0
  118. data/docs/SpendingAccount.md +15 -0
  119. data/docs/SpendingAccountApi.md +516 -0
  120. data/docs/SpendingAccountAssignment.md +11 -0
  121. data/docs/User.md +17 -0
  122. data/docs/UserApi.md +399 -0
  123. data/docs/UserGroup.md +11 -0
  124. data/docs/UserGroupApi.md +508 -0
  125. data/docs/UserGroupAssignment.md +9 -0
  126. data/docs/Variant.md +12 -0
  127. data/docs/WebHook.md +18 -0
  128. data/docs/WebHookRoute.md +10 -0
  129. data/docs/XpIndex.md +9 -0
  130. data/git_push.sh +67 -0
  131. data/lib/order_cloud.rb +176 -0
  132. data/lib/order_cloud/api/address_api.rb +628 -0
  133. data/lib/order_cloud/api/admin_address_api.rb +397 -0
  134. data/lib/order_cloud/api/admin_user_api.rb +396 -0
  135. data/lib/order_cloud/api/approval_rule_api.rb +421 -0
  136. data/lib/order_cloud/api/buyer_api.rb +397 -0
  137. data/lib/order_cloud/api/category_api.rb +817 -0
  138. data/lib/order_cloud/api/cost_center_api.rb +622 -0
  139. data/lib/order_cloud/api/credit_card_api.rb +622 -0
  140. data/lib/order_cloud/api/email_template_api.rb +283 -0
  141. data/lib/order_cloud/api/file_api.rb +206 -0
  142. data/lib/order_cloud/api/line_item_api.rb +583 -0
  143. data/lib/order_cloud/api/me_api.rb +1747 -0
  144. data/lib/order_cloud/api/order_api.rb +1509 -0
  145. data/lib/order_cloud/api/password_reset_api.rb +150 -0
  146. data/lib/order_cloud/api/payment_api.rb +728 -0
  147. data/lib/order_cloud/api/price_schedule_api.rb +519 -0
  148. data/lib/order_cloud/api/product_api.rb +1311 -0
  149. data/lib/order_cloud/api/promotion_api.rb +596 -0
  150. data/lib/order_cloud/api/security_profile_api.rb +361 -0
  151. data/lib/order_cloud/api/shipment_api.rb +558 -0
  152. data/lib/order_cloud/api/spec_api.rb +965 -0
  153. data/lib/order_cloud/api/spending_account_api.rb +622 -0
  154. data/lib/order_cloud/api/user_api.rb +488 -0
  155. data/lib/order_cloud/api/user_group_api.rb +613 -0
  156. data/lib/order_cloud/api_auth.rb +99 -0
  157. data/lib/order_cloud/api_client.rb +385 -0
  158. data/lib/order_cloud/api_error.rb +47 -0
  159. data/lib/order_cloud/configuration.rb +244 -0
  160. data/lib/order_cloud/models/access_token.rb +217 -0
  161. data/lib/order_cloud/models/address.rb +307 -0
  162. data/lib/order_cloud/models/address_assignment.rb +235 -0
  163. data/lib/order_cloud/models/admin_company.rb +217 -0
  164. data/lib/order_cloud/models/admin_model_on_view.rb +190 -0
  165. data/lib/order_cloud/models/approval_rule.rb +307 -0
  166. data/lib/order_cloud/models/base_spec.rb +262 -0
  167. data/lib/order_cloud/models/buyer.rb +226 -0
  168. data/lib/order_cloud/models/buyer_address.rb +226 -0
  169. data/lib/order_cloud/models/buyer_credit_card.rb +208 -0
  170. data/lib/order_cloud/models/buyer_product.rb +208 -0
  171. data/lib/order_cloud/models/buyer_spec.rb +210 -0
  172. data/lib/order_cloud/models/category.rb +262 -0
  173. data/lib/order_cloud/models/category_assignment.rb +217 -0
  174. data/lib/order_cloud/models/category_product_assignment.rb +217 -0
  175. data/lib/order_cloud/models/cost_center.rb +226 -0
  176. data/lib/order_cloud/models/cost_center_assignment.rb +217 -0
  177. data/lib/order_cloud/models/credit_card.rb +262 -0
  178. data/lib/order_cloud/models/credit_card_assignment.rb +217 -0
  179. data/lib/order_cloud/models/email_template.rb +235 -0
  180. data/lib/order_cloud/models/file.rb +217 -0
  181. data/lib/order_cloud/models/impersonate_token_request.rb +208 -0
  182. data/lib/order_cloud/models/inventory.rb +235 -0
  183. data/lib/order_cloud/models/line_item.rb +336 -0
  184. data/lib/order_cloud/models/line_item_spec.rb +226 -0
  185. data/lib/order_cloud/models/list_address.rb +210 -0
  186. data/lib/order_cloud/models/list_address_assignment.rb +210 -0
  187. data/lib/order_cloud/models/list_admin_company.rb +210 -0
  188. data/lib/order_cloud/models/list_api_client.rb +210 -0
  189. data/lib/order_cloud/models/list_approval_rule.rb +210 -0
  190. data/lib/order_cloud/models/list_buyer.rb +210 -0
  191. data/lib/order_cloud/models/list_buyer_address.rb +210 -0
  192. data/lib/order_cloud/models/list_buyer_credit_card.rb +210 -0
  193. data/lib/order_cloud/models/list_buyer_product.rb +210 -0
  194. data/lib/order_cloud/models/list_buyer_spec.rb +210 -0
  195. data/lib/order_cloud/models/list_category.rb +210 -0
  196. data/lib/order_cloud/models/list_category_assignment.rb +210 -0
  197. data/lib/order_cloud/models/list_category_product_assignment.rb +210 -0
  198. data/lib/order_cloud/models/list_cost_center.rb +210 -0
  199. data/lib/order_cloud/models/list_cost_center_assignment.rb +210 -0
  200. data/lib/order_cloud/models/list_credit_card.rb +210 -0
  201. data/lib/order_cloud/models/list_credit_card_assignment.rb +210 -0
  202. data/lib/order_cloud/models/list_dev_accessible_company.rb +210 -0
  203. data/lib/order_cloud/models/list_file.rb +210 -0
  204. data/lib/order_cloud/models/list_inventory.rb +210 -0
  205. data/lib/order_cloud/models/list_line_item.rb +210 -0
  206. data/lib/order_cloud/models/list_order.rb +210 -0
  207. data/lib/order_cloud/models/list_order_approval.rb +210 -0
  208. data/lib/order_cloud/models/list_order_promotion.rb +210 -0
  209. data/lib/order_cloud/models/list_payment.rb +210 -0
  210. data/lib/order_cloud/models/list_price_schedule.rb +210 -0
  211. data/lib/order_cloud/models/list_product.rb +210 -0
  212. data/lib/order_cloud/models/list_product_assignment.rb +210 -0
  213. data/lib/order_cloud/models/list_promotion.rb +210 -0
  214. data/lib/order_cloud/models/list_promotion_assignment.rb +210 -0
  215. data/lib/order_cloud/models/list_security_profile.rb +210 -0
  216. data/lib/order_cloud/models/list_security_profile_assignment.rb +210 -0
  217. data/lib/order_cloud/models/list_shipment.rb +210 -0
  218. data/lib/order_cloud/models/list_spec.rb +210 -0
  219. data/lib/order_cloud/models/list_spec_option.rb +210 -0
  220. data/lib/order_cloud/models/list_spec_product_assignment.rb +210 -0
  221. data/lib/order_cloud/models/list_spending_account.rb +210 -0
  222. data/lib/order_cloud/models/list_spending_account_assignment.rb +210 -0
  223. data/lib/order_cloud/models/list_user.rb +210 -0
  224. data/lib/order_cloud/models/list_user_group.rb +210 -0
  225. data/lib/order_cloud/models/list_user_group_assignment.rb +210 -0
  226. data/lib/order_cloud/models/list_variant.rb +210 -0
  227. data/lib/order_cloud/models/list_web_hook.rb +210 -0
  228. data/lib/order_cloud/models/list_web_hook_route.rb +210 -0
  229. data/lib/order_cloud/models/list_xp_index.rb +210 -0
  230. data/lib/order_cloud/models/meta.rb +237 -0
  231. data/lib/order_cloud/models/order.rb +406 -0
  232. data/lib/order_cloud/models/order_approval.rb +271 -0
  233. data/lib/order_cloud/models/order_promotion.rb +199 -0
  234. data/lib/order_cloud/models/password_reset.rb +217 -0
  235. data/lib/order_cloud/models/password_reset_request.rb +226 -0
  236. data/lib/order_cloud/models/payment.rb +273 -0
  237. data/lib/order_cloud/models/payment_transaction.rb +262 -0
  238. data/lib/order_cloud/models/ping_response.rb +199 -0
  239. data/lib/order_cloud/models/price_break.rb +208 -0
  240. data/lib/order_cloud/models/price_schedule.rb +291 -0
  241. data/lib/order_cloud/models/product.rb +325 -0
  242. data/lib/order_cloud/models/product_assignment.rb +244 -0
  243. data/lib/order_cloud/models/promotion.rb +316 -0
  244. data/lib/order_cloud/models/promotion_assignment.rb +226 -0
  245. data/lib/order_cloud/models/security_profile.rb +228 -0
  246. data/lib/order_cloud/models/security_profile_assignment.rb +226 -0
  247. data/lib/order_cloud/models/shipment.rb +255 -0
  248. data/lib/order_cloud/models/shipment_item.rb +217 -0
  249. data/lib/order_cloud/models/spec.rb +199 -0
  250. data/lib/order_cloud/models/spec_option.rb +253 -0
  251. data/lib/order_cloud/models/spec_product_assignment.rb +217 -0
  252. data/lib/order_cloud/models/spending_account.rb +262 -0
  253. data/lib/order_cloud/models/spending_account_assignment.rb +226 -0
  254. data/lib/order_cloud/models/user.rb +280 -0
  255. data/lib/order_cloud/models/user_group.rb +226 -0
  256. data/lib/order_cloud/models/user_group_assignment.rb +208 -0
  257. data/lib/order_cloud/models/variant.rb +235 -0
  258. data/lib/order_cloud/models/web_hook.rb +289 -0
  259. data/lib/order_cloud/models/web_hook_route.rb +217 -0
  260. data/lib/order_cloud/models/xp_index.rb +208 -0
  261. data/lib/order_cloud/version.rb +26 -0
  262. data/order_cloud.gemspec +56 -0
  263. data/spec/api/address_api_spec.rb +179 -0
  264. data/spec/api/admin_address_api_spec.rb +125 -0
  265. data/spec/api/admin_user_api_spec.rb +125 -0
  266. data/spec/api/approval_rule_api_spec.rb +131 -0
  267. data/spec/api/buyer_api_spec.rb +125 -0
  268. data/spec/api/category_api_spec.rb +221 -0
  269. data/spec/api/cost_center_api_spec.rb +177 -0
  270. data/spec/api/credit_card_api_spec.rb +177 -0
  271. data/spec/api/email_template_api_spec.rb +100 -0
  272. data/spec/api/file_api_spec.rb +83 -0
  273. data/spec/api/line_item_api_spec.rb +167 -0
  274. data/spec/api/me_api_spec.rb +431 -0
  275. data/spec/api/order_api_spec.rb +375 -0
  276. data/spec/api/password_reset_api_spec.rb +71 -0
  277. data/spec/api/payment_api_spec.rb +199 -0
  278. data/spec/api/price_schedule_api_spec.rb +151 -0
  279. data/spec/api/product_api_spec.rb +330 -0
  280. data/spec/api/promotion_api_spec.rb +170 -0
  281. data/spec/api/security_profile_api_spec.rb +120 -0
  282. data/spec/api/shipment_api_spec.rb +161 -0
  283. data/spec/api/spec_api_spec.rb +250 -0
  284. data/spec/api/spending_account_api_spec.rb +177 -0
  285. data/spec/api/user_api_spec.rb +146 -0
  286. data/spec/api/user_group_api_spec.rb +174 -0
  287. data/spec/api_auth_spec.rb +165 -0
  288. data/spec/api_client_spec.rb +237 -0
  289. data/spec/configuration_spec.rb +80 -0
  290. data/spec/models/access_token_spec.rb +65 -0
  291. data/spec/models/address_assignment_spec.rb +77 -0
  292. data/spec/models/address_spec.rb +125 -0
  293. data/spec/models/admin_company_spec.rb +65 -0
  294. data/spec/models/admin_model_on_view_spec.rb +47 -0
  295. data/spec/models/approval_rule_spec.rb +125 -0
  296. data/spec/models/base_spec_spec.rb +95 -0
  297. data/spec/models/buyer_address_spec.rb +71 -0
  298. data/spec/models/buyer_credit_card_spec.rb +59 -0
  299. data/spec/models/buyer_product_spec.rb +59 -0
  300. data/spec/models/buyer_spec.rb +71 -0
  301. data/spec/models/buyer_spec_spec.rb +59 -0
  302. data/spec/models/category_assignment_spec.rb +65 -0
  303. data/spec/models/category_product_assignment_spec.rb +65 -0
  304. data/spec/models/category_spec.rb +95 -0
  305. data/spec/models/cost_center_assignment_spec.rb +65 -0
  306. data/spec/models/cost_center_spec.rb +71 -0
  307. data/spec/models/credit_card_assignment_spec.rb +65 -0
  308. data/spec/models/credit_card_spec.rb +95 -0
  309. data/spec/models/email_template_spec.rb +77 -0
  310. data/spec/models/file_spec.rb +65 -0
  311. data/spec/models/impersonate_token_request_spec.rb +59 -0
  312. data/spec/models/inventory_spec.rb +77 -0
  313. data/spec/models/line_item_spec.rb +143 -0
  314. data/spec/models/line_item_spec_spec.rb +71 -0
  315. data/spec/models/list_address_assignment_spec.rb +59 -0
  316. data/spec/models/list_address_spec.rb +59 -0
  317. data/spec/models/list_admin_company_spec.rb +59 -0
  318. data/spec/models/list_api_client_spec.rb +59 -0
  319. data/spec/models/list_approval_rule_spec.rb +59 -0
  320. data/spec/models/list_buyer_address_spec.rb +59 -0
  321. data/spec/models/list_buyer_credit_card_spec.rb +59 -0
  322. data/spec/models/list_buyer_product_spec.rb +59 -0
  323. data/spec/models/list_buyer_spec.rb +59 -0
  324. data/spec/models/list_buyer_spec_spec.rb +59 -0
  325. data/spec/models/list_category_assignment_spec.rb +59 -0
  326. data/spec/models/list_category_product_assignment_spec.rb +59 -0
  327. data/spec/models/list_category_spec.rb +59 -0
  328. data/spec/models/list_cost_center_assignment_spec.rb +59 -0
  329. data/spec/models/list_cost_center_spec.rb +59 -0
  330. data/spec/models/list_credit_card_assignment_spec.rb +59 -0
  331. data/spec/models/list_credit_card_spec.rb +59 -0
  332. data/spec/models/list_dev_accessible_company_spec.rb +59 -0
  333. data/spec/models/list_file_spec.rb +59 -0
  334. data/spec/models/list_inventory_spec.rb +59 -0
  335. data/spec/models/list_line_item_spec.rb +59 -0
  336. data/spec/models/list_order_approval_spec.rb +59 -0
  337. data/spec/models/list_order_promotion_spec.rb +59 -0
  338. data/spec/models/list_order_spec.rb +59 -0
  339. data/spec/models/list_payment_spec.rb +59 -0
  340. data/spec/models/list_price_schedule_spec.rb +59 -0
  341. data/spec/models/list_product_assignment_spec.rb +59 -0
  342. data/spec/models/list_product_spec.rb +59 -0
  343. data/spec/models/list_promotion_assignment_spec.rb +59 -0
  344. data/spec/models/list_promotion_spec.rb +59 -0
  345. data/spec/models/list_security_profile_assignment_spec.rb +59 -0
  346. data/spec/models/list_security_profile_spec.rb +59 -0
  347. data/spec/models/list_shipment_spec.rb +59 -0
  348. data/spec/models/list_spec_option_spec.rb +59 -0
  349. data/spec/models/list_spec_product_assignment_spec.rb +59 -0
  350. data/spec/models/list_spec_spec.rb +59 -0
  351. data/spec/models/list_spending_account_assignment_spec.rb +59 -0
  352. data/spec/models/list_spending_account_spec.rb +59 -0
  353. data/spec/models/list_user_group_assignment_spec.rb +59 -0
  354. data/spec/models/list_user_group_spec.rb +59 -0
  355. data/spec/models/list_user_spec.rb +59 -0
  356. data/spec/models/list_variant_spec.rb +59 -0
  357. data/spec/models/list_web_hook_route_spec.rb +59 -0
  358. data/spec/models/list_web_hook_spec.rb +59 -0
  359. data/spec/models/list_xp_index_spec.rb +59 -0
  360. data/spec/models/meta_spec.rb +77 -0
  361. data/spec/models/order_approval_spec.rb +101 -0
  362. data/spec/models/order_promotion_spec.rb +53 -0
  363. data/spec/models/order_spec.rb +191 -0
  364. data/spec/models/password_reset_request_spec.rb +71 -0
  365. data/spec/models/password_reset_spec.rb +65 -0
  366. data/spec/models/payment_spec.rb +101 -0
  367. data/spec/models/payment_transaction_spec.rb +95 -0
  368. data/spec/models/ping_response_spec.rb +53 -0
  369. data/spec/models/price_break_spec.rb +59 -0
  370. data/spec/models/price_schedule_spec.rb +113 -0
  371. data/spec/models/product_assignment_spec.rb +83 -0
  372. data/spec/models/product_spec.rb +137 -0
  373. data/spec/models/promotion_assignment_spec.rb +71 -0
  374. data/spec/models/promotion_spec.rb +131 -0
  375. data/spec/models/security_profile_assignment_spec.rb +71 -0
  376. data/spec/models/security_profile_spec.rb +71 -0
  377. data/spec/models/shipment_item_spec.rb +65 -0
  378. data/spec/models/shipment_spec.rb +89 -0
  379. data/spec/models/spec_option_spec.rb +89 -0
  380. data/spec/models/spec_product_assignment_spec.rb +65 -0
  381. data/spec/models/spec_spec.rb +53 -0
  382. data/spec/models/spending_account_assignment_spec.rb +71 -0
  383. data/spec/models/spending_account_spec.rb +95 -0
  384. data/spec/models/user_group_assignment_spec.rb +59 -0
  385. data/spec/models/user_group_spec.rb +71 -0
  386. data/spec/models/user_spec.rb +107 -0
  387. data/spec/models/variant_spec.rb +77 -0
  388. data/spec/models/web_hook_route_spec.rb +65 -0
  389. data/spec/models/web_hook_spec.rb +113 -0
  390. data/spec/models/xp_index_spec.rb +59 -0
  391. data/spec/spec_helper.rb +122 -0
  392. metadata +757 -0
@@ -0,0 +1,421 @@
1
+ =begin
2
+ #OrderCloud
3
+
4
+ #A full ecommerce backend as a service.
5
+
6
+ OpenAPI spec version: 1.0
7
+ Contact: ordercloud@four51.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+
10
+ Licensed under the Apache License, Version 2.0 (the "License");
11
+ you may not use this file except in compliance with the License.
12
+ You may obtain a copy of the License at
13
+
14
+ http://www.apache.org/licenses/LICENSE-2.0
15
+
16
+ Unless required by applicable law or agreed to in writing, software
17
+ distributed under the License is distributed on an "AS IS" BASIS,
18
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ See the License for the specific language governing permissions and
20
+ limitations under the License.
21
+
22
+ =end
23
+
24
+ require "uri"
25
+
26
+ module OrderCloud
27
+ class ApprovalRuleApi
28
+ attr_accessor :api_client
29
+
30
+ def initialize(api_client = ApiClient.default)
31
+ @api_client = api_client
32
+ end
33
+
34
+ #
35
+ #
36
+ # @param buyer_id ID of the buyer.
37
+ # @param approval_rule
38
+ # @param [Hash] opts the optional parameters
39
+ # @return [ApprovalRule]
40
+ def create(buyer_id, approval_rule, opts = {})
41
+ data, _status_code, _headers = create_with_http_info(buyer_id, approval_rule, opts)
42
+ return data
43
+ end
44
+
45
+ #
46
+ #
47
+ # @param buyer_id ID of the buyer.
48
+ # @param approval_rule
49
+ # @param [Hash] opts the optional parameters
50
+ # @return [Array<(ApprovalRule, Fixnum, Hash)>] ApprovalRule data, response status code and response headers
51
+ def create_with_http_info(buyer_id, approval_rule, opts = {})
52
+ if @api_client.config.debugging
53
+ @api_client.config.logger.debug "Calling API: ApprovalRuleApi.create ..."
54
+ end
55
+ # verify the required parameter 'buyer_id' is set
56
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling ApprovalRuleApi.create" if buyer_id.nil?
57
+ # verify the required parameter 'approval_rule' is set
58
+ fail ArgumentError, "Missing the required parameter 'approval_rule' when calling ApprovalRuleApi.create" if approval_rule.nil?
59
+ # resource path
60
+ local_var_path = "/buyers/{buyerID}/approvalrules".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
61
+
62
+ # query parameters
63
+ query_params = {}
64
+
65
+ # header parameters
66
+ header_params = {}
67
+
68
+ # HTTP header 'Accept' (if needed)
69
+ local_header_accept = ['application/json']
70
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
71
+
72
+ # HTTP header 'Content-Type'
73
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
74
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
75
+
76
+ # form parameters
77
+ form_params = {}
78
+
79
+ # http body (model)
80
+ post_body = @api_client.object_to_http_body(approval_rule)
81
+ auth_names = ['oauth2']
82
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
83
+ :header_params => header_params,
84
+ :query_params => query_params,
85
+ :form_params => form_params,
86
+ :body => post_body,
87
+ :auth_names => auth_names,
88
+ :return_type => 'ApprovalRule')
89
+ if @api_client.config.debugging
90
+ @api_client.config.logger.debug "API called: ApprovalRuleApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
91
+ end
92
+ return data, status_code, headers
93
+ end
94
+
95
+ #
96
+ #
97
+ # @param buyer_id ID of the buyer.
98
+ # @param approval_rule_id ID of the approval rule.
99
+ # @param [Hash] opts the optional parameters
100
+ # @return [nil]
101
+ def delete(buyer_id, approval_rule_id, opts = {})
102
+ delete_with_http_info(buyer_id, approval_rule_id, opts)
103
+ return nil
104
+ end
105
+
106
+ #
107
+ #
108
+ # @param buyer_id ID of the buyer.
109
+ # @param approval_rule_id ID of the approval rule.
110
+ # @param [Hash] opts the optional parameters
111
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
112
+ def delete_with_http_info(buyer_id, approval_rule_id, opts = {})
113
+ if @api_client.config.debugging
114
+ @api_client.config.logger.debug "Calling API: ApprovalRuleApi.delete ..."
115
+ end
116
+ # verify the required parameter 'buyer_id' is set
117
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling ApprovalRuleApi.delete" if buyer_id.nil?
118
+ # verify the required parameter 'approval_rule_id' is set
119
+ fail ArgumentError, "Missing the required parameter 'approval_rule_id' when calling ApprovalRuleApi.delete" if approval_rule_id.nil?
120
+ # resource path
121
+ local_var_path = "/buyers/{buyerID}/approvalrules/{approvalRuleID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'approvalRuleID' + '}', approval_rule_id.to_s)
122
+
123
+ # query parameters
124
+ query_params = {}
125
+
126
+ # header parameters
127
+ header_params = {}
128
+
129
+ # HTTP header 'Accept' (if needed)
130
+ local_header_accept = ['application/json']
131
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
132
+
133
+ # HTTP header 'Content-Type'
134
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
135
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
136
+
137
+ # form parameters
138
+ form_params = {}
139
+
140
+ # http body (model)
141
+ post_body = nil
142
+ auth_names = ['oauth2']
143
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
144
+ :header_params => header_params,
145
+ :query_params => query_params,
146
+ :form_params => form_params,
147
+ :body => post_body,
148
+ :auth_names => auth_names)
149
+ if @api_client.config.debugging
150
+ @api_client.config.logger.debug "API called: ApprovalRuleApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
151
+ end
152
+ return data, status_code, headers
153
+ end
154
+
155
+ #
156
+ #
157
+ # @param buyer_id ID of the buyer.
158
+ # @param approval_rule_id ID of the approval rule.
159
+ # @param [Hash] opts the optional parameters
160
+ # @return [ApprovalRule]
161
+ def get(buyer_id, approval_rule_id, opts = {})
162
+ data, _status_code, _headers = get_with_http_info(buyer_id, approval_rule_id, opts)
163
+ return data
164
+ end
165
+
166
+ #
167
+ #
168
+ # @param buyer_id ID of the buyer.
169
+ # @param approval_rule_id ID of the approval rule.
170
+ # @param [Hash] opts the optional parameters
171
+ # @return [Array<(ApprovalRule, Fixnum, Hash)>] ApprovalRule data, response status code and response headers
172
+ def get_with_http_info(buyer_id, approval_rule_id, opts = {})
173
+ if @api_client.config.debugging
174
+ @api_client.config.logger.debug "Calling API: ApprovalRuleApi.get ..."
175
+ end
176
+ # verify the required parameter 'buyer_id' is set
177
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling ApprovalRuleApi.get" if buyer_id.nil?
178
+ # verify the required parameter 'approval_rule_id' is set
179
+ fail ArgumentError, "Missing the required parameter 'approval_rule_id' when calling ApprovalRuleApi.get" if approval_rule_id.nil?
180
+ # resource path
181
+ local_var_path = "/buyers/{buyerID}/approvalrules/{approvalRuleID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'approvalRuleID' + '}', approval_rule_id.to_s)
182
+
183
+ # query parameters
184
+ query_params = {}
185
+
186
+ # header parameters
187
+ header_params = {}
188
+
189
+ # HTTP header 'Accept' (if needed)
190
+ local_header_accept = ['application/json']
191
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
192
+
193
+ # HTTP header 'Content-Type'
194
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
195
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
196
+
197
+ # form parameters
198
+ form_params = {}
199
+
200
+ # http body (model)
201
+ post_body = nil
202
+ auth_names = ['oauth2']
203
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
204
+ :header_params => header_params,
205
+ :query_params => query_params,
206
+ :form_params => form_params,
207
+ :body => post_body,
208
+ :auth_names => auth_names,
209
+ :return_type => 'ApprovalRule')
210
+ if @api_client.config.debugging
211
+ @api_client.config.logger.debug "API called: ApprovalRuleApi#get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
212
+ end
213
+ return data, status_code, headers
214
+ end
215
+
216
+ #
217
+ #
218
+ # @param buyer_id ID of the buyer.
219
+ # @param [Hash] opts the optional parameters
220
+ # @option opts [String] :search Word or phrase to search for.
221
+ # @option opts [String] :search_on Comma-delimited list of fields to search on.
222
+ # @option opts [String] :sort_by Comma-delimited list of fields to sort by.
223
+ # @option opts [Integer] :page Page of results to return. Default: 1
224
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
225
+ # @option opts [Hash<String, String>] :filters Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or &#39;xp.???&#39;
226
+ # @return [ListApprovalRule]
227
+ def list(buyer_id, opts = {})
228
+ data, _status_code, _headers = list_with_http_info(buyer_id, opts)
229
+ return data
230
+ end
231
+
232
+ #
233
+ #
234
+ # @param buyer_id ID of the buyer.
235
+ # @param [Hash] opts the optional parameters
236
+ # @option opts [String] :search Word or phrase to search for.
237
+ # @option opts [String] :search_on Comma-delimited list of fields to search on.
238
+ # @option opts [String] :sort_by Comma-delimited list of fields to sort by.
239
+ # @option opts [Integer] :page Page of results to return. Default: 1
240
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
241
+ # @option opts [Hash<String, String>] :filters Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or &#39;xp.???&#39;
242
+ # @return [Array<(ListApprovalRule, Fixnum, Hash)>] ListApprovalRule data, response status code and response headers
243
+ def list_with_http_info(buyer_id, opts = {})
244
+ if @api_client.config.debugging
245
+ @api_client.config.logger.debug "Calling API: ApprovalRuleApi.list ..."
246
+ end
247
+ # verify the required parameter 'buyer_id' is set
248
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling ApprovalRuleApi.list" if buyer_id.nil?
249
+ # resource path
250
+ local_var_path = "/buyers/{buyerID}/approvalrules".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
251
+
252
+ # query parameters
253
+ query_params = {}
254
+ query_params[:'search'] = opts[:'search'] if !opts[:'search'].nil?
255
+ query_params[:'searchOn'] = opts[:'search_on'] if !opts[:'search_on'].nil?
256
+ query_params[:'sortBy'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
257
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
258
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
259
+ query_params[:'filters'] = opts[:'filters'] if !opts[:'filters'].nil?
260
+
261
+ # header parameters
262
+ header_params = {}
263
+
264
+ # HTTP header 'Accept' (if needed)
265
+ local_header_accept = ['application/json']
266
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
267
+
268
+ # HTTP header 'Content-Type'
269
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
270
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
271
+
272
+ # form parameters
273
+ form_params = {}
274
+
275
+ # http body (model)
276
+ post_body = nil
277
+ auth_names = ['oauth2']
278
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
279
+ :header_params => header_params,
280
+ :query_params => query_params,
281
+ :form_params => form_params,
282
+ :body => post_body,
283
+ :auth_names => auth_names,
284
+ :return_type => 'ListApprovalRule')
285
+ if @api_client.config.debugging
286
+ @api_client.config.logger.debug "API called: ApprovalRuleApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
287
+ end
288
+ return data, status_code, headers
289
+ end
290
+
291
+ #
292
+ #
293
+ # @param buyer_id ID of the buyer.
294
+ # @param approval_rule_id ID of the approval rule.
295
+ # @param partial_approval_rule
296
+ # @param [Hash] opts the optional parameters
297
+ # @return [ApprovalRule]
298
+ def patch(buyer_id, approval_rule_id, partial_approval_rule, opts = {})
299
+ data, _status_code, _headers = patch_with_http_info(buyer_id, approval_rule_id, partial_approval_rule, opts)
300
+ return data
301
+ end
302
+
303
+ #
304
+ #
305
+ # @param buyer_id ID of the buyer.
306
+ # @param approval_rule_id ID of the approval rule.
307
+ # @param partial_approval_rule
308
+ # @param [Hash] opts the optional parameters
309
+ # @return [Array<(ApprovalRule, Fixnum, Hash)>] ApprovalRule data, response status code and response headers
310
+ def patch_with_http_info(buyer_id, approval_rule_id, partial_approval_rule, opts = {})
311
+ if @api_client.config.debugging
312
+ @api_client.config.logger.debug "Calling API: ApprovalRuleApi.patch ..."
313
+ end
314
+ # verify the required parameter 'buyer_id' is set
315
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling ApprovalRuleApi.patch" if buyer_id.nil?
316
+ # verify the required parameter 'approval_rule_id' is set
317
+ fail ArgumentError, "Missing the required parameter 'approval_rule_id' when calling ApprovalRuleApi.patch" if approval_rule_id.nil?
318
+ # verify the required parameter 'partial_approval_rule' is set
319
+ fail ArgumentError, "Missing the required parameter 'partial_approval_rule' when calling ApprovalRuleApi.patch" if partial_approval_rule.nil?
320
+ # resource path
321
+ local_var_path = "/buyers/{buyerID}/approvalrules/{approvalRuleID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'approvalRuleID' + '}', approval_rule_id.to_s)
322
+
323
+ # query parameters
324
+ query_params = {}
325
+
326
+ # header parameters
327
+ header_params = {}
328
+
329
+ # HTTP header 'Accept' (if needed)
330
+ local_header_accept = ['application/json']
331
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
332
+
333
+ # HTTP header 'Content-Type'
334
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
335
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
336
+
337
+ # form parameters
338
+ form_params = {}
339
+
340
+ # http body (model)
341
+ post_body = @api_client.object_to_http_body(partial_approval_rule)
342
+ auth_names = ['oauth2']
343
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
344
+ :header_params => header_params,
345
+ :query_params => query_params,
346
+ :form_params => form_params,
347
+ :body => post_body,
348
+ :auth_names => auth_names,
349
+ :return_type => 'ApprovalRule')
350
+ if @api_client.config.debugging
351
+ @api_client.config.logger.debug "API called: ApprovalRuleApi#patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
352
+ end
353
+ return data, status_code, headers
354
+ end
355
+
356
+ #
357
+ #
358
+ # @param buyer_id ID of the buyer.
359
+ # @param approval_rule_id ID of the approval rule.
360
+ # @param approval_rule
361
+ # @param [Hash] opts the optional parameters
362
+ # @return [ApprovalRule]
363
+ def update(buyer_id, approval_rule_id, approval_rule, opts = {})
364
+ data, _status_code, _headers = update_with_http_info(buyer_id, approval_rule_id, approval_rule, opts)
365
+ return data
366
+ end
367
+
368
+ #
369
+ #
370
+ # @param buyer_id ID of the buyer.
371
+ # @param approval_rule_id ID of the approval rule.
372
+ # @param approval_rule
373
+ # @param [Hash] opts the optional parameters
374
+ # @return [Array<(ApprovalRule, Fixnum, Hash)>] ApprovalRule data, response status code and response headers
375
+ def update_with_http_info(buyer_id, approval_rule_id, approval_rule, opts = {})
376
+ if @api_client.config.debugging
377
+ @api_client.config.logger.debug "Calling API: ApprovalRuleApi.update ..."
378
+ end
379
+ # verify the required parameter 'buyer_id' is set
380
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling ApprovalRuleApi.update" if buyer_id.nil?
381
+ # verify the required parameter 'approval_rule_id' is set
382
+ fail ArgumentError, "Missing the required parameter 'approval_rule_id' when calling ApprovalRuleApi.update" if approval_rule_id.nil?
383
+ # verify the required parameter 'approval_rule' is set
384
+ fail ArgumentError, "Missing the required parameter 'approval_rule' when calling ApprovalRuleApi.update" if approval_rule.nil?
385
+ # resource path
386
+ local_var_path = "/buyers/{buyerID}/approvalrules/{approvalRuleID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s).sub('{' + 'approvalRuleID' + '}', approval_rule_id.to_s)
387
+
388
+ # query parameters
389
+ query_params = {}
390
+
391
+ # header parameters
392
+ header_params = {}
393
+
394
+ # HTTP header 'Accept' (if needed)
395
+ local_header_accept = ['application/json']
396
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
397
+
398
+ # HTTP header 'Content-Type'
399
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
400
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
401
+
402
+ # form parameters
403
+ form_params = {}
404
+
405
+ # http body (model)
406
+ post_body = @api_client.object_to_http_body(approval_rule)
407
+ auth_names = ['oauth2']
408
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
409
+ :header_params => header_params,
410
+ :query_params => query_params,
411
+ :form_params => form_params,
412
+ :body => post_body,
413
+ :auth_names => auth_names,
414
+ :return_type => 'ApprovalRule')
415
+ if @api_client.config.debugging
416
+ @api_client.config.logger.debug "API called: ApprovalRuleApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
417
+ end
418
+ return data, status_code, headers
419
+ end
420
+ end
421
+ end
@@ -0,0 +1,397 @@
1
+ =begin
2
+ #OrderCloud
3
+
4
+ #A full ecommerce backend as a service.
5
+
6
+ OpenAPI spec version: 1.0
7
+ Contact: ordercloud@four51.com
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+
10
+ Licensed under the Apache License, Version 2.0 (the "License");
11
+ you may not use this file except in compliance with the License.
12
+ You may obtain a copy of the License at
13
+
14
+ http://www.apache.org/licenses/LICENSE-2.0
15
+
16
+ Unless required by applicable law or agreed to in writing, software
17
+ distributed under the License is distributed on an "AS IS" BASIS,
18
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ See the License for the specific language governing permissions and
20
+ limitations under the License.
21
+
22
+ =end
23
+
24
+ require "uri"
25
+
26
+ module OrderCloud
27
+ class BuyerApi
28
+ attr_accessor :api_client
29
+
30
+ def initialize(api_client = ApiClient.default)
31
+ @api_client = api_client
32
+ end
33
+
34
+ #
35
+ #
36
+ # @param company
37
+ # @param [Hash] opts the optional parameters
38
+ # @return [Buyer]
39
+ def create(company, opts = {})
40
+ data, _status_code, _headers = create_with_http_info(company, opts)
41
+ return data
42
+ end
43
+
44
+ #
45
+ #
46
+ # @param company
47
+ # @param [Hash] opts the optional parameters
48
+ # @return [Array<(Buyer, Fixnum, Hash)>] Buyer data, response status code and response headers
49
+ def create_with_http_info(company, opts = {})
50
+ if @api_client.config.debugging
51
+ @api_client.config.logger.debug "Calling API: BuyerApi.create ..."
52
+ end
53
+ # verify the required parameter 'company' is set
54
+ fail ArgumentError, "Missing the required parameter 'company' when calling BuyerApi.create" if company.nil?
55
+ # resource path
56
+ local_var_path = "/buyers".sub('{format}','json')
57
+
58
+ # query parameters
59
+ query_params = {}
60
+
61
+ # header parameters
62
+ header_params = {}
63
+
64
+ # HTTP header 'Accept' (if needed)
65
+ local_header_accept = ['application/json']
66
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
67
+
68
+ # HTTP header 'Content-Type'
69
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
70
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
71
+
72
+ # form parameters
73
+ form_params = {}
74
+
75
+ # http body (model)
76
+ post_body = @api_client.object_to_http_body(company)
77
+ auth_names = ['oauth2']
78
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
79
+ :header_params => header_params,
80
+ :query_params => query_params,
81
+ :form_params => form_params,
82
+ :body => post_body,
83
+ :auth_names => auth_names,
84
+ :return_type => 'Buyer')
85
+ if @api_client.config.debugging
86
+ @api_client.config.logger.debug "API called: BuyerApi#create\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
87
+ end
88
+ return data, status_code, headers
89
+ end
90
+
91
+ #
92
+ #
93
+ # @param buyer_id ID of the buyer.
94
+ # @param [Hash] opts the optional parameters
95
+ # @return [nil]
96
+ def delete(buyer_id, opts = {})
97
+ delete_with_http_info(buyer_id, opts)
98
+ return nil
99
+ end
100
+
101
+ #
102
+ #
103
+ # @param buyer_id ID of the buyer.
104
+ # @param [Hash] opts the optional parameters
105
+ # @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
106
+ def delete_with_http_info(buyer_id, opts = {})
107
+ if @api_client.config.debugging
108
+ @api_client.config.logger.debug "Calling API: BuyerApi.delete ..."
109
+ end
110
+ # verify the required parameter 'buyer_id' is set
111
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling BuyerApi.delete" if buyer_id.nil?
112
+ # resource path
113
+ local_var_path = "/buyers/{buyerID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
114
+
115
+ # query parameters
116
+ query_params = {}
117
+
118
+ # header parameters
119
+ header_params = {}
120
+
121
+ # HTTP header 'Accept' (if needed)
122
+ local_header_accept = ['application/json']
123
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
124
+
125
+ # HTTP header 'Content-Type'
126
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
127
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
128
+
129
+ # form parameters
130
+ form_params = {}
131
+
132
+ # http body (model)
133
+ post_body = nil
134
+ auth_names = ['oauth2']
135
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
136
+ :header_params => header_params,
137
+ :query_params => query_params,
138
+ :form_params => form_params,
139
+ :body => post_body,
140
+ :auth_names => auth_names)
141
+ if @api_client.config.debugging
142
+ @api_client.config.logger.debug "API called: BuyerApi#delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
143
+ end
144
+ return data, status_code, headers
145
+ end
146
+
147
+ #
148
+ #
149
+ # @param buyer_id ID of the buyer.
150
+ # @param [Hash] opts the optional parameters
151
+ # @return [Buyer]
152
+ def get(buyer_id, opts = {})
153
+ data, _status_code, _headers = get_with_http_info(buyer_id, opts)
154
+ return data
155
+ end
156
+
157
+ #
158
+ #
159
+ # @param buyer_id ID of the buyer.
160
+ # @param [Hash] opts the optional parameters
161
+ # @return [Array<(Buyer, Fixnum, Hash)>] Buyer data, response status code and response headers
162
+ def get_with_http_info(buyer_id, opts = {})
163
+ if @api_client.config.debugging
164
+ @api_client.config.logger.debug "Calling API: BuyerApi.get ..."
165
+ end
166
+ # verify the required parameter 'buyer_id' is set
167
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling BuyerApi.get" if buyer_id.nil?
168
+ # resource path
169
+ local_var_path = "/buyers/{buyerID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
170
+
171
+ # query parameters
172
+ query_params = {}
173
+
174
+ # header parameters
175
+ header_params = {}
176
+
177
+ # HTTP header 'Accept' (if needed)
178
+ local_header_accept = ['application/json']
179
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
180
+
181
+ # HTTP header 'Content-Type'
182
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
183
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
184
+
185
+ # form parameters
186
+ form_params = {}
187
+
188
+ # http body (model)
189
+ post_body = nil
190
+ auth_names = ['oauth2']
191
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
192
+ :header_params => header_params,
193
+ :query_params => query_params,
194
+ :form_params => form_params,
195
+ :body => post_body,
196
+ :auth_names => auth_names,
197
+ :return_type => 'Buyer')
198
+ if @api_client.config.debugging
199
+ @api_client.config.logger.debug "API called: BuyerApi#get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
200
+ end
201
+ return data, status_code, headers
202
+ end
203
+
204
+ #
205
+ #
206
+ # @param [Hash] opts the optional parameters
207
+ # @option opts [String] :search Word or phrase to search for.
208
+ # @option opts [String] :search_on Comma-delimited list of fields to search on.
209
+ # @option opts [String] :sort_by Comma-delimited list of fields to sort by.
210
+ # @option opts [Integer] :page Page of results to return. Default: 1
211
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
212
+ # @option opts [Hash<String, String>] :filters Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or &#39;xp.???&#39;
213
+ # @return [ListBuyer]
214
+ def list(opts = {})
215
+ data, _status_code, _headers = list_with_http_info(opts)
216
+ return data
217
+ end
218
+
219
+ #
220
+ #
221
+ # @param [Hash] opts the optional parameters
222
+ # @option opts [String] :search Word or phrase to search for.
223
+ # @option opts [String] :search_on Comma-delimited list of fields to search on.
224
+ # @option opts [String] :sort_by Comma-delimited list of fields to sort by.
225
+ # @option opts [Integer] :page Page of results to return. Default: 1
226
+ # @option opts [Integer] :page_size Number of results to return per page. Default: 20, max: 100.
227
+ # @option opts [Hash<String, String>] :filters Any additional key/value pairs passed in the query string are interpretted as filters. Valid keys are top-level properties of the returned model or &#39;xp.???&#39;
228
+ # @return [Array<(ListBuyer, Fixnum, Hash)>] ListBuyer data, response status code and response headers
229
+ def list_with_http_info(opts = {})
230
+ if @api_client.config.debugging
231
+ @api_client.config.logger.debug "Calling API: BuyerApi.list ..."
232
+ end
233
+ # resource path
234
+ local_var_path = "/buyers".sub('{format}','json')
235
+
236
+ # query parameters
237
+ query_params = {}
238
+ query_params[:'search'] = opts[:'search'] if !opts[:'search'].nil?
239
+ query_params[:'searchOn'] = opts[:'search_on'] if !opts[:'search_on'].nil?
240
+ query_params[:'sortBy'] = opts[:'sort_by'] if !opts[:'sort_by'].nil?
241
+ query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
242
+ query_params[:'pageSize'] = opts[:'page_size'] if !opts[:'page_size'].nil?
243
+ query_params[:'filters'] = opts[:'filters'] if !opts[:'filters'].nil?
244
+
245
+ # header parameters
246
+ header_params = {}
247
+
248
+ # HTTP header 'Accept' (if needed)
249
+ local_header_accept = ['application/json']
250
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
251
+
252
+ # HTTP header 'Content-Type'
253
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
254
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
255
+
256
+ # form parameters
257
+ form_params = {}
258
+
259
+ # http body (model)
260
+ post_body = nil
261
+ auth_names = ['oauth2']
262
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
263
+ :header_params => header_params,
264
+ :query_params => query_params,
265
+ :form_params => form_params,
266
+ :body => post_body,
267
+ :auth_names => auth_names,
268
+ :return_type => 'ListBuyer')
269
+ if @api_client.config.debugging
270
+ @api_client.config.logger.debug "API called: BuyerApi#list\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
271
+ end
272
+ return data, status_code, headers
273
+ end
274
+
275
+ #
276
+ #
277
+ # @param buyer_id ID of the buyer.
278
+ # @param company
279
+ # @param [Hash] opts the optional parameters
280
+ # @return [Buyer]
281
+ def patch(buyer_id, company, opts = {})
282
+ data, _status_code, _headers = patch_with_http_info(buyer_id, company, opts)
283
+ return data
284
+ end
285
+
286
+ #
287
+ #
288
+ # @param buyer_id ID of the buyer.
289
+ # @param company
290
+ # @param [Hash] opts the optional parameters
291
+ # @return [Array<(Buyer, Fixnum, Hash)>] Buyer data, response status code and response headers
292
+ def patch_with_http_info(buyer_id, company, opts = {})
293
+ if @api_client.config.debugging
294
+ @api_client.config.logger.debug "Calling API: BuyerApi.patch ..."
295
+ end
296
+ # verify the required parameter 'buyer_id' is set
297
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling BuyerApi.patch" if buyer_id.nil?
298
+ # verify the required parameter 'company' is set
299
+ fail ArgumentError, "Missing the required parameter 'company' when calling BuyerApi.patch" if company.nil?
300
+ # resource path
301
+ local_var_path = "/buyers/{buyerID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
302
+
303
+ # query parameters
304
+ query_params = {}
305
+
306
+ # header parameters
307
+ header_params = {}
308
+
309
+ # HTTP header 'Accept' (if needed)
310
+ local_header_accept = ['application/json']
311
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
312
+
313
+ # HTTP header 'Content-Type'
314
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
315
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
316
+
317
+ # form parameters
318
+ form_params = {}
319
+
320
+ # http body (model)
321
+ post_body = @api_client.object_to_http_body(company)
322
+ auth_names = ['oauth2']
323
+ data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
324
+ :header_params => header_params,
325
+ :query_params => query_params,
326
+ :form_params => form_params,
327
+ :body => post_body,
328
+ :auth_names => auth_names,
329
+ :return_type => 'Buyer')
330
+ if @api_client.config.debugging
331
+ @api_client.config.logger.debug "API called: BuyerApi#patch\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
332
+ end
333
+ return data, status_code, headers
334
+ end
335
+
336
+ #
337
+ #
338
+ # @param buyer_id ID of the buyer.
339
+ # @param company
340
+ # @param [Hash] opts the optional parameters
341
+ # @return [Buyer]
342
+ def update(buyer_id, company, opts = {})
343
+ data, _status_code, _headers = update_with_http_info(buyer_id, company, opts)
344
+ return data
345
+ end
346
+
347
+ #
348
+ #
349
+ # @param buyer_id ID of the buyer.
350
+ # @param company
351
+ # @param [Hash] opts the optional parameters
352
+ # @return [Array<(Buyer, Fixnum, Hash)>] Buyer data, response status code and response headers
353
+ def update_with_http_info(buyer_id, company, opts = {})
354
+ if @api_client.config.debugging
355
+ @api_client.config.logger.debug "Calling API: BuyerApi.update ..."
356
+ end
357
+ # verify the required parameter 'buyer_id' is set
358
+ fail ArgumentError, "Missing the required parameter 'buyer_id' when calling BuyerApi.update" if buyer_id.nil?
359
+ # verify the required parameter 'company' is set
360
+ fail ArgumentError, "Missing the required parameter 'company' when calling BuyerApi.update" if company.nil?
361
+ # resource path
362
+ local_var_path = "/buyers/{buyerID}".sub('{format}','json').sub('{' + 'buyerID' + '}', buyer_id.to_s)
363
+
364
+ # query parameters
365
+ query_params = {}
366
+
367
+ # header parameters
368
+ header_params = {}
369
+
370
+ # HTTP header 'Accept' (if needed)
371
+ local_header_accept = ['application/json']
372
+ local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
373
+
374
+ # HTTP header 'Content-Type'
375
+ local_header_content_type = ['application/json', 'text/plain; charset=utf-8']
376
+ header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
377
+
378
+ # form parameters
379
+ form_params = {}
380
+
381
+ # http body (model)
382
+ post_body = @api_client.object_to_http_body(company)
383
+ auth_names = ['oauth2']
384
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
385
+ :header_params => header_params,
386
+ :query_params => query_params,
387
+ :form_params => form_params,
388
+ :body => post_body,
389
+ :auth_names => auth_names,
390
+ :return_type => 'Buyer')
391
+ if @api_client.config.debugging
392
+ @api_client.config.logger.debug "API called: BuyerApi#update\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
393
+ end
394
+ return data, status_code, headers
395
+ end
396
+ end
397
+ end