=begin #Budgea API Documentation #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) OpenAPI spec version: 2.0 Generated by: https://github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 2.4.14 =end require 'spec_helper' require 'json' # Unit tests for BudgeaClient::DocumentsApi # Automatically generated by swagger-codegen (github.com/swagger-api/swagger-codegen) # Please update as you see appropriate describe 'DocumentsApi' do before do # run before each test @instance = BudgeaClient::DocumentsApi.new end after do # run after each test end describe 'test an instance of DocumentsApi' do it 'should create an instance of DocumentsApi' do expect(@instance).to be_instance_of(BudgeaClient::DocumentsApi) end end # unit tests for documenttypes_get # Get document types # # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [InlineResponse20018] describe 'documenttypes_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for documenttypes_id_documenttype_put # Edit a document type # Change value of a document type.<br><br> # @param id_documenttype # @param name Displayed name of document type # @param attacheable If true, documents of this type can be attached to a transaction, and have amount related meta-data # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [DocumentType] describe 'documenttypes_id_documenttype_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for ocr_post # Post an image with OCR # Post an image and apply OCR on it to obtain found meta-data.<br><br> # @param file File of the document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_transaction Transaction used to help OCR to find data # @option opts [String] :name Name of the document # @return [nil] describe 'ocr_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactions_id_transaction_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactions_id_transaction_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactions_id_transaction_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactions_id_transaction_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactions_id_transaction_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transaction # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactions_id_transaction_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transaction # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transactions_cluster # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_account # @param id_transactions_cluster # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transaction # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transaction # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transactions_cluster # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_account # @param id_transactions_cluster # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_connections_id_connection_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_subscription # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_subscription # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_subscription # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_subscription # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_subscription # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_subscription # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactions_id_transaction_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactions_id_transaction_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactions_id_transaction_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactions_id_transaction_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactions_id_transaction_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transaction # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactions_id_transaction_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transaction # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transactions_cluster # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_connection # @param id_transactions_cluster # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_ocr_post # Post an image with OCR # Post an image and apply OCR on it to obtain found meta-data.<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param file File of the document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_transaction Transaction used to help OCR to find data # @option opts [String] :name Name of the document # @return [nil] describe 'users_id_user_ocr_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_subscriptions_id_subscription_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_subscription # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_subscriptions_id_subscription_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_subscriptions_id_subscription_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_subscription # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_subscriptions_id_subscription_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_subscriptions_id_subscription_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_subscription # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_subscriptions_id_subscription_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_subscriptions_id_subscription_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_subscription # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_subscriptions_id_subscription_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_subscriptions_id_subscription_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_subscription # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_subscriptions_id_subscription_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_subscriptions_id_subscription_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_subscription # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_subscriptions_id_subscription_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactions_id_transaction_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactions_id_transaction_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactions_id_transaction_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_transaction # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_transactions_id_transaction_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactions_id_transaction_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactions_id_transaction_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactions_id_transaction_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_transaction # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactions_id_transaction_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactions_id_transaction_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_transaction # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactions_id_transaction_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactions_id_transaction_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_transaction # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactions_id_transaction_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactionsclusters_id_transactions_cluster_documents_delete # Delete documents # # @param id_user Hint: you can use 'me' or 'all' # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactionsclusters_id_transactions_cluster_documents_get # Get documents # Get list of documents<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_transactions_cluster # @param [Hash] opts the optional parameters # @option opts [Integer] :limit limit number of results # @option opts [Integer] :offset offset of first result # @option opts [Date] :min_date minimal (inclusive) date # @option opts [Date] :max_date maximum (inclusive) date # @option opts [Float] :min_amount minimal (inclusive) amount # @option opts [Float] :max_amount maximum (inclusive) amount # @option opts [Float] :min_timestamp minimal (inclusive) timestamp # @option opts [Float] :max_timestamp maximum (inclusive) timestamp # @option opts [Integer] :id_type filter with a document type # @option opts [String] :expand # @return [InlineResponse20032] describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_get test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactionsclusters_id_transactions_cluster_documents_id_document_delete # Delete a document # # @param id_user Hint: you can use 'me' or 'all' # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_id_document_delete test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactionsclusters_id_transactions_cluster_documents_id_document_put # Edit a document # Edit meta-data of a specific document. # @param id_user Hint: you can use 'me' or 'all' # @param id_transactions_cluster # @param id_document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Date] :date Date of document # @option opts [Date] :duedate Due date of document # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [Integer] :income Is an income or an outcome # @option opts [Integer] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_id_document_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactionsclusters_id_transactions_cluster_documents_post # Add a new document # Add a new document<br><br> # @param id_user Hint: you can use 'me' or 'all' # @param id_transactions_cluster # @param date Date of document # @param duedate Due date of document # @param [Hash] opts the optional parameters # @option opts [Integer] :id_type Type of this document # @option opts [Integer] :id_category Related category # @option opts [Float] :total_amount Taxed amount # @option opts [Float] :untaxed_amount Untaxed amount # @option opts [Float] :vat VAT amount # @option opts [BOOLEAN] :income Is an income or an outcome # @option opts [BOOLEAN] :readonly Is this file readonly # @option opts [File] :file File of the document # @option opts [Integer] :id_ocr Related OCR process # @option opts [String] :name Name of the document # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_post test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end # unit tests for users_id_user_transactionsclusters_id_transactions_cluster_documents_put # Attach an existing document to a transaction or a transactions_cluster # # @param id_user Hint: you can use 'me' or 'all' # @param id_transactions_cluster # @param id_document id of the document you want to attach the file to # @param [Hash] opts the optional parameters # @option opts [String] :expand # @return [Document] describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_put test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end end end