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
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['createCashbookEntry'] to see the possible values for this operation
146
146
*
147
-
* @throws \FattureInCloud\ApiException on non-2xx response
147
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['createCashbookEntry'] to see the possible values for this operation
165
165
*
166
-
* @throws \FattureInCloud\ApiException on non-2xx response
166
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
167
167
* @throws \InvalidArgumentException
168
168
* @return array of \FattureInCloud\Model\CreateCashbookEntryResponse, HTTP status code, HTTP response headers (array of strings)
169
169
*/
@@ -213,7 +213,19 @@ public function createCashbookEntryWithHttpInfo($company_id, $create_cashbook_en
213
213
} else {
214
214
$content = (string) $response->getBody();
215
215
if ('\FattureInCloud\Model\CreateCashbookEntryResponse' !== 'string') {
@@ -444,7 +468,7 @@ public function createCashbookEntryRequest($company_id, $create_cashbook_entry_r
444
468
* @param string $document_id The ID of the document. (required)
445
469
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['deleteCashbookEntry'] to see the possible values for this operation
446
470
*
447
-
* @throws \FattureInCloud\ApiException on non-2xx response
471
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
448
472
* @throws \InvalidArgumentException
449
473
* @return void
450
474
*/
@@ -462,7 +486,7 @@ public function deleteCashbookEntry($company_id, $document_id, string $contentTy
462
486
* @param string $document_id The ID of the document. (required)
463
487
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['deleteCashbookEntry'] to see the possible values for this operation
464
488
*
465
-
* @throws \FattureInCloud\ApiException on non-2xx response
489
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
466
490
* @throws \InvalidArgumentException
467
491
* @return array of null, HTTP status code, HTTP response headers (array of strings)
468
492
*/
@@ -699,7 +723,7 @@ public function deleteCashbookEntryRequest($company_id, $document_id, string $co
699
723
* @param string $fieldset Name of the fieldset. (optional)
700
724
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCashbookEntry'] to see the possible values for this operation
701
725
*
702
-
* @throws \FattureInCloud\ApiException on non-2xx response
726
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
@@ -720,7 +744,7 @@ public function getCashbookEntry($company_id, $document_id, $fields = null, $fie
720
744
* @param string $fieldset Name of the fieldset. (optional)
721
745
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCashbookEntry'] to see the possible values for this operation
722
746
*
723
-
* @throws \FattureInCloud\ApiException on non-2xx response
747
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
724
748
* @throws \InvalidArgumentException
725
749
* @return array of \FattureInCloud\Model\GetCashbookEntryResponse, HTTP status code, HTTP response headers (array of strings)
726
750
*/
@@ -770,7 +794,19 @@ public function getCashbookEntryWithHttpInfo($company_id, $document_id, $fields
770
794
} else {
771
795
$content = (string) $response->getBody();
772
796
if ('\FattureInCloud\Model\GetCashbookEntryResponse' !== 'string') {
@@ -1038,7 +1086,7 @@ public function getCashbookEntryRequest($company_id, $document_id, $fields = nul
1038
1086
* @param int $payment_account_id Filter by payment account. (optional)
1039
1087
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['listCashbookEntries'] to see the possible values for this operation
1040
1088
*
1041
-
* @throws \FattureInCloud\ApiException on non-2xx response
1089
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
@@ -1061,7 +1109,7 @@ public function listCashbookEntries($company_id, $date_from, $date_to, $year = n
1061
1109
* @param int $payment_account_id Filter by payment account. (optional)
1062
1110
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['listCashbookEntries'] to see the possible values for this operation
1063
1111
*
1064
-
* @throws \FattureInCloud\ApiException on non-2xx response
1112
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
1065
1113
* @throws \InvalidArgumentException
1066
1114
* @return array of \FattureInCloud\Model\ListCashbookEntriesResponse, HTTP status code, HTTP response headers (array of strings)
1067
1115
*/
@@ -1111,7 +1159,19 @@ public function listCashbookEntriesWithHttpInfo($company_id, $date_from, $date_t
1111
1159
} else {
1112
1160
$content = (string) $response->getBody();
1113
1161
if ('\FattureInCloud\Model\ListCashbookEntriesResponse' !== 'string') {
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['modifyCashbookEntry'] to see the possible values for this operation
1411
1483
*
1412
-
* @throws \FattureInCloud\ApiException on non-2xx response
1484
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['modifyCashbookEntry'] to see the possible values for this operation
1431
1503
*
1432
-
* @throws \FattureInCloud\ApiException on non-2xx response
1504
+
* @throws \FattureInCloud\ApiException on non-2xx response or if the response body is not in the expected format
1433
1505
* @throws \InvalidArgumentException
1434
1506
* @return array of \FattureInCloud\Model\ModifyCashbookEntryResponse, HTTP status code, HTTP response headers (array of strings)
1435
1507
*/
@@ -1479,7 +1551,19 @@ public function modifyCashbookEntryWithHttpInfo($company_id, $document_id, $modi
1479
1551
} else {
1480
1552
$content = (string) $response->getBody();
1481
1553
if ('\FattureInCloud\Model\ModifyCashbookEntryResponse' !== 'string') {
0 commit comments