|
5 | 5 | # Unit tests for ConnectWise::AccountingBatchesApi |
6 | 6 | # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) |
7 | 7 | # Please update as you see appropriate |
8 | | -describe 'AccountingBatchesApi' do |
| 8 | +RSpec.describe 'AccountingBatchesApi' do |
9 | 9 | before do |
10 | 10 | # run before each test |
11 | 11 | @instance = ConnectWise::AccountingBatchesApi.new |
|
22 | 22 | end |
23 | 23 |
|
24 | 24 | # unit tests for finance_accounting_batches_count_get |
25 | | - # |
| 25 | + # |
26 | 26 | # Get Batches Count |
27 | 27 | # @param [Hash] opts the optional parameters |
28 | | - # @option opts [String] :conditions |
| 28 | + # @option opts [String] :conditions |
29 | 29 | # @return [Count] |
30 | 30 | describe 'finance_accounting_batches_count_get test' do |
31 | 31 | it "should work" do |
|
34 | 34 | end |
35 | 35 |
|
36 | 36 | # unit tests for finance_accounting_batches_get |
37 | | - # |
| 37 | + # |
38 | 38 | # Get Batches |
39 | 39 | # @param [Hash] opts the optional parameters |
40 | | - # @option opts [String] :conditions |
41 | | - # @option opts [String] :order_by |
42 | | - # @option opts [String] :childconditions |
43 | | - # @option opts [String] :customfieldconditions |
44 | | - # @option opts [Integer] :page |
45 | | - # @option opts [Integer] :page_size |
| 40 | + # @option opts [String] :conditions |
| 41 | + # @option opts [String] :order_by |
| 42 | + # @option opts [String] :childconditions |
| 43 | + # @option opts [String] :customfieldconditions |
| 44 | + # @option opts [Integer] :page |
| 45 | + # @option opts [Integer] :page_size |
46 | 46 | # @return [Array<AccountingBatch>] |
47 | 47 | describe 'finance_accounting_batches_get test' do |
48 | 48 | it "should work" do |
|
51 | 51 | end |
52 | 52 |
|
53 | 53 | # unit tests for finance_accounting_batches_id_delete |
54 | | - # |
| 54 | + # |
55 | 55 | # Delete Batch By Id |
56 | | - # @param id |
| 56 | + # @param id |
57 | 57 | # @param [Hash] opts the optional parameters |
58 | 58 | # @return [nil] |
59 | 59 | describe 'finance_accounting_batches_id_delete test' do |
|
63 | 63 | end |
64 | 64 |
|
65 | 65 | # unit tests for finance_accounting_batches_id_export_post |
66 | | - # |
| 66 | + # |
67 | 67 | # Re-export the payload data from an existing batch (RecreateBatch in SOAP) |
68 | | - # @param id |
69 | | - # @param batch_export_parameters |
| 68 | + # @param id |
| 69 | + # @param batch_export_parameters |
70 | 70 | # @param [Hash] opts the optional parameters |
71 | 71 | # @return [GLExport] |
72 | 72 | describe 'finance_accounting_batches_id_export_post test' do |
|
76 | 76 | end |
77 | 77 |
|
78 | 78 | # unit tests for finance_accounting_batches_id_get |
79 | | - # |
| 79 | + # |
80 | 80 | # Get Batch By Id |
81 | | - # @param id |
| 81 | + # @param id |
82 | 82 | # @param [Hash] opts the optional parameters |
83 | 83 | # @return [AccountingBatch] |
84 | 84 | describe 'finance_accounting_batches_id_get test' do |
|
88 | 88 | end |
89 | 89 |
|
90 | 90 | # unit tests for finance_accounting_batches_post |
91 | | - # |
| 91 | + # |
92 | 92 | # Creates the Accounting Batch and updates GL Records (UpdateBatch in SOAP) |
93 | | - # @param accounting_batch_parameters |
| 93 | + # @param accounting_batch_parameters |
94 | 94 | # @param [Hash] opts the optional parameters |
95 | 95 | # @return [GLExport] |
96 | 96 | describe 'finance_accounting_batches_post test' do |
|
100 | 100 | end |
101 | 101 |
|
102 | 102 | # unit tests for finance_accounting_export_post |
103 | | - # |
| 103 | + # |
104 | 104 | # Exports accouting batch payload based on parameters (CreateBatch in SOAP) |
105 | | - # @param batch_export_parameters |
| 105 | + # @param batch_export_parameters |
106 | 106 | # @param [Hash] opts the optional parameters |
107 | 107 | # @return [GLExport] |
108 | 108 | describe 'finance_accounting_export_post test' do |
|
0 commit comments