You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Api/ArchiveApi.md
+6-27Lines changed: 6 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,7 @@ $apiInstance = new FattureInCloud\Api\ArchiveApi(
39
39
new GuzzleHttp\Client(),
40
40
$config
41
41
);
42
-
$company_id = 12345; // int | The ID of the company.
43
-
$create_archive_document_request = new \FattureInCloud\Model\CreateArchiveDocumentRequest; // \FattureInCloud\Model\CreateArchiveDocumentRequest | The Archive Document.
44
-
42
+
$company_id = 12345; // int | The ID of the company.$create_archive_document_request = new \FattureInCloud\Model\CreateArchiveDocumentRequest; // \FattureInCloud\Model\CreateArchiveDocumentRequest | The Archive Document.
@@ -162,11 +158,7 @@ $apiInstance = new FattureInCloud\Api\ArchiveApi(
162
158
new GuzzleHttp\Client(),
163
159
$config
164
160
);
165
-
$company_id = 12345; // int | The ID of the company.
166
-
$document_id = 56; // int | The ID of the document.
167
-
$fields = 'fields_example'; // string | List of comma-separated fields.
168
-
$fieldset = 'fieldset_example'; // string | Name of the fieldset.
169
-
161
+
$company_id = 12345; // int | The ID of the company.$document_id = 56; // int | The ID of the document.$fields = 'fields_example'; // string | List of comma-separated fields.$fieldset = 'fieldset_example'; // string | Name of the fieldset.
@@ -228,14 +220,7 @@ $apiInstance = new FattureInCloud\Api\ArchiveApi(
228
220
new GuzzleHttp\Client(),
229
221
$config
230
222
);
231
-
$company_id = 12345; // int | The ID of the company.
232
-
$fields = 'fields_example'; // string | List of comma-separated fields.
233
-
$fieldset = 'fieldset_example'; // string | Name of the fieldset.
234
-
$sort = 'sort_example'; // string | List of comma-separated fields for result sorting (minus for desc sorting).
235
-
$page = 1; // int | The page to retrieve.
236
-
$per_page = 5; // int | The size of the page.
237
-
$q = 'q_example'; // string | Query for filtering the results.
238
-
223
+
$company_id = 12345; // int | The ID of the company.$fields = 'fields_example'; // string | List of comma-separated fields.$fieldset = 'fieldset_example'; // string | Name of the fieldset.$sort = 'sort_example'; // string | List of comma-separated fields for result sorting (minus for desc sorting).$page = 1; // int | The page to retrieve.$per_page = 5; // int | The size of the page.$q = 'q_example'; // string | Query for filtering the results.
@@ -300,10 +285,7 @@ $apiInstance = new FattureInCloud\Api\ArchiveApi(
300
285
new GuzzleHttp\Client(),
301
286
$config
302
287
);
303
-
$company_id = 12345; // int | The ID of the company.
304
-
$document_id = 56; // int | The ID of the document.
305
-
$modify_archive_document_request = new \FattureInCloud\Model\ModifyArchiveDocumentRequest; // \FattureInCloud\Model\ModifyArchiveDocumentRequest | Modified Archive Document
306
-
288
+
$company_id = 12345; // int | The ID of the company.$document_id = 56; // int | The ID of the document.$modify_archive_document_request = new \FattureInCloud\Model\ModifyArchiveDocumentRequest; // \FattureInCloud\Model\ModifyArchiveDocumentRequest | Modified Archive Document
Copy file name to clipboardExpand all lines: docs/Api/CashbookApi.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,7 @@ $apiInstance = new FattureInCloud\Api\CashbookApi(
38
38
new GuzzleHttp\Client(),
39
39
$config
40
40
);
41
-
$company_id = 12345; // int | The ID of the company.
42
-
$create_cashbook_entry_request = new \FattureInCloud\Model\CreateCashbookEntryRequest; // \FattureInCloud\Model\CreateCashbookEntryRequest | Cashbook entry.
43
-
41
+
$company_id = 12345; // int | The ID of the company.$create_cashbook_entry_request = new \FattureInCloud\Model\CreateCashbookEntryRequest; // \FattureInCloud\Model\CreateCashbookEntryRequest | Cashbook entry.
@@ -161,11 +157,7 @@ $apiInstance = new FattureInCloud\Api\CashbookApi(
161
157
new GuzzleHttp\Client(),
162
158
$config
163
159
);
164
-
$company_id = 12345; // int | The ID of the company.
165
-
$document_id = 'document_id_example'; // string | The ID of the document.
166
-
$fields = 'fields_example'; // string | List of comma-separated fields.
167
-
$fieldset = 'fieldset_example'; // string | Name of the fieldset.
168
-
160
+
$company_id = 12345; // int | The ID of the company.$document_id = 'document_id_example'; // string | The ID of the document.$fields = 'fields_example'; // string | List of comma-separated fields.$fieldset = 'fieldset_example'; // string | Name of the fieldset.
$date_to = 'date_to_example'; // string | End date.
233
-
$year = 56; // int | Filter cashbook by year.
234
-
$type = 'type_example'; // string | Filter cashbook by type.
235
-
$payment_account_id = 56; // int | Filter by payment account.
236
-
222
+
$company_id = 12345; // int | The ID of the company.$date_from = 'date_from_example'; // string | Start date.$date_to = 'date_to_example'; // string | End date.$year = 56; // int | Filter cashbook by year.$type = 'type_example'; // string | Filter cashbook by type.$payment_account_id = 56; // int | Filter by payment account.
@@ -297,10 +283,7 @@ $apiInstance = new FattureInCloud\Api\CashbookApi(
297
283
new GuzzleHttp\Client(),
298
284
$config
299
285
);
300
-
$company_id = 12345; // int | The ID of the company.
301
-
$document_id = 'document_id_example'; // string | The ID of the document.
302
-
$modify_cashbook_entry_request = new \FattureInCloud\Model\ModifyCashbookEntryRequest; // \FattureInCloud\Model\ModifyCashbookEntryRequest | Cashbook Entry
303
-
286
+
$company_id = 12345; // int | The ID of the company.$document_id = 'document_id_example'; // string | The ID of the document.$modify_cashbook_entry_request = new \FattureInCloud\Model\ModifyCashbookEntryRequest; // \FattureInCloud\Model\ModifyCashbookEntryRequest | Cashbook Entry
Copy file name to clipboardExpand all lines: docs/Api/ClientsApi.md
+5-23Lines changed: 5 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,7 @@ $apiInstance = new FattureInCloud\Api\ClientsApi(
38
38
new GuzzleHttp\Client(),
39
39
$config
40
40
);
41
-
$company_id = 12345; // int | The ID of the company.
42
-
$create_client_request = new \FattureInCloud\Model\CreateClientRequest; // \FattureInCloud\Model\CreateClientRequest | The client to create
43
-
41
+
$company_id = 12345; // int | The ID of the company.$create_client_request = new \FattureInCloud\Model\CreateClientRequest; // \FattureInCloud\Model\CreateClientRequest | The client to create
@@ -161,11 +157,7 @@ $apiInstance = new FattureInCloud\Api\ClientsApi(
161
157
new GuzzleHttp\Client(),
162
158
$config
163
159
);
164
-
$company_id = 12345; // int | The ID of the company.
165
-
$client_id = 56; // int | The ID of the client.
166
-
$fields = 'fields_example'; // string | List of comma-separated fields.
167
-
$fieldset = 'fieldset_example'; // string | Name of the fieldset.
168
-
160
+
$company_id = 12345; // int | The ID of the company.$client_id = 56; // int | The ID of the client.$fields = 'fields_example'; // string | List of comma-separated fields.$fieldset = 'fieldset_example'; // string | Name of the fieldset.
@@ -227,14 +219,7 @@ $apiInstance = new FattureInCloud\Api\ClientsApi(
227
219
new GuzzleHttp\Client(),
228
220
$config
229
221
);
230
-
$company_id = 12345; // int | The ID of the company.
231
-
$fields = 'fields_example'; // string | List of comma-separated fields.
232
-
$fieldset = 'fieldset_example'; // string | Name of the fieldset.
233
-
$sort = 'sort_example'; // string | List of comma-separated fields for result sorting (minus for desc sorting).
234
-
$page = 1; // int | The page to retrieve.
235
-
$per_page = 5; // int | The size of the page.
236
-
$q = 'q_example'; // string | Query for filtering the results.
237
-
222
+
$company_id = 12345; // int | The ID of the company.$fields = 'fields_example'; // string | List of comma-separated fields.$fieldset = 'fieldset_example'; // string | Name of the fieldset.$sort = 'sort_example'; // string | List of comma-separated fields for result sorting (minus for desc sorting).$page = 1; // int | The page to retrieve.$per_page = 5; // int | The size of the page.$q = 'q_example'; // string | Query for filtering the results.
@@ -299,10 +284,7 @@ $apiInstance = new FattureInCloud\Api\ClientsApi(
299
284
new GuzzleHttp\Client(),
300
285
$config
301
286
);
302
-
$company_id = 12345; // int | The ID of the company.
303
-
$client_id = 56; // int | The ID of the client.
304
-
$modify_client_request = new \FattureInCloud\Model\ModifyClientRequest; // \FattureInCloud\Model\ModifyClientRequest | The modified Client. First level parameters are managed in delta mode.
305
-
287
+
$company_id = 12345; // int | The ID of the company.$client_id = 56; // int | The ID of the client.$modify_client_request = new \FattureInCloud\Model\ModifyClientRequest; // \FattureInCloud\Model\ModifyClientRequest | The modified Client. First level parameters are managed in delta mode.
0 commit comments