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
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,9 @@ $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.$create_archive_document_request = new \FattureInCloud\Model\CreateArchiveDocumentRequest; // \FattureInCloud\Model\CreateArchiveDocumentRequest | The Archive Document.
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.
@@ -158,7 +162,11 @@ $apiInstance = new FattureInCloud\Api\ArchiveApi(
158
162
new GuzzleHttp\Client(),
159
163
$config
160
164
);
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.
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.
@@ -220,7 +228,14 @@ $apiInstance = new FattureInCloud\Api\ArchiveApi(
220
228
new GuzzleHttp\Client(),
221
229
$config
222
230
);
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.
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.
@@ -285,7 +300,10 @@ $apiInstance = new FattureInCloud\Api\ArchiveApi(
285
300
new GuzzleHttp\Client(),
286
301
$config
287
302
);
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
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
Copy file name to clipboardExpand all lines: docs/Api/CashbookApi.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ $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.$create_cashbook_entry_request = new \FattureInCloud\Model\CreateCashbookEntryRequest; // \FattureInCloud\Model\CreateCashbookEntryRequest | Cashbook entry.
41
+
$company_id = 12345; // int | The ID of the company.
42
+
$create_cashbook_entry_request = new \FattureInCloud\Model\CreateCashbookEntryRequest; // \FattureInCloud\Model\CreateCashbookEntryRequest | Cashbook entry.
@@ -157,7 +161,11 @@ $apiInstance = new FattureInCloud\Api\CashbookApi(
157
161
new GuzzleHttp\Client(),
158
162
$config
159
163
);
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.
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.
@@ -219,7 +227,13 @@ $apiInstance = new FattureInCloud\Api\CashbookApi(
219
227
new GuzzleHttp\Client(),
220
228
$config
221
229
);
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.
230
+
$company_id = 12345; // int | The ID of the company.
@@ -283,7 +297,10 @@ $apiInstance = new FattureInCloud\Api\CashbookApi(
283
297
new GuzzleHttp\Client(),
284
298
$config
285
299
);
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
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
Copy file name to clipboardExpand all lines: docs/Api/ClientsApi.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ $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.$create_client_request = new \FattureInCloud\Model\CreateClientRequest; // \FattureInCloud\Model\CreateClientRequest | The client to create
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
@@ -157,7 +161,11 @@ $apiInstance = new FattureInCloud\Api\ClientsApi(
157
161
new GuzzleHttp\Client(),
158
162
$config
159
163
);
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.
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.
@@ -219,7 +227,14 @@ $apiInstance = new FattureInCloud\Api\ClientsApi(
219
227
new GuzzleHttp\Client(),
220
228
$config
221
229
);
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.
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.
@@ -284,7 +299,10 @@ $apiInstance = new FattureInCloud\Api\ClientsApi(
284
299
new GuzzleHttp\Client(),
285
300
$config
286
301
);
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.
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.
@@ -108,7 +109,9 @@ $apiInstance = new FattureInCloud\Api\InfoApi(
108
109
new GuzzleHttp\Client(),
109
110
$config
110
111
);
111
-
$postal_code = 'postal_code_example'; // string | Postal code for filtering.$city = 'city_example'; // string | City for filtering (ignored if postal_code is passed).
112
+
$postal_code = 'postal_code_example'; // string | Postal code for filtering.
113
+
$city = 'city_example'; // string | City for filtering (ignored if postal_code is passed).
@@ -398,7 +402,7 @@ $apiInstance = new FattureInCloud\Api\InfoApi(
398
402
new GuzzleHttp\Client(),
399
403
$config
400
404
);
401
-
405
+
402
406
try {
403
407
$result = $apiInstance->listDetailedCountries();
404
408
print_r($result);
@@ -455,7 +459,7 @@ $apiInstance = new FattureInCloud\Api\InfoApi(
455
459
new GuzzleHttp\Client(),
456
460
$config
457
461
);
458
-
462
+
459
463
try {
460
464
$result = $apiInstance->listLanguages();
461
465
print_r($result);
@@ -512,7 +516,11 @@ $apiInstance = new FattureInCloud\Api\InfoApi(
512
516
new GuzzleHttp\Client(),
513
517
$config
514
518
);
515
-
$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).
519
+
$company_id = 12345; // int | The ID of the company.
520
+
$fields = 'fields_example'; // string | List of comma-separated fields.
521
+
$fieldset = 'fieldset_example'; // string | Name of the fieldset.
522
+
$sort = 'sort_example'; // string | List of comma-separated fields for result sorting (minus for desc sorting).
@@ -574,7 +582,11 @@ $apiInstance = new FattureInCloud\Api\InfoApi(
574
582
new GuzzleHttp\Client(),
575
583
$config
576
584
);
577
-
$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).
585
+
$company_id = 12345; // int | The ID of the company.
586
+
$fields = 'fields_example'; // string | List of comma-separated fields.
587
+
$fieldset = 'fieldset_example'; // string | Name of the fieldset.
588
+
$sort = 'sort_example'; // string | List of comma-separated fields for result sorting (minus for desc sorting).
@@ -814,7 +830,9 @@ $apiInstance = new FattureInCloud\Api\InfoApi(
814
830
new GuzzleHttp\Client(),
815
831
$config
816
832
);
817
-
$type = 'all'; // string | Type of the templates.$by_type = false; // bool | [Only if type=all] If true, splits the list in objects, grouping templates by type.
833
+
$type = 'all'; // string | Type of the templates.
834
+
$by_type = false; // bool | [Only if type=all] If true, splits the list in objects, grouping templates by type.
0 commit comments