fattureincloud_ruby_sdk 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -8
- data/Gemfile.lock +3 -1
- data/README.md +436 -441
- data/fattureincloud_ruby_sdk.gemspec +1 -0
- data/lib/fattureincloud_ruby_sdk/api_client.rb +1 -1
- data/lib/fattureincloud_ruby_sdk/version.rb +1 -1
- data/sdk-version.yaml +1 -1
- data/vendor/bundle/ruby/3.1.0/cache/ostruct-0.6.3.gem +0 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/.gitignore +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/BSDL +22 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/COPYING +56 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/Gemfile +10 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/README.md +69 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/Rakefile +18 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/bin/console +14 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/bin/setup +8 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/lib/ostruct.rb +492 -0
- data/vendor/bundle/ruby/3.1.0/gems/ostruct-0.6.3/ostruct.gemspec +26 -0
- data/vendor/bundle/ruby/3.1.0/specifications/ostruct-0.6.3.gemspec +22 -0
- metadata +27 -1
data/README.md
CHANGED
|
@@ -4,17 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
FattureInCloud_Ruby_Sdk - the Ruby gem for the Fatture in Cloud API v2 - API Reference
|
|
6
6
|
|
|
7
|
-
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy.
|
|
7
|
+
Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy.
|
|
8
8
|
|
|
9
9
|
The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
|
|
10
10
|
|
|
11
11
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
12
12
|
|
|
13
13
|
- API version: 2.1.8
|
|
14
|
-
- Package version: 2.1.
|
|
14
|
+
- Package version: 2.1.4
|
|
15
15
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
16
16
|
|
|
17
|
-
|
|
18
17
|
For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)
|
|
19
18
|
|
|
20
19
|
## Installation
|
|
@@ -40,7 +39,7 @@ FattureInCloud_Ruby_Sdk.configure do |config|
|
|
|
40
39
|
# Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow
|
|
41
40
|
config.access_token = 'YOUR ACCESS TOKEN'
|
|
42
41
|
# Configure a proc to get access tokens in lieu of the static access_token configuration
|
|
43
|
-
config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
|
|
42
|
+
config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
|
|
44
43
|
end
|
|
45
44
|
|
|
46
45
|
api_instance = FattureInCloud_Ruby_Sdk::ArchiveApi.new
|
|
@@ -63,452 +62,448 @@ end
|
|
|
63
62
|
|
|
64
63
|
All URIs are relative to *https://api-v2.fattureincloud.it*
|
|
65
64
|
|
|
66
|
-
Class
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
65
|
+
| Class | Method | HTTP request | Description |
|
|
66
|
+
| ----------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | -------------------------------------- |
|
|
67
|
+
| _FattureInCloud_Ruby_Sdk::ArchiveApi_ | [**create_archive_document**](docs/ArchiveApi.md#create_archive_document) | **POST** /c/{company_id}/archive | Create Archive Document |
|
|
68
|
+
| _FattureInCloud_Ruby_Sdk::ArchiveApi_ | [**delete_archive_document**](docs/ArchiveApi.md#delete_archive_document) | **DELETE** /c/{company_id}/archive/{document_id} | Delete Archive Document |
|
|
69
|
+
| _FattureInCloud_Ruby_Sdk::ArchiveApi_ | [**get_archive_document**](docs/ArchiveApi.md#get_archive_document) | **GET** /c/{company_id}/archive/{document_id} | Get Archive Document |
|
|
70
|
+
| _FattureInCloud_Ruby_Sdk::ArchiveApi_ | [**list_archive_documents**](docs/ArchiveApi.md#list_archive_documents) | **GET** /c/{company_id}/archive | List Archive Documents |
|
|
71
|
+
| _FattureInCloud_Ruby_Sdk::ArchiveApi_ | [**modify_archive_document**](docs/ArchiveApi.md#modify_archive_document) | **PUT** /c/{company_id}/archive/{document_id} | Modify Archive Document |
|
|
72
|
+
| _FattureInCloud_Ruby_Sdk::ArchiveApi_ | [**upload_archive_document_attachment**](docs/ArchiveApi.md#upload_archive_document_attachment) | **POST** /c/{company_id}/archive/attachment | Upload Archive Document Attachment |
|
|
73
|
+
| _FattureInCloud_Ruby_Sdk::CashbookApi_ | [**create_cashbook_entry**](docs/CashbookApi.md#create_cashbook_entry) | **POST** /c/{company_id}/cashbook | Create Cashbook Entry |
|
|
74
|
+
| _FattureInCloud_Ruby_Sdk::CashbookApi_ | [**delete_cashbook_entry**](docs/CashbookApi.md#delete_cashbook_entry) | **DELETE** /c/{company_id}/cashbook/{document_id} | Delete Cashbook Entry |
|
|
75
|
+
| _FattureInCloud_Ruby_Sdk::CashbookApi_ | [**get_cashbook_entry**](docs/CashbookApi.md#get_cashbook_entry) | **GET** /c/{company_id}/cashbook/{document_id} | Get Cashbook Entry |
|
|
76
|
+
| _FattureInCloud_Ruby_Sdk::CashbookApi_ | [**list_cashbook_entries**](docs/CashbookApi.md#list_cashbook_entries) | **GET** /c/{company_id}/cashbook | List Cashbook Entries |
|
|
77
|
+
| _FattureInCloud_Ruby_Sdk::CashbookApi_ | [**modify_cashbook_entry**](docs/CashbookApi.md#modify_cashbook_entry) | **PUT** /c/{company_id}/cashbook/{document_id} | Modify Cashbook Entry |
|
|
78
|
+
| _FattureInCloud_Ruby_Sdk::ClientsApi_ | [**create_client**](docs/ClientsApi.md#create_client) | **POST** /c/{company_id}/entities/clients | Create Client |
|
|
79
|
+
| _FattureInCloud_Ruby_Sdk::ClientsApi_ | [**delete_client**](docs/ClientsApi.md#delete_client) | **DELETE** /c/{company_id}/entities/clients/{client_id} | Delete Client |
|
|
80
|
+
| _FattureInCloud_Ruby_Sdk::ClientsApi_ | [**get_client**](docs/ClientsApi.md#get_client) | **GET** /c/{company_id}/entities/clients/{client_id} | Get Client |
|
|
81
|
+
| _FattureInCloud_Ruby_Sdk::ClientsApi_ | [**get_client_info**](docs/ClientsApi.md#get_client_info) | **GET** /c/{company_id}/entities/clients/info | Get Client info |
|
|
82
|
+
| _FattureInCloud_Ruby_Sdk::ClientsApi_ | [**list_clients**](docs/ClientsApi.md#list_clients) | **GET** /c/{company_id}/entities/clients | List Clients |
|
|
83
|
+
| _FattureInCloud_Ruby_Sdk::ClientsApi_ | [**modify_client**](docs/ClientsApi.md#modify_client) | **PUT** /c/{company_id}/entities/clients/{client_id} | Modify Client |
|
|
84
|
+
| _FattureInCloud_Ruby_Sdk::CompaniesApi_ | [**get_company_info**](docs/CompaniesApi.md#get_company_info) | **GET** /c/{company_id}/company/info | Get Company Info |
|
|
85
|
+
| _FattureInCloud_Ruby_Sdk::CompaniesApi_ | [**get_company_plan_usage**](docs/CompaniesApi.md#get_company_plan_usage) | **GET** /c/{company_id}/company/plan_usage | Get Company Plan Usage |
|
|
86
|
+
| _FattureInCloud_Ruby_Sdk::EmailsApi_ | [**list_emails**](docs/EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List Emails |
|
|
87
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_archive_categories**](docs/InfoApi.md#list_archive_categories) | **GET** /c/{company_id}/info/archive_categories | List Archive Categories |
|
|
88
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_cities**](docs/InfoApi.md#list_cities) | **GET** /info/cities | List Cities |
|
|
89
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_cost_centers**](docs/InfoApi.md#list_cost_centers) | **GET** /c/{company_id}/info/cost_centers | List Cost Centers |
|
|
90
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_countries**](docs/InfoApi.md#list_countries) | **GET** /info/countries | List Countries |
|
|
91
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_currencies**](docs/InfoApi.md#list_currencies) | **GET** /info/currencies | List Currencies |
|
|
92
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_default_templates**](docs/InfoApi.md#list_default_templates) | **GET** /info/templates | List Default Templates |
|
|
93
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_delivery_notes_default_causals**](docs/InfoApi.md#list_delivery_notes_default_causals) | **GET** /info/dn_causals | List Delivery Notes Default Causals |
|
|
94
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_detailed_countries**](docs/InfoApi.md#list_detailed_countries) | **GET** /info/detailed_countries | List Detailed Countries |
|
|
95
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_languages**](docs/InfoApi.md#list_languages) | **GET** /info/languages | List Languages |
|
|
96
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_payment_accounts**](docs/InfoApi.md#list_payment_accounts) | **GET** /c/{company_id}/info/payment_accounts | List Payment Accounts |
|
|
97
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_payment_methods**](docs/InfoApi.md#list_payment_methods) | **GET** /c/{company_id}/info/payment_methods | List Payment Methods |
|
|
98
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_product_categories**](docs/InfoApi.md#list_product_categories) | **GET** /c/{company_id}/info/product_categories | List Product Categories |
|
|
99
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_received_document_categories**](docs/InfoApi.md#list_received_document_categories) | **GET** /c/{company_id}/info/received_document_categories | List Received Document Categories |
|
|
100
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_revenue_centers**](docs/InfoApi.md#list_revenue_centers) | **GET** /c/{company_id}/info/revenue_centers | List Revenue Centers |
|
|
101
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_units_of_measure**](docs/InfoApi.md#list_units_of_measure) | **GET** /info/measures | List Units of Measure |
|
|
102
|
+
| _FattureInCloud_Ruby_Sdk::InfoApi_ | [**list_vat_types**](docs/InfoApi.md#list_vat_types) | **GET** /c/{company_id}/info/vat_types | List Vat Types |
|
|
103
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**create_issued_document**](docs/IssuedDocumentsApi.md#create_issued_document) | **POST** /c/{company_id}/issued_documents | Create Issued Document |
|
|
104
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**delete_bin_issued_document**](docs/IssuedDocumentsApi.md#delete_bin_issued_document) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document |
|
|
105
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**delete_issued_document**](docs/IssuedDocumentsApi.md#delete_issued_document) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document |
|
|
106
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**delete_issued_document_attachment**](docs/IssuedDocumentsApi.md#delete_issued_document_attachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment |
|
|
107
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**get_bin_issued_document**](docs/IssuedDocumentsApi.md#get_bin_issued_document) | **GET** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List |
|
|
108
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**get_email_data**](docs/IssuedDocumentsApi.md#get_email_data) | **GET** /c/{company_id}/issued_documents/{document_id}/email | Get Email Data |
|
|
109
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**get_existing_issued_document_totals**](docs/IssuedDocumentsApi.md#get_existing_issued_document_totals) | **POST** /c/{company_id}/issued_documents/{document_id}/totals | Get Existing Issued Document Totals |
|
|
110
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**get_issued_document**](docs/IssuedDocumentsApi.md#get_issued_document) | **GET** /c/{company_id}/issued_documents/{document_id} | Get Issued Document |
|
|
111
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**get_issued_document_pre_create_info**](docs/IssuedDocumentsApi.md#get_issued_document_pre_create_info) | **GET** /c/{company_id}/issued_documents/info | Get Issued Document Pre-Create Info |
|
|
112
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**get_new_issued_document_totals**](docs/IssuedDocumentsApi.md#get_new_issued_document_totals) | **POST** /c/{company_id}/issued_documents/totals | Get New Issued Document Totals |
|
|
113
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**join_issued_documents**](docs/IssuedDocumentsApi.md#join_issued_documents) | **GET** /c/{company_id}/issued_documents/join | Join Issued Documents |
|
|
114
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**list_bin_issued_documents**](docs/IssuedDocumentsApi.md#list_bin_issued_documents) | **GET** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List |
|
|
115
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**list_issued_documents**](docs/IssuedDocumentsApi.md#list_issued_documents) | **GET** /c/{company_id}/issued_documents | List Issued Documents |
|
|
116
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**modify_issued_document**](docs/IssuedDocumentsApi.md#modify_issued_document) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document |
|
|
117
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**recover_bin_issued_document**](docs/IssuedDocumentsApi.md#recover_bin_issued_document) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin |
|
|
118
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**schedule_email**](docs/IssuedDocumentsApi.md#schedule_email) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email |
|
|
119
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**transform_issued_document**](docs/IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document |
|
|
120
|
+
| _FattureInCloud_Ruby_Sdk::IssuedDocumentsApi_ | [**upload_issued_document_attachment**](docs/IssuedDocumentsApi.md#upload_issued_document_attachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment |
|
|
121
|
+
| _FattureInCloud_Ruby_Sdk::IssuedEInvoicesApi_ | [**get_e_invoice_rejection_reason**](docs/IssuedEInvoicesApi.md#get_e_invoice_rejection_reason) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/error_reason | Get E-Invoice Rejection Reason |
|
|
122
|
+
| _FattureInCloud_Ruby_Sdk::IssuedEInvoicesApi_ | [**get_e_invoice_xml**](docs/IssuedEInvoicesApi.md#get_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml | Get E-Invoice XML |
|
|
123
|
+
| _FattureInCloud_Ruby_Sdk::IssuedEInvoicesApi_ | [**send_e_invoice**](docs/IssuedEInvoicesApi.md#send_e_invoice) | **POST** /c/{company_id}/issued_documents/{document_id}/e_invoice/send | Send E-Invoice |
|
|
124
|
+
| _FattureInCloud_Ruby_Sdk::IssuedEInvoicesApi_ | [**verify_e_invoice_xml**](docs/IssuedEInvoicesApi.md#verify_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml_verify | Verify E-Invoice XML |
|
|
125
|
+
| _FattureInCloud_Ruby_Sdk::PriceListsApi_ | [**get_price_list_items**](docs/PriceListsApi.md#get_price_list_items) | **GET** /c/{company_id}/price_lists/{price_list_id}/items | Get PriceList Items List |
|
|
126
|
+
| _FattureInCloud_Ruby_Sdk::PriceListsApi_ | [**get_price_lists**](docs/PriceListsApi.md#get_price_lists) | **GET** /c/{company_id}/price_lists | Get PriceLists |
|
|
127
|
+
| _FattureInCloud_Ruby_Sdk::ProductsApi_ | [**create_product**](docs/ProductsApi.md#create_product) | **POST** /c/{company_id}/products | Create Product |
|
|
128
|
+
| _FattureInCloud_Ruby_Sdk::ProductsApi_ | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /c/{company_id}/products/{product_id} | Delete Product |
|
|
129
|
+
| _FattureInCloud_Ruby_Sdk::ProductsApi_ | [**get_product**](docs/ProductsApi.md#get_product) | **GET** /c/{company_id}/products/{product_id} | Get Product |
|
|
130
|
+
| _FattureInCloud_Ruby_Sdk::ProductsApi_ | [**list_products**](docs/ProductsApi.md#list_products) | **GET** /c/{company_id}/products | List Products |
|
|
131
|
+
| _FattureInCloud_Ruby_Sdk::ProductsApi_ | [**modify_product**](docs/ProductsApi.md#modify_product) | **PUT** /c/{company_id}/products/{product_id} | Modify Product |
|
|
132
|
+
| _FattureInCloud_Ruby_Sdk::ReceiptsApi_ | [**create_receipt**](docs/ReceiptsApi.md#create_receipt) | **POST** /c/{company_id}/receipts | Create Receipt |
|
|
133
|
+
| _FattureInCloud_Ruby_Sdk::ReceiptsApi_ | [**delete_receipt**](docs/ReceiptsApi.md#delete_receipt) | **DELETE** /c/{company_id}/receipts/{document_id} | Delete Receipt |
|
|
134
|
+
| _FattureInCloud_Ruby_Sdk::ReceiptsApi_ | [**get_receipt**](docs/ReceiptsApi.md#get_receipt) | **GET** /c/{company_id}/receipts/{document_id} | Get Receipt |
|
|
135
|
+
| _FattureInCloud_Ruby_Sdk::ReceiptsApi_ | [**get_receipt_pre_create_info**](docs/ReceiptsApi.md#get_receipt_pre_create_info) | **GET** /c/{company_id}/receipts/info | Get Receipt Pre-Create Info |
|
|
136
|
+
| _FattureInCloud_Ruby_Sdk::ReceiptsApi_ | [**get_receipts_monthly_totals**](docs/ReceiptsApi.md#get_receipts_monthly_totals) | **GET** /c/{company_id}/receipts/monthly_totals | Get Receipts Monthly Totals |
|
|
137
|
+
| _FattureInCloud_Ruby_Sdk::ReceiptsApi_ | [**list_receipts**](docs/ReceiptsApi.md#list_receipts) | **GET** /c/{company_id}/receipts | List Receipts |
|
|
138
|
+
| _FattureInCloud_Ruby_Sdk::ReceiptsApi_ | [**modify_receipt**](docs/ReceiptsApi.md#modify_receipt) | **PUT** /c/{company_id}/receipts/{document_id} | Modify Receipt |
|
|
139
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**create_received_document**](docs/ReceivedDocumentsApi.md#create_received_document) | **POST** /c/{company_id}/received_documents | Create Received Document |
|
|
140
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**delete_bin_received_document**](docs/ReceivedDocumentsApi.md#delete_bin_received_document) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document |
|
|
141
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**delete_received_document**](docs/ReceivedDocumentsApi.md#delete_received_document) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document |
|
|
142
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**delete_received_document_attachment**](docs/ReceivedDocumentsApi.md#delete_received_document_attachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment |
|
|
143
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**get_bin_received_document**](docs/ReceivedDocumentsApi.md#get_bin_received_document) | **GET** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List |
|
|
144
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**get_existing_received_document_totals**](docs/ReceivedDocumentsApi.md#get_existing_received_document_totals) | **POST** /c/{company_id}/received_documents/{document_id}/totals | Get Existing Received Document Totals |
|
|
145
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**get_new_received_document_totals**](docs/ReceivedDocumentsApi.md#get_new_received_document_totals) | **POST** /c/{company_id}/received_documents/totals | Get New Received Document Totals |
|
|
146
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**get_pending_received_document**](docs/ReceivedDocumentsApi.md#get_pending_received_document) | **GET** /c/{company_id}/received_documents/pending/{document_id} | Get Pending Received Document |
|
|
147
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**get_received_document**](docs/ReceivedDocumentsApi.md#get_received_document) | **GET** /c/{company_id}/received_documents/{document_id} | Get Received Document |
|
|
148
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**get_received_document_pre_create_info**](docs/ReceivedDocumentsApi.md#get_received_document_pre_create_info) | **GET** /c/{company_id}/received_documents/info | Get Received Document Pre-Create Info |
|
|
149
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**list_bin_received_documents**](docs/ReceivedDocumentsApi.md#list_bin_received_documents) | **GET** /c/{company_id}/bin/received_documents | Get Bin Received Documents List |
|
|
150
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**list_pending_received_documents**](docs/ReceivedDocumentsApi.md#list_pending_received_documents) | **GET** /c/{company_id}/received_documents/pending | List Pending Received Documents |
|
|
151
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**list_received_documents**](docs/ReceivedDocumentsApi.md#list_received_documents) | **GET** /c/{company_id}/received_documents | List Received Documents |
|
|
152
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**modify_received_document**](docs/ReceivedDocumentsApi.md#modify_received_document) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document |
|
|
153
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**recover_bin_received_document**](docs/ReceivedDocumentsApi.md#recover_bin_received_document) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin |
|
|
154
|
+
| _FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi_ | [**upload_received_document_attachment**](docs/ReceivedDocumentsApi.md#upload_received_document_attachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment |
|
|
155
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**create_payment_account**](docs/SettingsApi.md#create_payment_account) | **POST** /c/{company_id}/settings/payment_accounts | Create Payment Account |
|
|
156
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**create_payment_method**](docs/SettingsApi.md#create_payment_method) | **POST** /c/{company_id}/settings/payment_methods | Create Payment Method |
|
|
157
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**create_vat_type**](docs/SettingsApi.md#create_vat_type) | **POST** /c/{company_id}/settings/vat_types | Create Vat Type |
|
|
158
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**delete_payment_account**](docs/SettingsApi.md#delete_payment_account) | **DELETE** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Delete Payment Account |
|
|
159
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**delete_payment_method**](docs/SettingsApi.md#delete_payment_method) | **DELETE** /c/{company_id}/settings/payment_methods/{payment_method_id} | Delete Payment Method |
|
|
160
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**delete_vat_type**](docs/SettingsApi.md#delete_vat_type) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type |
|
|
161
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**get_payment_account**](docs/SettingsApi.md#get_payment_account) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account |
|
|
162
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**get_payment_method**](docs/SettingsApi.md#get_payment_method) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method |
|
|
163
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**get_tax_profile**](docs/SettingsApi.md#get_tax_profile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile |
|
|
164
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**get_template**](docs/SettingsApi.md#get_template) | **GET** /c/{company_id}/settings/templates/{template_id} | Get Template |
|
|
165
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**get_vat_type**](docs/SettingsApi.md#get_vat_type) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type |
|
|
166
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**list_default_templates**](docs/SettingsApi.md#list_default_templates) | **GET** /c/{company_id}/settings/templates | List Templates |
|
|
167
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**modify_payment_account**](docs/SettingsApi.md#modify_payment_account) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account |
|
|
168
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**modify_payment_method**](docs/SettingsApi.md#modify_payment_method) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method |
|
|
169
|
+
| _FattureInCloud_Ruby_Sdk::SettingsApi_ | [**modify_vat_type**](docs/SettingsApi.md#modify_vat_type) | **PUT** /c/{company_id}/settings/vat_types/{vat_type_id} | Modify Vat Type |
|
|
170
|
+
| _FattureInCloud_Ruby_Sdk::SuppliersApi_ | [**create_supplier**](docs/SuppliersApi.md#create_supplier) | **POST** /c/{company_id}/entities/suppliers | Create Supplier |
|
|
171
|
+
| _FattureInCloud_Ruby_Sdk::SuppliersApi_ | [**delete_supplier**](docs/SuppliersApi.md#delete_supplier) | **DELETE** /c/{company_id}/entities/suppliers/{supplier_id} | Delete Supplier |
|
|
172
|
+
| _FattureInCloud_Ruby_Sdk::SuppliersApi_ | [**get_supplier**](docs/SuppliersApi.md#get_supplier) | **GET** /c/{company_id}/entities/suppliers/{supplier_id} | Get Supplier |
|
|
173
|
+
| _FattureInCloud_Ruby_Sdk::SuppliersApi_ | [**list_suppliers**](docs/SuppliersApi.md#list_suppliers) | **GET** /c/{company_id}/entities/suppliers | List Suppliers |
|
|
174
|
+
| _FattureInCloud_Ruby_Sdk::SuppliersApi_ | [**modify_supplier**](docs/SuppliersApi.md#modify_supplier) | **PUT** /c/{company_id}/entities/suppliers/{supplier_id} | Modify Supplier |
|
|
175
|
+
| _FattureInCloud_Ruby_Sdk::TaxesApi_ | [**create_f24**](docs/TaxesApi.md#create_f24) | **POST** /c/{company_id}/taxes | Create F24 |
|
|
176
|
+
| _FattureInCloud_Ruby_Sdk::TaxesApi_ | [**delete_f24**](docs/TaxesApi.md#delete_f24) | **DELETE** /c/{company_id}/taxes/{document_id} | Delete F24 |
|
|
177
|
+
| _FattureInCloud_Ruby_Sdk::TaxesApi_ | [**delete_f24_attachment**](docs/TaxesApi.md#delete_f24_attachment) | **DELETE** /c/{company_id}/taxes/{document_id}/attachment | Delete F24 Attachment |
|
|
178
|
+
| _FattureInCloud_Ruby_Sdk::TaxesApi_ | [**get_f24**](docs/TaxesApi.md#get_f24) | **GET** /c/{company_id}/taxes/{document_id} | Get F24 |
|
|
179
|
+
| _FattureInCloud_Ruby_Sdk::TaxesApi_ | [**list_f24**](docs/TaxesApi.md#list_f24) | **GET** /c/{company_id}/taxes | List F24 |
|
|
180
|
+
| _FattureInCloud_Ruby_Sdk::TaxesApi_ | [**modify_f24**](docs/TaxesApi.md#modify_f24) | **PUT** /c/{company_id}/taxes/{document_id} | Modify F24 |
|
|
181
|
+
| _FattureInCloud_Ruby_Sdk::TaxesApi_ | [**upload_f24_attachment**](docs/TaxesApi.md#upload_f24_attachment) | **POST** /c/{company_id}/taxes/attachment | Upload F24 Attachment |
|
|
182
|
+
| _FattureInCloud_Ruby_Sdk::UserApi_ | [**get_user_info**](docs/UserApi.md#get_user_info) | **GET** /user/info | Get User Info |
|
|
183
|
+
| _FattureInCloud_Ruby_Sdk::UserApi_ | [**list_user_companies**](docs/UserApi.md#list_user_companies) | **GET** /user/companies | List User Companies |
|
|
184
|
+
| _FattureInCloud_Ruby_Sdk::WebhooksApi_ | [**create_webhooks_subscription**](docs/WebhooksApi.md#create_webhooks_subscription) | **POST** /c/{company_id}/subscriptions | Create a Webhook Subscription |
|
|
185
|
+
| _FattureInCloud_Ruby_Sdk::WebhooksApi_ | [**delete_webhooks_subscription**](docs/WebhooksApi.md#delete_webhooks_subscription) | **DELETE** /c/{company_id}/subscriptions/{subscription_id} | Delete Webhooks Subscription |
|
|
186
|
+
| _FattureInCloud_Ruby_Sdk::WebhooksApi_ | [**get_webhooks_subscription**](docs/WebhooksApi.md#get_webhooks_subscription) | **GET** /c/{company_id}/subscriptions/{subscription_id} | Get Webhooks Subscription |
|
|
187
|
+
| _FattureInCloud_Ruby_Sdk::WebhooksApi_ | [**list_webhooks_subscriptions**](docs/WebhooksApi.md#list_webhooks_subscriptions) | **GET** /c/{company_id}/subscriptions | List Webhooks Subscriptions |
|
|
188
|
+
| _FattureInCloud_Ruby_Sdk::WebhooksApi_ | [**modify_webhooks_subscription**](docs/WebhooksApi.md#modify_webhooks_subscription) | **PUT** /c/{company_id}/subscriptions/{subscription_id} | Modify Webhooks Subscription |
|
|
189
|
+
| _FattureInCloud_Ruby_Sdk::WebhooksApi_ | [**verify_webhooks_subscription**](docs/WebhooksApi.md#verify_webhooks_subscription) | **POST** /c/{company_id}/subscriptions/{subscription_id}/verify | Verify Webhooks Subscription |
|
|
192
190
|
|
|
193
191
|
## Documentation for Models
|
|
194
192
|
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
193
|
+
- [FattureInCloud_Ruby_Sdk::ArchiveDocument](docs/ArchiveDocument.md)
|
|
194
|
+
- [FattureInCloud_Ruby_Sdk::Attachment](docs/Attachment.md)
|
|
195
|
+
- [FattureInCloud_Ruby_Sdk::AttachmentData](docs/AttachmentData.md)
|
|
196
|
+
- [FattureInCloud_Ruby_Sdk::CashbookEntry](docs/CashbookEntry.md)
|
|
197
|
+
- [FattureInCloud_Ruby_Sdk::CashbookEntryDocument](docs/CashbookEntryDocument.md)
|
|
198
|
+
- [FattureInCloud_Ruby_Sdk::CashbookEntryKind](docs/CashbookEntryKind.md)
|
|
199
|
+
- [FattureInCloud_Ruby_Sdk::CashbookEntryType](docs/CashbookEntryType.md)
|
|
200
|
+
- [FattureInCloud_Ruby_Sdk::City](docs/City.md)
|
|
201
|
+
- [FattureInCloud_Ruby_Sdk::Client](docs/Client.md)
|
|
202
|
+
- [FattureInCloud_Ruby_Sdk::ClientType](docs/ClientType.md)
|
|
203
|
+
- [FattureInCloud_Ruby_Sdk::Company](docs/Company.md)
|
|
204
|
+
- [FattureInCloud_Ruby_Sdk::CompanyInfo](docs/CompanyInfo.md)
|
|
205
|
+
- [FattureInCloud_Ruby_Sdk::CompanyInfoAccessInfo](docs/CompanyInfoAccessInfo.md)
|
|
206
|
+
- [FattureInCloud_Ruby_Sdk::CompanyInfoPlanInfo](docs/CompanyInfoPlanInfo.md)
|
|
207
|
+
- [FattureInCloud_Ruby_Sdk::CompanyInfoPlanInfoFunctions](docs/CompanyInfoPlanInfoFunctions.md)
|
|
208
|
+
- [FattureInCloud_Ruby_Sdk::CompanyInfoPlanInfoFunctionsStatus](docs/CompanyInfoPlanInfoFunctionsStatus.md)
|
|
209
|
+
- [FattureInCloud_Ruby_Sdk::CompanyInfoPlanInfoLimits](docs/CompanyInfoPlanInfoLimits.md)
|
|
210
|
+
- [FattureInCloud_Ruby_Sdk::CompanyPlanUsage](docs/CompanyPlanUsage.md)
|
|
211
|
+
- [FattureInCloud_Ruby_Sdk::CompanyType](docs/CompanyType.md)
|
|
212
|
+
- [FattureInCloud_Ruby_Sdk::ControlledCompany](docs/ControlledCompany.md)
|
|
213
|
+
- [FattureInCloud_Ruby_Sdk::CreateArchiveDocumentRequest](docs/CreateArchiveDocumentRequest.md)
|
|
214
|
+
- [FattureInCloud_Ruby_Sdk::CreateArchiveDocumentResponse](docs/CreateArchiveDocumentResponse.md)
|
|
215
|
+
- [FattureInCloud_Ruby_Sdk::CreateCashbookEntryRequest](docs/CreateCashbookEntryRequest.md)
|
|
216
|
+
- [FattureInCloud_Ruby_Sdk::CreateCashbookEntryResponse](docs/CreateCashbookEntryResponse.md)
|
|
217
|
+
- [FattureInCloud_Ruby_Sdk::CreateClientRequest](docs/CreateClientRequest.md)
|
|
218
|
+
- [FattureInCloud_Ruby_Sdk::CreateClientResponse](docs/CreateClientResponse.md)
|
|
219
|
+
- [FattureInCloud_Ruby_Sdk::CreateF24Request](docs/CreateF24Request.md)
|
|
220
|
+
- [FattureInCloud_Ruby_Sdk::CreateF24Response](docs/CreateF24Response.md)
|
|
221
|
+
- [FattureInCloud_Ruby_Sdk::CreateIssuedDocumentRequest](docs/CreateIssuedDocumentRequest.md)
|
|
222
|
+
- [FattureInCloud_Ruby_Sdk::CreateIssuedDocumentResponse](docs/CreateIssuedDocumentResponse.md)
|
|
223
|
+
- [FattureInCloud_Ruby_Sdk::CreatePaymentAccountRequest](docs/CreatePaymentAccountRequest.md)
|
|
224
|
+
- [FattureInCloud_Ruby_Sdk::CreatePaymentAccountResponse](docs/CreatePaymentAccountResponse.md)
|
|
225
|
+
- [FattureInCloud_Ruby_Sdk::CreatePaymentMethodRequest](docs/CreatePaymentMethodRequest.md)
|
|
226
|
+
- [FattureInCloud_Ruby_Sdk::CreatePaymentMethodResponse](docs/CreatePaymentMethodResponse.md)
|
|
227
|
+
- [FattureInCloud_Ruby_Sdk::CreateProductRequest](docs/CreateProductRequest.md)
|
|
228
|
+
- [FattureInCloud_Ruby_Sdk::CreateProductResponse](docs/CreateProductResponse.md)
|
|
229
|
+
- [FattureInCloud_Ruby_Sdk::CreateReceiptRequest](docs/CreateReceiptRequest.md)
|
|
230
|
+
- [FattureInCloud_Ruby_Sdk::CreateReceiptResponse](docs/CreateReceiptResponse.md)
|
|
231
|
+
- [FattureInCloud_Ruby_Sdk::CreateReceivedDocumentRequest](docs/CreateReceivedDocumentRequest.md)
|
|
232
|
+
- [FattureInCloud_Ruby_Sdk::CreateReceivedDocumentResponse](docs/CreateReceivedDocumentResponse.md)
|
|
233
|
+
- [FattureInCloud_Ruby_Sdk::CreateSupplierRequest](docs/CreateSupplierRequest.md)
|
|
234
|
+
- [FattureInCloud_Ruby_Sdk::CreateSupplierResponse](docs/CreateSupplierResponse.md)
|
|
235
|
+
- [FattureInCloud_Ruby_Sdk::CreateVatTypeRequest](docs/CreateVatTypeRequest.md)
|
|
236
|
+
- [FattureInCloud_Ruby_Sdk::CreateVatTypeResponse](docs/CreateVatTypeResponse.md)
|
|
237
|
+
- [FattureInCloud_Ruby_Sdk::CreateWebhooksSubscriptionRequest](docs/CreateWebhooksSubscriptionRequest.md)
|
|
238
|
+
- [FattureInCloud_Ruby_Sdk::CreateWebhooksSubscriptionResponse](docs/CreateWebhooksSubscriptionResponse.md)
|
|
239
|
+
- [FattureInCloud_Ruby_Sdk::Currency](docs/Currency.md)
|
|
240
|
+
- [FattureInCloud_Ruby_Sdk::DetailedCountry](docs/DetailedCountry.md)
|
|
241
|
+
- [FattureInCloud_Ruby_Sdk::DocumentTemplate](docs/DocumentTemplate.md)
|
|
242
|
+
- [FattureInCloud_Ruby_Sdk::EInvoiceRejectionReason](docs/EInvoiceRejectionReason.md)
|
|
243
|
+
- [FattureInCloud_Ruby_Sdk::Email](docs/Email.md)
|
|
244
|
+
- [FattureInCloud_Ruby_Sdk::EmailAttachment](docs/EmailAttachment.md)
|
|
245
|
+
- [FattureInCloud_Ruby_Sdk::EmailData](docs/EmailData.md)
|
|
246
|
+
- [FattureInCloud_Ruby_Sdk::EmailDataDefaultSenderEmail](docs/EmailDataDefaultSenderEmail.md)
|
|
247
|
+
- [FattureInCloud_Ruby_Sdk::EmailRecipientStatus](docs/EmailRecipientStatus.md)
|
|
248
|
+
- [FattureInCloud_Ruby_Sdk::EmailSchedule](docs/EmailSchedule.md)
|
|
249
|
+
- [FattureInCloud_Ruby_Sdk::EmailScheduleInclude](docs/EmailScheduleInclude.md)
|
|
250
|
+
- [FattureInCloud_Ruby_Sdk::EmailStatus](docs/EmailStatus.md)
|
|
251
|
+
- [FattureInCloud_Ruby_Sdk::Entity](docs/Entity.md)
|
|
252
|
+
- [FattureInCloud_Ruby_Sdk::EntityClientPreCreateInfo](docs/EntityClientPreCreateInfo.md)
|
|
253
|
+
- [FattureInCloud_Ruby_Sdk::EntityType](docs/EntityType.md)
|
|
254
|
+
- [FattureInCloud_Ruby_Sdk::EventType](docs/EventType.md)
|
|
255
|
+
- [FattureInCloud_Ruby_Sdk::F24](docs/F24.md)
|
|
256
|
+
- [FattureInCloud_Ruby_Sdk::F24Status](docs/F24Status.md)
|
|
257
|
+
- [FattureInCloud_Ruby_Sdk::FattureInCloudPlanType](docs/FattureInCloudPlanType.md)
|
|
258
|
+
- [FattureInCloud_Ruby_Sdk::FunctionStatus](docs/FunctionStatus.md)
|
|
259
|
+
- [FattureInCloud_Ruby_Sdk::GetArchiveDocumentResponse](docs/GetArchiveDocumentResponse.md)
|
|
260
|
+
- [FattureInCloud_Ruby_Sdk::GetBinIssuedDocumentResponse](docs/GetBinIssuedDocumentResponse.md)
|
|
261
|
+
- [FattureInCloud_Ruby_Sdk::GetBinReceivedDocumentResponse](docs/GetBinReceivedDocumentResponse.md)
|
|
262
|
+
- [FattureInCloud_Ruby_Sdk::GetCashbookEntryResponse](docs/GetCashbookEntryResponse.md)
|
|
263
|
+
- [FattureInCloud_Ruby_Sdk::GetClientResponse](docs/GetClientResponse.md)
|
|
264
|
+
- [FattureInCloud_Ruby_Sdk::GetCompanyInfoResponse](docs/GetCompanyInfoResponse.md)
|
|
265
|
+
- [FattureInCloud_Ruby_Sdk::GetCompanyPlanUsageResponse](docs/GetCompanyPlanUsageResponse.md)
|
|
266
|
+
- [FattureInCloud_Ruby_Sdk::GetEInvoiceRejectionReasonResponse](docs/GetEInvoiceRejectionReasonResponse.md)
|
|
267
|
+
- [FattureInCloud_Ruby_Sdk::GetEmailDataResponse](docs/GetEmailDataResponse.md)
|
|
268
|
+
- [FattureInCloud_Ruby_Sdk::GetEntityClientPreCreateInfoResponse](docs/GetEntityClientPreCreateInfoResponse.md)
|
|
269
|
+
- [FattureInCloud_Ruby_Sdk::GetExistingIssuedDocumentTotalsRequest](docs/GetExistingIssuedDocumentTotalsRequest.md)
|
|
270
|
+
- [FattureInCloud_Ruby_Sdk::GetExistingIssuedDocumentTotalsResponse](docs/GetExistingIssuedDocumentTotalsResponse.md)
|
|
271
|
+
- [FattureInCloud_Ruby_Sdk::GetExistingReceivedDocumentTotalsRequest](docs/GetExistingReceivedDocumentTotalsRequest.md)
|
|
272
|
+
- [FattureInCloud_Ruby_Sdk::GetExistingReceivedDocumentTotalsResponse](docs/GetExistingReceivedDocumentTotalsResponse.md)
|
|
273
|
+
- [FattureInCloud_Ruby_Sdk::GetF24Response](docs/GetF24Response.md)
|
|
274
|
+
- [FattureInCloud_Ruby_Sdk::GetIssuedDocumentPreCreateInfoResponse](docs/GetIssuedDocumentPreCreateInfoResponse.md)
|
|
275
|
+
- [FattureInCloud_Ruby_Sdk::GetIssuedDocumentResponse](docs/GetIssuedDocumentResponse.md)
|
|
276
|
+
- [FattureInCloud_Ruby_Sdk::GetNewIssuedDocumentTotalsRequest](docs/GetNewIssuedDocumentTotalsRequest.md)
|
|
277
|
+
- [FattureInCloud_Ruby_Sdk::GetNewIssuedDocumentTotalsResponse](docs/GetNewIssuedDocumentTotalsResponse.md)
|
|
278
|
+
- [FattureInCloud_Ruby_Sdk::GetNewReceivedDocumentTotalsRequest](docs/GetNewReceivedDocumentTotalsRequest.md)
|
|
279
|
+
- [FattureInCloud_Ruby_Sdk::GetNewReceivedDocumentTotalsResponse](docs/GetNewReceivedDocumentTotalsResponse.md)
|
|
280
|
+
- [FattureInCloud_Ruby_Sdk::GetPaymentAccountResponse](docs/GetPaymentAccountResponse.md)
|
|
281
|
+
- [FattureInCloud_Ruby_Sdk::GetPaymentMethodResponse](docs/GetPaymentMethodResponse.md)
|
|
282
|
+
- [FattureInCloud_Ruby_Sdk::GetPendingReceivedDocumentResponse](docs/GetPendingReceivedDocumentResponse.md)
|
|
283
|
+
- [FattureInCloud_Ruby_Sdk::GetPriceListItemsResponse](docs/GetPriceListItemsResponse.md)
|
|
284
|
+
- [FattureInCloud_Ruby_Sdk::GetProductResponse](docs/GetProductResponse.md)
|
|
285
|
+
- [FattureInCloud_Ruby_Sdk::GetReceiptPreCreateInfoResponse](docs/GetReceiptPreCreateInfoResponse.md)
|
|
286
|
+
- [FattureInCloud_Ruby_Sdk::GetReceiptResponse](docs/GetReceiptResponse.md)
|
|
287
|
+
- [FattureInCloud_Ruby_Sdk::GetReceiptsMonthlyTotalsResponse](docs/GetReceiptsMonthlyTotalsResponse.md)
|
|
288
|
+
- [FattureInCloud_Ruby_Sdk::GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md)
|
|
289
|
+
- [FattureInCloud_Ruby_Sdk::GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md)
|
|
290
|
+
- [FattureInCloud_Ruby_Sdk::GetSupplierResponse](docs/GetSupplierResponse.md)
|
|
291
|
+
- [FattureInCloud_Ruby_Sdk::GetTaxProfileResponse](docs/GetTaxProfileResponse.md)
|
|
292
|
+
- [FattureInCloud_Ruby_Sdk::GetTemplatesResponse](docs/GetTemplatesResponse.md)
|
|
293
|
+
- [FattureInCloud_Ruby_Sdk::GetUserInfoResponse](docs/GetUserInfoResponse.md)
|
|
294
|
+
- [FattureInCloud_Ruby_Sdk::GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md)
|
|
295
|
+
- [FattureInCloud_Ruby_Sdk::GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md)
|
|
296
|
+
- [FattureInCloud_Ruby_Sdk::GetVatTypeResponse](docs/GetVatTypeResponse.md)
|
|
297
|
+
- [FattureInCloud_Ruby_Sdk::GetWebhooksSubscriptionResponse](docs/GetWebhooksSubscriptionResponse.md)
|
|
298
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocument](docs/IssuedDocument.md)
|
|
299
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentEiData](docs/IssuedDocumentEiData.md)
|
|
300
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentExtraData](docs/IssuedDocumentExtraData.md)
|
|
301
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentItemsListItem](docs/IssuedDocumentItemsListItem.md)
|
|
302
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentOptions](docs/IssuedDocumentOptions.md)
|
|
303
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentPaymentsListItem](docs/IssuedDocumentPaymentsListItem.md)
|
|
304
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentPaymentsListItemPaymentTerms](docs/IssuedDocumentPaymentsListItemPaymentTerms.md)
|
|
305
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentPreCreateInfo](docs/IssuedDocumentPreCreateInfo.md)
|
|
306
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentPreCreateInfoDefaultValues](docs/IssuedDocumentPreCreateInfoDefaultValues.md)
|
|
307
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentPreCreateInfoExtraDataDefaultValues](docs/IssuedDocumentPreCreateInfoExtraDataDefaultValues.md)
|
|
308
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentPreCreateInfoItemsDefaultValues](docs/IssuedDocumentPreCreateInfoItemsDefaultValues.md)
|
|
309
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentStatus](docs/IssuedDocumentStatus.md)
|
|
310
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentTotals](docs/IssuedDocumentTotals.md)
|
|
311
|
+
- [FattureInCloud_Ruby_Sdk::IssuedDocumentType](docs/IssuedDocumentType.md)
|
|
312
|
+
- [FattureInCloud_Ruby_Sdk::JoinIssuedDocumentsResponse](docs/JoinIssuedDocumentsResponse.md)
|
|
313
|
+
- [FattureInCloud_Ruby_Sdk::Language](docs/Language.md)
|
|
314
|
+
- [FattureInCloud_Ruby_Sdk::ListArchiveCategoriesResponse](docs/ListArchiveCategoriesResponse.md)
|
|
315
|
+
- [FattureInCloud_Ruby_Sdk::ListArchiveDocumentsResponse](docs/ListArchiveDocumentsResponse.md)
|
|
316
|
+
- [FattureInCloud_Ruby_Sdk::ListArchiveDocumentsResponsePage](docs/ListArchiveDocumentsResponsePage.md)
|
|
317
|
+
- [FattureInCloud_Ruby_Sdk::ListBinIssuedDocuments](docs/ListBinIssuedDocuments.md)
|
|
318
|
+
- [FattureInCloud_Ruby_Sdk::ListBinReceivedDocuments](docs/ListBinReceivedDocuments.md)
|
|
319
|
+
- [FattureInCloud_Ruby_Sdk::ListCashbookEntriesResponse](docs/ListCashbookEntriesResponse.md)
|
|
320
|
+
- [FattureInCloud_Ruby_Sdk::ListCitiesResponse](docs/ListCitiesResponse.md)
|
|
321
|
+
- [FattureInCloud_Ruby_Sdk::ListClientsResponse](docs/ListClientsResponse.md)
|
|
322
|
+
- [FattureInCloud_Ruby_Sdk::ListClientsResponsePage](docs/ListClientsResponsePage.md)
|
|
323
|
+
- [FattureInCloud_Ruby_Sdk::ListCostCentersResponse](docs/ListCostCentersResponse.md)
|
|
324
|
+
- [FattureInCloud_Ruby_Sdk::ListCountriesResponse](docs/ListCountriesResponse.md)
|
|
325
|
+
- [FattureInCloud_Ruby_Sdk::ListCurrenciesResponse](docs/ListCurrenciesResponse.md)
|
|
326
|
+
- [FattureInCloud_Ruby_Sdk::ListDeliveryNotesDefaultCausalsResponse](docs/ListDeliveryNotesDefaultCausalsResponse.md)
|
|
327
|
+
- [FattureInCloud_Ruby_Sdk::ListDetailedCountriesResponse](docs/ListDetailedCountriesResponse.md)
|
|
328
|
+
- [FattureInCloud_Ruby_Sdk::ListEmailsResponse](docs/ListEmailsResponse.md)
|
|
329
|
+
- [FattureInCloud_Ruby_Sdk::ListEmailsResponsePage](docs/ListEmailsResponsePage.md)
|
|
330
|
+
- [FattureInCloud_Ruby_Sdk::ListF24Response](docs/ListF24Response.md)
|
|
331
|
+
- [FattureInCloud_Ruby_Sdk::ListF24ResponseAggregatedData](docs/ListF24ResponseAggregatedData.md)
|
|
332
|
+
- [FattureInCloud_Ruby_Sdk::ListF24ResponseAggregation](docs/ListF24ResponseAggregation.md)
|
|
333
|
+
- [FattureInCloud_Ruby_Sdk::ListF24ResponsePage](docs/ListF24ResponsePage.md)
|
|
334
|
+
- [FattureInCloud_Ruby_Sdk::ListIssuedDocumentsResponse](docs/ListIssuedDocumentsResponse.md)
|
|
335
|
+
- [FattureInCloud_Ruby_Sdk::ListIssuedDocumentsResponsePage](docs/ListIssuedDocumentsResponsePage.md)
|
|
336
|
+
- [FattureInCloud_Ruby_Sdk::ListLanguagesResponse](docs/ListLanguagesResponse.md)
|
|
337
|
+
- [FattureInCloud_Ruby_Sdk::ListPaymentAccountsResponse](docs/ListPaymentAccountsResponse.md)
|
|
338
|
+
- [FattureInCloud_Ruby_Sdk::ListPaymentMethodsResponse](docs/ListPaymentMethodsResponse.md)
|
|
339
|
+
- [FattureInCloud_Ruby_Sdk::ListPendingReceivedDocumentsResponse](docs/ListPendingReceivedDocumentsResponse.md)
|
|
340
|
+
- [FattureInCloud_Ruby_Sdk::ListPendingReceivedDocumentsResponsePage](docs/ListPendingReceivedDocumentsResponsePage.md)
|
|
341
|
+
- [FattureInCloud_Ruby_Sdk::ListPriceListsResponse](docs/ListPriceListsResponse.md)
|
|
342
|
+
- [FattureInCloud_Ruby_Sdk::ListProductCategoriesResponse](docs/ListProductCategoriesResponse.md)
|
|
343
|
+
- [FattureInCloud_Ruby_Sdk::ListProductsResponse](docs/ListProductsResponse.md)
|
|
344
|
+
- [FattureInCloud_Ruby_Sdk::ListProductsResponsePage](docs/ListProductsResponsePage.md)
|
|
345
|
+
- [FattureInCloud_Ruby_Sdk::ListReceiptsResponse](docs/ListReceiptsResponse.md)
|
|
346
|
+
- [FattureInCloud_Ruby_Sdk::ListReceiptsResponsePage](docs/ListReceiptsResponsePage.md)
|
|
347
|
+
- [FattureInCloud_Ruby_Sdk::ListReceivedDocumentCategoriesResponse](docs/ListReceivedDocumentCategoriesResponse.md)
|
|
348
|
+
- [FattureInCloud_Ruby_Sdk::ListReceivedDocumentsResponse](docs/ListReceivedDocumentsResponse.md)
|
|
349
|
+
- [FattureInCloud_Ruby_Sdk::ListReceivedDocumentsResponsePage](docs/ListReceivedDocumentsResponsePage.md)
|
|
350
|
+
- [FattureInCloud_Ruby_Sdk::ListRevenueCentersResponse](docs/ListRevenueCentersResponse.md)
|
|
351
|
+
- [FattureInCloud_Ruby_Sdk::ListSuppliersResponse](docs/ListSuppliersResponse.md)
|
|
352
|
+
- [FattureInCloud_Ruby_Sdk::ListSuppliersResponsePage](docs/ListSuppliersResponsePage.md)
|
|
353
|
+
- [FattureInCloud_Ruby_Sdk::ListTemplatesResponse](docs/ListTemplatesResponse.md)
|
|
354
|
+
- [FattureInCloud_Ruby_Sdk::ListUnitsOfMeasureResponse](docs/ListUnitsOfMeasureResponse.md)
|
|
355
|
+
- [FattureInCloud_Ruby_Sdk::ListUserCompaniesResponse](docs/ListUserCompaniesResponse.md)
|
|
356
|
+
- [FattureInCloud_Ruby_Sdk::ListUserCompaniesResponseData](docs/ListUserCompaniesResponseData.md)
|
|
357
|
+
- [FattureInCloud_Ruby_Sdk::ListVatTypesResponse](docs/ListVatTypesResponse.md)
|
|
358
|
+
- [FattureInCloud_Ruby_Sdk::ListWebhooksSubscriptionsResponse](docs/ListWebhooksSubscriptionsResponse.md)
|
|
359
|
+
- [FattureInCloud_Ruby_Sdk::ModifyArchiveDocumentRequest](docs/ModifyArchiveDocumentRequest.md)
|
|
360
|
+
- [FattureInCloud_Ruby_Sdk::ModifyArchiveDocumentResponse](docs/ModifyArchiveDocumentResponse.md)
|
|
361
|
+
- [FattureInCloud_Ruby_Sdk::ModifyCashbookEntryRequest](docs/ModifyCashbookEntryRequest.md)
|
|
362
|
+
- [FattureInCloud_Ruby_Sdk::ModifyCashbookEntryResponse](docs/ModifyCashbookEntryResponse.md)
|
|
363
|
+
- [FattureInCloud_Ruby_Sdk::ModifyClientRequest](docs/ModifyClientRequest.md)
|
|
364
|
+
- [FattureInCloud_Ruby_Sdk::ModifyClientResponse](docs/ModifyClientResponse.md)
|
|
365
|
+
- [FattureInCloud_Ruby_Sdk::ModifyF24Request](docs/ModifyF24Request.md)
|
|
366
|
+
- [FattureInCloud_Ruby_Sdk::ModifyF24Response](docs/ModifyF24Response.md)
|
|
367
|
+
- [FattureInCloud_Ruby_Sdk::ModifyIssuedDocumentRequest](docs/ModifyIssuedDocumentRequest.md)
|
|
368
|
+
- [FattureInCloud_Ruby_Sdk::ModifyIssuedDocumentResponse](docs/ModifyIssuedDocumentResponse.md)
|
|
369
|
+
- [FattureInCloud_Ruby_Sdk::ModifyPaymentAccountRequest](docs/ModifyPaymentAccountRequest.md)
|
|
370
|
+
- [FattureInCloud_Ruby_Sdk::ModifyPaymentAccountResponse](docs/ModifyPaymentAccountResponse.md)
|
|
371
|
+
- [FattureInCloud_Ruby_Sdk::ModifyPaymentMethodRequest](docs/ModifyPaymentMethodRequest.md)
|
|
372
|
+
- [FattureInCloud_Ruby_Sdk::ModifyPaymentMethodResponse](docs/ModifyPaymentMethodResponse.md)
|
|
373
|
+
- [FattureInCloud_Ruby_Sdk::ModifyProductRequest](docs/ModifyProductRequest.md)
|
|
374
|
+
- [FattureInCloud_Ruby_Sdk::ModifyProductResponse](docs/ModifyProductResponse.md)
|
|
375
|
+
- [FattureInCloud_Ruby_Sdk::ModifyReceiptRequest](docs/ModifyReceiptRequest.md)
|
|
376
|
+
- [FattureInCloud_Ruby_Sdk::ModifyReceiptResponse](docs/ModifyReceiptResponse.md)
|
|
377
|
+
- [FattureInCloud_Ruby_Sdk::ModifyReceivedDocumentRequest](docs/ModifyReceivedDocumentRequest.md)
|
|
378
|
+
- [FattureInCloud_Ruby_Sdk::ModifyReceivedDocumentResponse](docs/ModifyReceivedDocumentResponse.md)
|
|
379
|
+
- [FattureInCloud_Ruby_Sdk::ModifySupplierRequest](docs/ModifySupplierRequest.md)
|
|
380
|
+
- [FattureInCloud_Ruby_Sdk::ModifySupplierResponse](docs/ModifySupplierResponse.md)
|
|
381
|
+
- [FattureInCloud_Ruby_Sdk::ModifyVatTypeRequest](docs/ModifyVatTypeRequest.md)
|
|
382
|
+
- [FattureInCloud_Ruby_Sdk::ModifyVatTypeResponse](docs/ModifyVatTypeResponse.md)
|
|
383
|
+
- [FattureInCloud_Ruby_Sdk::ModifyWebhooksSubscriptionRequest](docs/ModifyWebhooksSubscriptionRequest.md)
|
|
384
|
+
- [FattureInCloud_Ruby_Sdk::ModifyWebhooksSubscriptionResponse](docs/ModifyWebhooksSubscriptionResponse.md)
|
|
385
|
+
- [FattureInCloud_Ruby_Sdk::MonthlyTotal](docs/MonthlyTotal.md)
|
|
386
|
+
- [FattureInCloud_Ruby_Sdk::OriginalDocumentType](docs/OriginalDocumentType.md)
|
|
387
|
+
- [FattureInCloud_Ruby_Sdk::Pagination](docs/Pagination.md)
|
|
388
|
+
- [FattureInCloud_Ruby_Sdk::PaymentAccount](docs/PaymentAccount.md)
|
|
389
|
+
- [FattureInCloud_Ruby_Sdk::PaymentAccountType](docs/PaymentAccountType.md)
|
|
390
|
+
- [FattureInCloud_Ruby_Sdk::PaymentMethod](docs/PaymentMethod.md)
|
|
391
|
+
- [FattureInCloud_Ruby_Sdk::PaymentMethodDetails](docs/PaymentMethodDetails.md)
|
|
392
|
+
- [FattureInCloud_Ruby_Sdk::PaymentMethodType](docs/PaymentMethodType.md)
|
|
393
|
+
- [FattureInCloud_Ruby_Sdk::PaymentTermsType](docs/PaymentTermsType.md)
|
|
394
|
+
- [FattureInCloud_Ruby_Sdk::PendingReceivedDocument](docs/PendingReceivedDocument.md)
|
|
395
|
+
- [FattureInCloud_Ruby_Sdk::PendingReceivedDocumentExtractedData](docs/PendingReceivedDocumentExtractedData.md)
|
|
396
|
+
- [FattureInCloud_Ruby_Sdk::PendingReceivedDocumentExtractedDataMining](docs/PendingReceivedDocumentExtractedDataMining.md)
|
|
397
|
+
- [FattureInCloud_Ruby_Sdk::PendingReceivedDocumentPaymentsListItem](docs/PendingReceivedDocumentPaymentsListItem.md)
|
|
398
|
+
- [FattureInCloud_Ruby_Sdk::PendingReceivedDocumentPaymentsListItemPaymentTerms](docs/PendingReceivedDocumentPaymentsListItemPaymentTerms.md)
|
|
399
|
+
- [FattureInCloud_Ruby_Sdk::PendingReceivedDocumentType](docs/PendingReceivedDocumentType.md)
|
|
400
|
+
- [FattureInCloud_Ruby_Sdk::PermissionLevel](docs/PermissionLevel.md)
|
|
401
|
+
- [FattureInCloud_Ruby_Sdk::Permissions](docs/Permissions.md)
|
|
402
|
+
- [FattureInCloud_Ruby_Sdk::PermissionsFicIssuedDocumentsDetailed](docs/PermissionsFicIssuedDocumentsDetailed.md)
|
|
403
|
+
- [FattureInCloud_Ruby_Sdk::PriceList](docs/PriceList.md)
|
|
404
|
+
- [FattureInCloud_Ruby_Sdk::PriceListItem](docs/PriceListItem.md)
|
|
405
|
+
- [FattureInCloud_Ruby_Sdk::PriceListPricesType](docs/PriceListPricesType.md)
|
|
406
|
+
- [FattureInCloud_Ruby_Sdk::PriceListType](docs/PriceListType.md)
|
|
407
|
+
- [FattureInCloud_Ruby_Sdk::Product](docs/Product.md)
|
|
408
|
+
- [FattureInCloud_Ruby_Sdk::Receipt](docs/Receipt.md)
|
|
409
|
+
- [FattureInCloud_Ruby_Sdk::ReceiptItemsListItem](docs/ReceiptItemsListItem.md)
|
|
410
|
+
- [FattureInCloud_Ruby_Sdk::ReceiptPreCreateInfo](docs/ReceiptPreCreateInfo.md)
|
|
411
|
+
- [FattureInCloud_Ruby_Sdk::ReceiptType](docs/ReceiptType.md)
|
|
412
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocument](docs/ReceivedDocument.md)
|
|
413
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentInfo](docs/ReceivedDocumentInfo.md)
|
|
414
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentInfoDefaultValues](docs/ReceivedDocumentInfoDefaultValues.md)
|
|
415
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentInfoItemsDefaultValues](docs/ReceivedDocumentInfoItemsDefaultValues.md)
|
|
416
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentItemsListItem](docs/ReceivedDocumentItemsListItem.md)
|
|
417
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentPaymentsListItem](docs/ReceivedDocumentPaymentsListItem.md)
|
|
418
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentPaymentsListItemPaymentTerms](docs/ReceivedDocumentPaymentsListItemPaymentTerms.md)
|
|
419
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentTotals](docs/ReceivedDocumentTotals.md)
|
|
420
|
+
- [FattureInCloud_Ruby_Sdk::ReceivedDocumentType](docs/ReceivedDocumentType.md)
|
|
421
|
+
- [FattureInCloud_Ruby_Sdk::ScheduleEmailRequest](docs/ScheduleEmailRequest.md)
|
|
422
|
+
- [FattureInCloud_Ruby_Sdk::SendEInvoiceRequest](docs/SendEInvoiceRequest.md)
|
|
423
|
+
- [FattureInCloud_Ruby_Sdk::SendEInvoiceRequestData](docs/SendEInvoiceRequestData.md)
|
|
424
|
+
- [FattureInCloud_Ruby_Sdk::SendEInvoiceRequestOptions](docs/SendEInvoiceRequestOptions.md)
|
|
425
|
+
- [FattureInCloud_Ruby_Sdk::SendEInvoiceResponse](docs/SendEInvoiceResponse.md)
|
|
426
|
+
- [FattureInCloud_Ruby_Sdk::SendEInvoiceResponseData](docs/SendEInvoiceResponseData.md)
|
|
427
|
+
- [FattureInCloud_Ruby_Sdk::SenderEmail](docs/SenderEmail.md)
|
|
428
|
+
- [FattureInCloud_Ruby_Sdk::ShowTotalsMode](docs/ShowTotalsMode.md)
|
|
429
|
+
- [FattureInCloud_Ruby_Sdk::Supplier](docs/Supplier.md)
|
|
430
|
+
- [FattureInCloud_Ruby_Sdk::SupplierType](docs/SupplierType.md)
|
|
431
|
+
- [FattureInCloud_Ruby_Sdk::TaxProfile](docs/TaxProfile.md)
|
|
432
|
+
- [FattureInCloud_Ruby_Sdk::TemplateType](docs/TemplateType.md)
|
|
433
|
+
- [FattureInCloud_Ruby_Sdk::TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md)
|
|
434
|
+
- [FattureInCloud_Ruby_Sdk::UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md)
|
|
435
|
+
- [FattureInCloud_Ruby_Sdk::UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md)
|
|
436
|
+
- [FattureInCloud_Ruby_Sdk::UploadIssuedDocumentAttachmentResponse](docs/UploadIssuedDocumentAttachmentResponse.md)
|
|
437
|
+
- [FattureInCloud_Ruby_Sdk::UploadReceivedDocumentAttachmentResponse](docs/UploadReceivedDocumentAttachmentResponse.md)
|
|
438
|
+
- [FattureInCloud_Ruby_Sdk::User](docs/User.md)
|
|
439
|
+
- [FattureInCloud_Ruby_Sdk::UserCompanyRole](docs/UserCompanyRole.md)
|
|
440
|
+
- [FattureInCloud_Ruby_Sdk::VatItem](docs/VatItem.md)
|
|
441
|
+
- [FattureInCloud_Ruby_Sdk::VatKind](docs/VatKind.md)
|
|
442
|
+
- [FattureInCloud_Ruby_Sdk::VatType](docs/VatType.md)
|
|
443
|
+
- [FattureInCloud_Ruby_Sdk::VerifyEInvoiceXmlErrorResponse](docs/VerifyEInvoiceXmlErrorResponse.md)
|
|
444
|
+
- [FattureInCloud_Ruby_Sdk::VerifyEInvoiceXmlErrorResponseError](docs/VerifyEInvoiceXmlErrorResponseError.md)
|
|
445
|
+
- [FattureInCloud_Ruby_Sdk::VerifyEInvoiceXmlErrorResponseErrorValidationResult](docs/VerifyEInvoiceXmlErrorResponseErrorValidationResult.md)
|
|
446
|
+
- [FattureInCloud_Ruby_Sdk::VerifyEInvoiceXmlErrorResponseExtra](docs/VerifyEInvoiceXmlErrorResponseExtra.md)
|
|
447
|
+
- [FattureInCloud_Ruby_Sdk::VerifyEInvoiceXmlResponse](docs/VerifyEInvoiceXmlResponse.md)
|
|
448
|
+
- [FattureInCloud_Ruby_Sdk::VerifyEInvoiceXmlResponseData](docs/VerifyEInvoiceXmlResponseData.md)
|
|
449
|
+
- [FattureInCloud_Ruby_Sdk::VerifyWebhooksSubscription](docs/VerifyWebhooksSubscription.md)
|
|
450
|
+
- [FattureInCloud_Ruby_Sdk::VerifyWebhooksSubscriptionRequest](docs/VerifyWebhooksSubscriptionRequest.md)
|
|
451
|
+
- [FattureInCloud_Ruby_Sdk::WebhooksSubscription](docs/WebhooksSubscription.md)
|
|
452
|
+
- [FattureInCloud_Ruby_Sdk::WebhooksSubscriptionConfig](docs/WebhooksSubscriptionConfig.md)
|
|
453
|
+
- [FattureInCloud_Ruby_Sdk::WebhooksSubscriptionMapping](docs/WebhooksSubscriptionMapping.md)
|
|
454
|
+
- [FattureInCloud_Ruby_Sdk::WebhooksSubscriptionVerificationMethod](docs/WebhooksSubscriptionVerificationMethod.md)
|
|
458
455
|
|
|
459
456
|
## Documentation for Authorization
|
|
460
457
|
|
|
461
|
-
|
|
462
458
|
Authentication schemes defined for the API:
|
|
463
|
-
### OAuth2AuthenticationCodeFlow
|
|
464
459
|
|
|
460
|
+
### OAuth2AuthenticationCodeFlow
|
|
465
461
|
|
|
466
462
|
- **Type**: OAuth
|
|
467
463
|
- **Flow**: accessCode
|
|
468
464
|
- **Authorization URL**: https://api-v2.fattureincloud.it/oauth/authorize
|
|
469
|
-
- **Scopes**:
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
465
|
+
- **Scopes**:
|
|
466
|
+
- **entity.clients:r**: Read permission to the Clients registry
|
|
467
|
+
- **entity.clients:a**: Write permission to the Clients registry
|
|
468
|
+
- **entity.suppliers:r**: Read permission to the Suppliers registry
|
|
469
|
+
- **entity.suppliers:a**: Write permission to the Suppliers registry
|
|
470
|
+
- **products:r**: Read permission to the Products
|
|
471
|
+
- **products:a**: Write permission to the Products
|
|
472
|
+
- **issued_documents.invoices:r**: Read permission to the issued Invoices
|
|
473
|
+
- **issued_documents.credit_notes:r**: Read permission to the issued Credit Notes
|
|
474
|
+
- **issued_documents.receipts:r**: Read permission to the issued Receipts
|
|
475
|
+
- **issued_documents.orders:r**: Read permission to the issued Orders
|
|
476
|
+
- **issued_documents.quotes:r**: Read permission to the issued Quotes
|
|
477
|
+
- **issued_documents.proformas:r**: Read permission to the issued Proformas
|
|
478
|
+
- **issued_documents.delivery_notes:r**: Read permission to the issued Delivery Notes
|
|
479
|
+
- **issued_documents.work_reports:r**: Read permission to the issued Work Reports
|
|
480
|
+
- **issued_documents.supplier_orders:r**: Read permission to the issued Supplier Orders
|
|
481
|
+
- **issued_documents.self_invoices:r**: Read permission to the issued Self Invoices
|
|
482
|
+
- **issued_documents.invoices:a**: Write permission to the issued Invoices
|
|
483
|
+
- **issued_documents.credit_notes:a**: Write permission to the issued Credit Notes
|
|
484
|
+
- **issued_documents.receipts:a**: Write permission to the issued issued Receipts
|
|
485
|
+
- **issued_documents.orders:a**: Write permission to the issued Orders
|
|
486
|
+
- **issued_documents.quotes:a**: Write permission to the issued Quotes
|
|
487
|
+
- **issued_documents.proformas:a**: Write permission to the issued Proformas
|
|
488
|
+
- **issued_documents.delivery_notes:a**: Write permission to the issued Delivery Notes
|
|
489
|
+
- **issued_documents.work_reports:a**: Write permission to the issued Work Reports
|
|
490
|
+
- **issued_documents.supplier_orders:a**: Write permission to the issued Supplier Orders
|
|
491
|
+
- **issued_documents.self_invoices:a**: Write permission to the issued Self Invoices
|
|
492
|
+
- **received_documents:r**: Read permission to the Received Documents
|
|
493
|
+
- **received_documents:a**: Write permission to the Received Documents
|
|
494
|
+
- **stock:r**: Read permission to the Stock movements
|
|
495
|
+
- **stock:a**: Write permission to the Stock movements
|
|
496
|
+
- **receipts:r**: Read permission to the Receipts
|
|
497
|
+
- **receipts:a**: Write permission to the Receipts
|
|
498
|
+
- **calendar:r**: Read permission to the Calendar
|
|
499
|
+
- **calendar:a**: Write permission to the Calendar
|
|
500
|
+
- **taxes:r**: Read permission to the Taxes
|
|
501
|
+
- **taxes:a**: Write permission to the Taxes
|
|
502
|
+
- **archive:r**: Read permission to the Archive Documents
|
|
503
|
+
- **archive:a**: Read permission to the Archive Documents
|
|
504
|
+
- **emails:r**: Read permission to the Emails
|
|
505
|
+
- **cashbook:r**: Read permission to the Cashbook
|
|
506
|
+
- **cashbook:a**: Write permission to the Cashbook
|
|
507
|
+
- **settings:r**: Read permission to the Settings
|
|
508
|
+
- **settings:a**: Write permission to the Settings
|
|
509
|
+
- **situation:r**: Read permission to the company Situation
|