From cc1eb9dc8e1430dfaa81afc013c5ebb127664eb4 Mon Sep 17 00:00:00 2001 From: fattureincloud-bot <91328460+fattureincloud-bot@users.noreply.github.com> Date: Fri, 12 Dec 2025 14:42:47 +0000 Subject: [PATCH] chore: bumping version to 2.1.3 --- .openapi-generator/FILES | 22 +- .openapi-generator/VERSION | 2 +- README.md | 22 +- api/openapi.yaml | 5654 ++++++++++++++--- build.gradle | 3 +- docs/ArchiveApi.md | 24 +- docs/CashbookApi.md | 20 +- docs/CashbookEntryKind.md | 2 + docs/ClientsApi.md | 24 +- docs/CompaniesApi.md | 8 +- docs/CompanyInfoPlanInfoFunctions.md | 1 - docs/DocumentTemplate.md | 7 +- docs/EmailsApi.md | 4 +- docs/GetTemplatesResponse.md | 17 + docs/InfoApi.md | 206 +- docs/IssuedDocumentsApi.md | 80 +- docs/IssuedEInvoicesApi.md | 18 +- docs/PriceListsApi.md | 12 +- docs/ProductsApi.md | 20 +- docs/ReceiptsApi.md | 28 +- docs/ReceivedDocumentsApi.md | 64 +- docs/SettingsApi.md | 205 +- docs/SuppliersApi.md | 20 +- docs/TaxesApi.md | 28 +- docs/TemplateType.md | 15 + docs/UserApi.md | 8 +- docs/WebhooksApi.md | 24 +- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 166 +- sdk-version.yaml | 2 +- .../it/fattureincloud/sdk/ApiCallback.java | 2 +- .../java/it/fattureincloud/sdk/ApiClient.java | 4 +- .../it/fattureincloud/sdk/ApiException.java | 13 +- .../it/fattureincloud/sdk/ApiResponse.java | 2 +- .../it/fattureincloud/sdk/Configuration.java | 37 +- .../sdk/GzipRequestInterceptor.java | 2 +- src/main/java/it/fattureincloud/sdk/JSON.java | 2 +- src/main/java/it/fattureincloud/sdk/Pair.java | 38 +- .../sdk/ProgressRequestBody.java | 2 +- .../sdk/ProgressResponseBody.java | 2 +- .../sdk/ServerConfiguration.java | 6 +- .../it/fattureincloud/sdk/ServerVariable.java | 6 +- .../it/fattureincloud/sdk/StringUtil.java | 6 +- .../it/fattureincloud/sdk/api/ArchiveApi.java | 98 +- .../fattureincloud/sdk/api/CashbookApi.java | 82 +- .../it/fattureincloud/sdk/api/ClientsApi.java | 98 +- .../fattureincloud/sdk/api/CompaniesApi.java | 34 +- .../it/fattureincloud/sdk/api/EmailsApi.java | 18 +- .../it/fattureincloud/sdk/api/InfoApi.java | 566 +- .../sdk/api/IssuedDocumentsApi.java | 302 +- .../sdk/api/IssuedEInvoicesApi.java | 74 +- .../fattureincloud/sdk/api/PriceListsApi.java | 42 +- .../fattureincloud/sdk/api/ProductsApi.java | 82 +- .../fattureincloud/sdk/api/ReceiptsApi.java | 114 +- .../sdk/api/ReceivedDocumentsApi.java | 238 +- .../fattureincloud/sdk/api/SettingsApi.java | 593 +- .../fattureincloud/sdk/api/SuppliersApi.java | 82 +- .../it/fattureincloud/sdk/api/TaxesApi.java | 114 +- .../it/fattureincloud/sdk/api/UserApi.java | 34 +- .../fattureincloud/sdk/api/WebhooksApi.java | 98 +- .../sdk/model/AbstractOpenApiSchema.java | 6 +- .../sdk/model/ArchiveDocument.java | 6 +- .../sdk/model/AttachmentData.java | 6 +- .../sdk/model/CashbookEntry.java | 6 +- .../sdk/model/CashbookEntryDocument.java | 6 +- .../sdk/model/CashbookEntryKind.java | 10 +- .../sdk/model/CashbookEntryType.java | 6 +- .../it/fattureincloud/sdk/model/City.java | 6 +- .../it/fattureincloud/sdk/model/Client.java | 6 +- .../fattureincloud/sdk/model/ClientType.java | 6 +- .../it/fattureincloud/sdk/model/Company.java | 6 +- .../fattureincloud/sdk/model/CompanyInfo.java | 6 +- .../sdk/model/CompanyInfoAccessInfo.java | 6 +- .../sdk/model/CompanyInfoPlanInfo.java | 6 +- .../model/CompanyInfoPlanInfoFunctions.java | 34 +- .../CompanyInfoPlanInfoFunctionsStatus.java | 6 +- .../sdk/model/CompanyInfoPlanInfoLimits.java | 6 +- .../sdk/model/CompanyPlanUsage.java | 6 +- .../fattureincloud/sdk/model/CompanyType.java | 6 +- .../sdk/model/ControlledCompany.java | 6 +- .../model/CreateArchiveDocumentRequest.java | 6 +- .../model/CreateArchiveDocumentResponse.java | 6 +- .../sdk/model/CreateCashbookEntryRequest.java | 6 +- .../model/CreateCashbookEntryResponse.java | 6 +- .../sdk/model/CreateClientRequest.java | 6 +- .../sdk/model/CreateClientResponse.java | 6 +- .../sdk/model/CreateF24Request.java | 6 +- .../sdk/model/CreateF24Response.java | 6 +- .../model/CreateIssuedDocumentRequest.java | 6 +- .../model/CreateIssuedDocumentResponse.java | 6 +- .../model/CreatePaymentAccountRequest.java | 6 +- .../model/CreatePaymentAccountResponse.java | 6 +- .../sdk/model/CreatePaymentMethodRequest.java | 6 +- .../model/CreatePaymentMethodResponse.java | 6 +- .../sdk/model/CreateProductRequest.java | 6 +- .../sdk/model/CreateProductResponse.java | 6 +- .../sdk/model/CreateReceiptRequest.java | 6 +- .../sdk/model/CreateReceiptResponse.java | 6 +- .../model/CreateReceivedDocumentRequest.java | 6 +- .../model/CreateReceivedDocumentResponse.java | 6 +- .../sdk/model/CreateSupplierRequest.java | 6 +- .../sdk/model/CreateSupplierResponse.java | 6 +- .../sdk/model/CreateVatTypeRequest.java | 6 +- .../sdk/model/CreateVatTypeResponse.java | 6 +- .../CreateWebhooksSubscriptionRequest.java | 6 +- .../CreateWebhooksSubscriptionResponse.java | 6 +- .../it/fattureincloud/sdk/model/Currency.java | 6 +- .../sdk/model/DetailedCountry.java | 6 +- .../sdk/model/DocumentTemplate.java | 192 +- .../sdk/model/EInvoiceRejectionReason.java | 6 +- .../it/fattureincloud/sdk/model/Email.java | 6 +- .../sdk/model/EmailAttachment.java | 6 +- .../fattureincloud/sdk/model/EmailData.java | 6 +- .../model/EmailDataDefaultSenderEmail.java | 6 +- .../sdk/model/EmailRecipientStatus.java | 6 +- .../sdk/model/EmailSchedule.java | 6 +- .../sdk/model/EmailScheduleInclude.java | 6 +- .../fattureincloud/sdk/model/EmailStatus.java | 6 +- .../it/fattureincloud/sdk/model/Entity.java | 6 +- .../sdk/model/EntityClientPreCreateInfo.java | 6 +- .../fattureincloud/sdk/model/EntityType.java | 6 +- .../fattureincloud/sdk/model/EventType.java | 102 +- .../java/it/fattureincloud/sdk/model/F24.java | 6 +- .../fattureincloud/sdk/model/F24Status.java | 6 +- .../sdk/model/FattureInCloudPlanType.java | 6 +- .../sdk/model/FunctionStatus.java | 6 +- .../sdk/model/GetArchiveDocumentResponse.java | 6 +- .../model/GetBinIssuedDocumentResponse.java | 6 +- .../model/GetBinReceivedDocumentResponse.java | 6 +- .../sdk/model/GetCashbookEntryResponse.java | 6 +- .../sdk/model/GetClientResponse.java | 6 +- .../sdk/model/GetCompanyInfoResponse.java | 6 +- .../model/GetCompanyPlanUsageResponse.java | 6 +- .../GetEInvoiceRejectionReasonResponse.java | 6 +- .../sdk/model/GetEmailDataResponse.java | 6 +- .../GetEntityClientPreCreateInfoResponse.java | 6 +- ...etExistingIssuedDocumentTotalsRequest.java | 6 +- ...tExistingIssuedDocumentTotalsResponse.java | 6 +- ...ExistingReceivedDocumentTotalsRequest.java | 6 +- ...xistingReceivedDocumentTotalsResponse.java | 6 +- .../sdk/model/GetF24Response.java | 6 +- ...etIssuedDocumentPreCreateInfoResponse.java | 6 +- .../sdk/model/GetIssuedDocumentResponse.java | 6 +- .../GetNewIssuedDocumentTotalsRequest.java | 6 +- .../GetNewIssuedDocumentTotalsResponse.java | 6 +- .../GetNewReceivedDocumentTotalsRequest.java | 6 +- .../GetNewReceivedDocumentTotalsResponse.java | 6 +- .../sdk/model/GetPaymentAccountResponse.java | 6 +- .../sdk/model/GetPaymentMethodResponse.java | 6 +- .../sdk/model/GetPriceListItemsResponse.java | 6 +- .../sdk/model/GetProductResponse.java | 6 +- .../GetReceiptPreCreateInfoResponse.java | 6 +- .../sdk/model/GetReceiptResponse.java | 6 +- .../GetReceiptsMonthlyTotalsResponse.java | 6 +- ...ReceivedDocumentPreCreateInfoResponse.java | 6 +- .../model/GetReceivedDocumentResponse.java | 6 +- .../sdk/model/GetSupplierResponse.java | 6 +- .../sdk/model/GetTaxProfileResponse.java | 6 +- .../sdk/model/GetTemplatesResponse.java | 89 + .../sdk/model/GetUserInfoResponse.java | 6 +- ...serInfoResponseEmailConfirmationState.java | 6 +- .../sdk/model/GetUserInfoResponseInfo.java | 6 +- .../sdk/model/GetVatTypeResponse.java | 6 +- .../GetWebhooksSubscriptionResponse.java | 6 +- .../sdk/model/IssuedDocument.java | 7 +- .../sdk/model/IssuedDocumentEiData.java | 6 +- .../sdk/model/IssuedDocumentExtraData.java | 6 +- .../model/IssuedDocumentItemsListItem.java | 6 +- .../sdk/model/IssuedDocumentOptions.java | 6 +- .../model/IssuedDocumentPaymentsListItem.java | 6 +- ...dDocumentPaymentsListItemPaymentTerms.java | 6 +- .../model/IssuedDocumentPreCreateInfo.java | 6 +- ...uedDocumentPreCreateInfoDefaultValues.java | 6 +- ...ntPreCreateInfoExtraDataDefaultValues.java | 6 +- ...cumentPreCreateInfoItemsDefaultValues.java | 6 +- .../sdk/model/IssuedDocumentStatus.java | 6 +- .../sdk/model/IssuedDocumentTotals.java | 6 +- .../sdk/model/IssuedDocumentType.java | 6 +- .../model/JoinIssuedDocumentsResponse.java | 6 +- .../it/fattureincloud/sdk/model/Language.java | 6 +- .../model/ListArchiveCategoriesResponse.java | 6 +- .../model/ListArchiveDocumentsResponse.java | 6 +- .../ListArchiveDocumentsResponsePage.java | 6 +- .../sdk/model/ListBinIssuedDocuments.java | 6 +- .../sdk/model/ListBinReceivedDocuments.java | 6 +- .../model/ListCashbookEntriesResponse.java | 6 +- .../sdk/model/ListCitiesResponse.java | 6 +- .../sdk/model/ListClientsResponse.java | 6 +- .../sdk/model/ListClientsResponsePage.java | 6 +- .../sdk/model/ListCostCentersResponse.java | 6 +- .../sdk/model/ListCountriesResponse.java | 6 +- .../sdk/model/ListCurrenciesResponse.java | 6 +- ...stDeliveryNotesDefaultCausalsResponse.java | 6 +- .../model/ListDetailedCountriesResponse.java | 6 +- .../sdk/model/ListEmailsResponse.java | 6 +- .../sdk/model/ListEmailsResponsePage.java | 6 +- .../sdk/model/ListF24Response.java | 6 +- .../model/ListF24ResponseAggregatedData.java | 6 +- .../sdk/model/ListF24ResponseAggregation.java | 6 +- .../sdk/model/ListF24ResponsePage.java | 6 +- .../model/ListIssuedDocumentsResponse.java | 6 +- .../ListIssuedDocumentsResponsePage.java | 6 +- .../sdk/model/ListLanguagesResponse.java | 6 +- .../model/ListPaymentAccountsResponse.java | 6 +- .../sdk/model/ListPaymentMethodsResponse.java | 6 +- .../sdk/model/ListPriceListsResponse.java | 6 +- .../model/ListProductCategoriesResponse.java | 6 +- .../sdk/model/ListProductsResponse.java | 6 +- .../sdk/model/ListProductsResponsePage.java | 6 +- .../sdk/model/ListReceiptsResponse.java | 6 +- .../sdk/model/ListReceiptsResponsePage.java | 6 +- ...istReceivedDocumentCategoriesResponse.java | 6 +- .../model/ListReceivedDocumentsResponse.java | 6 +- .../ListReceivedDocumentsResponsePage.java | 6 +- .../sdk/model/ListRevenueCentersResponse.java | 6 +- .../sdk/model/ListSuppliersResponse.java | 6 +- .../sdk/model/ListSuppliersResponsePage.java | 6 +- .../sdk/model/ListTemplatesResponse.java | 6 +- .../sdk/model/ListUnitsOfMeasureResponse.java | 6 +- .../sdk/model/ListUserCompaniesResponse.java | 6 +- .../model/ListUserCompaniesResponseData.java | 6 +- .../sdk/model/ListVatTypesResponse.java | 6 +- .../ListWebhooksSubscriptionsResponse.java | 6 +- .../model/ModifyArchiveDocumentRequest.java | 6 +- .../model/ModifyArchiveDocumentResponse.java | 6 +- .../sdk/model/ModifyCashbookEntryRequest.java | 6 +- .../model/ModifyCashbookEntryResponse.java | 6 +- .../sdk/model/ModifyClientRequest.java | 6 +- .../sdk/model/ModifyClientResponse.java | 6 +- .../sdk/model/ModifyF24Request.java | 6 +- .../sdk/model/ModifyF24Response.java | 6 +- .../model/ModifyIssuedDocumentRequest.java | 6 +- .../model/ModifyIssuedDocumentResponse.java | 6 +- .../model/ModifyPaymentAccountRequest.java | 6 +- .../model/ModifyPaymentAccountResponse.java | 6 +- .../sdk/model/ModifyPaymentMethodRequest.java | 6 +- .../model/ModifyPaymentMethodResponse.java | 6 +- .../sdk/model/ModifyProductRequest.java | 6 +- .../sdk/model/ModifyProductResponse.java | 6 +- .../sdk/model/ModifyReceiptRequest.java | 6 +- .../sdk/model/ModifyReceiptResponse.java | 6 +- .../model/ModifyReceivedDocumentRequest.java | 6 +- .../model/ModifyReceivedDocumentResponse.java | 6 +- .../sdk/model/ModifySupplierRequest.java | 6 +- .../sdk/model/ModifySupplierResponse.java | 6 +- .../sdk/model/ModifyVatTypeRequest.java | 6 +- .../sdk/model/ModifyVatTypeResponse.java | 6 +- .../ModifyWebhooksSubscriptionRequest.java | 6 +- .../ModifyWebhooksSubscriptionResponse.java | 6 +- .../sdk/model/MonthlyTotal.java | 6 +- .../sdk/model/OriginalDocumentType.java | 6 +- .../fattureincloud/sdk/model/Pagination.java | 6 +- .../sdk/model/PaymentAccount.java | 6 +- .../sdk/model/PaymentAccountType.java | 6 +- .../sdk/model/PaymentMethod.java | 6 +- .../sdk/model/PaymentMethodDetails.java | 6 +- .../sdk/model/PaymentMethodType.java | 6 +- .../sdk/model/PaymentTermsType.java | 6 +- .../sdk/model/PermissionLevel.java | 6 +- .../fattureincloud/sdk/model/Permissions.java | 6 +- ...PermissionsFicIssuedDocumentsDetailed.java | 6 +- .../fattureincloud/sdk/model/PriceList.java | 6 +- .../sdk/model/PriceListItem.java | 6 +- .../sdk/model/PriceListPricesType.java | 6 +- .../sdk/model/PriceListType.java | 6 +- .../it/fattureincloud/sdk/model/Product.java | 6 +- .../it/fattureincloud/sdk/model/Receipt.java | 6 +- .../sdk/model/ReceiptItemsListItem.java | 6 +- .../sdk/model/ReceiptPreCreateInfo.java | 6 +- .../fattureincloud/sdk/model/ReceiptType.java | 6 +- .../sdk/model/ReceivedDocument.java | 6 +- .../sdk/model/ReceivedDocumentInfo.java | 6 +- .../ReceivedDocumentInfoDefaultValues.java | 6 +- ...eceivedDocumentInfoItemsDefaultValues.java | 6 +- .../model/ReceivedDocumentItemsListItem.java | 6 +- .../ReceivedDocumentPaymentsListItem.java | 6 +- ...dDocumentPaymentsListItemPaymentTerms.java | 6 +- .../sdk/model/ReceivedDocumentTotals.java | 6 +- .../sdk/model/ReceivedDocumentType.java | 6 +- .../sdk/model/ScheduleEmailRequest.java | 6 +- .../sdk/model/SendEInvoiceRequest.java | 6 +- .../sdk/model/SendEInvoiceRequestData.java | 6 +- .../sdk/model/SendEInvoiceRequestOptions.java | 6 +- .../sdk/model/SendEInvoiceResponse.java | 6 +- .../sdk/model/SendEInvoiceResponseData.java | 6 +- .../fattureincloud/sdk/model/SenderEmail.java | 6 +- .../sdk/model/ShowTotalsMode.java | 6 +- .../it/fattureincloud/sdk/model/Supplier.java | 6 +- .../sdk/model/SupplierType.java | 6 +- .../fattureincloud/sdk/model/TaxProfile.java | 6 +- .../sdk/model/TemplateType.java | 74 + .../TransformIssuedDocumentResponse.java | 6 +- .../UploadArchiveAttachmentResponse.java | 6 +- .../model/UploadF24AttachmentResponse.java | 6 +- ...ploadIssuedDocumentAttachmentResponse.java | 6 +- ...oadReceivedDocumentAttachmentResponse.java | 6 +- .../it/fattureincloud/sdk/model/User.java | 6 +- .../sdk/model/UserCompanyRole.java | 6 +- .../it/fattureincloud/sdk/model/VatItem.java | 6 +- .../it/fattureincloud/sdk/model/VatKind.java | 6 +- .../it/fattureincloud/sdk/model/VatType.java | 6 +- .../model/VerifyEInvoiceXmlErrorResponse.java | 6 +- .../VerifyEInvoiceXmlErrorResponseError.java | 6 +- ...XmlErrorResponseErrorValidationResult.java | 6 +- .../VerifyEInvoiceXmlErrorResponseExtra.java | 6 +- .../sdk/model/VerifyEInvoiceXmlResponse.java | 6 +- .../model/VerifyEInvoiceXmlResponseData.java | 6 +- .../sdk/model/VerifyWebhooksSubscription.java | 6 +- .../VerifyWebhooksSubscriptionRequest.java | 6 +- .../sdk/model/WebhooksSubscription.java | 6 +- .../sdk/model/WebhooksSubscriptionConfig.java | 6 +- .../model/WebhooksSubscriptionMapping.java | 6 +- ...ebhooksSubscriptionVerificationMethod.java | 6 +- .../sdk/model/GetTemplatesResponseTest.java | 49 + .../sdk/model/TemplateTypeTest.java | 32 + 315 files changed, 8697 insertions(+), 2867 deletions(-) create mode 100644 docs/GetTemplatesResponse.md create mode 100644 docs/TemplateType.md create mode 100644 src/main/java/it/fattureincloud/sdk/model/GetTemplatesResponse.java create mode 100644 src/main/java/it/fattureincloud/sdk/model/TemplateType.java create mode 100644 src/test/java/it/fattureincloud/sdk/model/GetTemplatesResponseTest.java create mode 100644 src/test/java/it/fattureincloud/sdk/model/TemplateTypeTest.java diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index a14616fe..c2a0bd32 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -104,6 +104,7 @@ docs/GetReceivedDocumentPreCreateInfoResponse.md docs/GetReceivedDocumentResponse.md docs/GetSupplierResponse.md docs/GetTaxProfileResponse.md +docs/GetTemplatesResponse.md docs/GetUserInfoResponse.md docs/GetUserInfoResponseEmailConfirmationState.md docs/GetUserInfoResponseInfo.md @@ -245,6 +246,7 @@ docs/SupplierType.md docs/SuppliersApi.md docs/TaxProfile.md docs/TaxesApi.md +docs/TemplateType.md docs/TransformIssuedDocumentResponse.md docs/UploadArchiveAttachmentResponse.md docs/UploadF24AttachmentResponse.md @@ -406,6 +408,7 @@ src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoRespon src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java +src/main/java/it/fattureincloud/sdk/model/GetTemplatesResponse.java src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java @@ -537,6 +540,7 @@ src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java src/main/java/it/fattureincloud/sdk/model/Supplier.java src/main/java/it/fattureincloud/sdk/model/SupplierType.java src/main/java/it/fattureincloud/sdk/model/TaxProfile.java +src/main/java/it/fattureincloud/sdk/model/TemplateType.java src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java @@ -559,19 +563,5 @@ src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java -src/test/java/it/fattureincloud/sdk/api/PriceListsApiTest.java -src/test/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfoTest.java -src/test/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponseTest.java -src/test/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponseTest.java -src/test/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponseTest.java -src/test/java/it/fattureincloud/sdk/model/GetPriceListItemsResponseTest.java -src/test/java/it/fattureincloud/sdk/model/ListBinIssuedDocumentsTest.java -src/test/java/it/fattureincloud/sdk/model/ListBinReceivedDocumentsTest.java -src/test/java/it/fattureincloud/sdk/model/ListPriceListsResponseTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListItemTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListPricesTypeTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListTypeTest.java -src/test/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequestTest.java -src/test/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionTest.java -src/test/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethodTest.java +src/test/java/it/fattureincloud/sdk/model/GetTemplatesResponseTest.java +src/test/java/it/fattureincloud/sdk/model/TemplateTypeTest.java diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 5f84a81d..6328c542 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.12.0 +7.17.0 diff --git a/README.md b/README.md index 6aa93b8d..2f993627 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Fatture in Cloud API v2 - API Reference -- API version: 2.1.5 +- API version: 2.1.6 -- Build date: 2025-03-06T15:40:46.627547Z[Etc/UTC] +- Build date: 2025-12-12T14:42:37.606601Z[Etc/UTC] Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. @@ -33,7 +33,7 @@ Add this dependency to your project's POM: it.fattureincloud fattureincloud-java-sdk - 2.1.2 + 2.1.3 ``` @@ -47,7 +47,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.2" + implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.3" } ``` @@ -121,6 +121,7 @@ Class | Method | HTTP request | Description *InfoApi* | [**listCostCenters**](docs/InfoApi.md#listCostCenters) | **GET** /c/{company_id}/info/cost_centers | List Cost Centers *InfoApi* | [**listCountries**](docs/InfoApi.md#listCountries) | **GET** /info/countries | List Countries *InfoApi* | [**listCurrencies**](docs/InfoApi.md#listCurrencies) | **GET** /info/currencies | List Currencies +*InfoApi* | [**listDefaultTemplates**](docs/InfoApi.md#listDefaultTemplates) | **GET** /info/templates | List Default Templates *InfoApi* | [**listDeliveryNotesDefaultCausals**](docs/InfoApi.md#listDeliveryNotesDefaultCausals) | **GET** /info/dn_causals | List Delivery Notes Default Causals *InfoApi* | [**listDetailedCountries**](docs/InfoApi.md#listDetailedCountries) | **GET** /info/detailed_countries | List Detailed Countries *InfoApi* | [**listLanguages**](docs/InfoApi.md#listLanguages) | **GET** /info/languages | List Languages @@ -129,11 +130,10 @@ Class | Method | HTTP request | Description *InfoApi* | [**listProductCategories**](docs/InfoApi.md#listProductCategories) | **GET** /c/{company_id}/info/product_categories | List Product Categories *InfoApi* | [**listReceivedDocumentCategories**](docs/InfoApi.md#listReceivedDocumentCategories) | **GET** /c/{company_id}/info/received_document_categories | List Received Document Categories *InfoApi* | [**listRevenueCenters**](docs/InfoApi.md#listRevenueCenters) | **GET** /c/{company_id}/info/revenue_centers | List Revenue Centers -*InfoApi* | [**listTemplates**](docs/InfoApi.md#listTemplates) | **GET** /info/templates | List Templates *InfoApi* | [**listUnitsOfMeasure**](docs/InfoApi.md#listUnitsOfMeasure) | **GET** /info/measures | List Units of Measure *InfoApi* | [**listVatTypes**](docs/InfoApi.md#listVatTypes) | **GET** /c/{company_id}/info/vat_types | List Vat Types *IssuedDocumentsApi* | [**createIssuedDocument**](docs/IssuedDocumentsApi.md#createIssuedDocument) | **POST** /c/{company_id}/issued_documents | Create Issued Document -*IssuedDocumentsApi* | [**deleteBinIssuedDocument**](docs/IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | +*IssuedDocumentsApi* | [**deleteBinIssuedDocument**](docs/IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document *IssuedDocumentsApi* | [**deleteIssuedDocument**](docs/IssuedDocumentsApi.md#deleteIssuedDocument) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document *IssuedDocumentsApi* | [**deleteIssuedDocumentAttachment**](docs/IssuedDocumentsApi.md#deleteIssuedDocumentAttachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment *IssuedDocumentsApi* | [**getBinIssuedDocument**](docs/IssuedDocumentsApi.md#getBinIssuedDocument) | **GET** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List @@ -146,7 +146,7 @@ Class | Method | HTTP request | Description *IssuedDocumentsApi* | [**listBinIssuedDocuments**](docs/IssuedDocumentsApi.md#listBinIssuedDocuments) | **GET** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List *IssuedDocumentsApi* | [**listIssuedDocuments**](docs/IssuedDocumentsApi.md#listIssuedDocuments) | **GET** /c/{company_id}/issued_documents | List Issued Documents *IssuedDocumentsApi* | [**modifyIssuedDocument**](docs/IssuedDocumentsApi.md#modifyIssuedDocument) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document -*IssuedDocumentsApi* | [**recoverBinIssuedDocument**](docs/IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | +*IssuedDocumentsApi* | [**recoverBinIssuedDocument**](docs/IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin *IssuedDocumentsApi* | [**scheduleEmail**](docs/IssuedDocumentsApi.md#scheduleEmail) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email *IssuedDocumentsApi* | [**transformIssuedDocument**](docs/IssuedDocumentsApi.md#transformIssuedDocument) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document *IssuedDocumentsApi* | [**uploadIssuedDocumentAttachment**](docs/IssuedDocumentsApi.md#uploadIssuedDocumentAttachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment @@ -169,7 +169,7 @@ Class | Method | HTTP request | Description *ReceiptsApi* | [**listReceipts**](docs/ReceiptsApi.md#listReceipts) | **GET** /c/{company_id}/receipts | List Receipts *ReceiptsApi* | [**modifyReceipt**](docs/ReceiptsApi.md#modifyReceipt) | **PUT** /c/{company_id}/receipts/{document_id} | Modify Receipt *ReceivedDocumentsApi* | [**createReceivedDocument**](docs/ReceivedDocumentsApi.md#createReceivedDocument) | **POST** /c/{company_id}/received_documents | Create Received Document -*ReceivedDocumentsApi* | [**deleteBinReceivedDocument**](docs/ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | +*ReceivedDocumentsApi* | [**deleteBinReceivedDocument**](docs/ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document *ReceivedDocumentsApi* | [**deleteReceivedDocument**](docs/ReceivedDocumentsApi.md#deleteReceivedDocument) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document *ReceivedDocumentsApi* | [**deleteReceivedDocumentAttachment**](docs/ReceivedDocumentsApi.md#deleteReceivedDocumentAttachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment *ReceivedDocumentsApi* | [**getBinReceivedDocument**](docs/ReceivedDocumentsApi.md#getBinReceivedDocument) | **GET** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List @@ -180,7 +180,7 @@ Class | Method | HTTP request | Description *ReceivedDocumentsApi* | [**listBinReceivedDocuments**](docs/ReceivedDocumentsApi.md#listBinReceivedDocuments) | **GET** /c/{company_id}/bin/received_documents | Get Bin Received Documents List *ReceivedDocumentsApi* | [**listReceivedDocuments**](docs/ReceivedDocumentsApi.md#listReceivedDocuments) | **GET** /c/{company_id}/received_documents | List Received Documents *ReceivedDocumentsApi* | [**modifyReceivedDocument**](docs/ReceivedDocumentsApi.md#modifyReceivedDocument) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document -*ReceivedDocumentsApi* | [**recoverBinReceivedDocument**](docs/ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | +*ReceivedDocumentsApi* | [**recoverBinReceivedDocument**](docs/ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin *ReceivedDocumentsApi* | [**uploadReceivedDocumentAttachment**](docs/ReceivedDocumentsApi.md#uploadReceivedDocumentAttachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment *SettingsApi* | [**createPaymentAccount**](docs/SettingsApi.md#createPaymentAccount) | **POST** /c/{company_id}/settings/payment_accounts | Create Payment Account *SettingsApi* | [**createPaymentMethod**](docs/SettingsApi.md#createPaymentMethod) | **POST** /c/{company_id}/settings/payment_methods | Create Payment Method @@ -191,7 +191,9 @@ Class | Method | HTTP request | Description *SettingsApi* | [**getPaymentAccount**](docs/SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account *SettingsApi* | [**getPaymentMethod**](docs/SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method *SettingsApi* | [**getTaxProfile**](docs/SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile +*SettingsApi* | [**getTemplate**](docs/SettingsApi.md#getTemplate) | **GET** /c/{company_id}/settings/templates/{template_id} | Get Template *SettingsApi* | [**getVatType**](docs/SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type +*SettingsApi* | [**listTemplates**](docs/SettingsApi.md#listTemplates) | **GET** /c/{company_id}/settings/templates | List Templates *SettingsApi* | [**modifyPaymentAccount**](docs/SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account *SettingsApi* | [**modifyPaymentMethod**](docs/SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method *SettingsApi* | [**modifyVatType**](docs/SettingsApi.md#modifyVatType) | **PUT** /c/{company_id}/settings/vat_types/{vat_type_id} | Modify Vat Type @@ -316,6 +318,7 @@ Class | Method | HTTP request | Description - [GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md) - [GetSupplierResponse](docs/GetSupplierResponse.md) - [GetTaxProfileResponse](docs/GetTaxProfileResponse.md) + - [GetTemplatesResponse](docs/GetTemplatesResponse.md) - [GetUserInfoResponse](docs/GetUserInfoResponse.md) - [GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md) - [GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md) @@ -447,6 +450,7 @@ Class | Method | HTTP request | Description - [Supplier](docs/Supplier.md) - [SupplierType](docs/SupplierType.md) - [TaxProfile](docs/TaxProfile.md) + - [TemplateType](docs/TemplateType.md) - [TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md) - [UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md) - [UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md) diff --git a/api/openapi.yaml b/api/openapi.yaml index 49052d91..aed461b2 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -12,7 +12,7 @@ info: name: MIT url: https://github.com/fattureincloud/openapi-fattureincloud/blob/master/LICENSE title: Fatture in Cloud API v2 - API Reference - version: 2.1.5 + version: 2.1.6 servers: - url: https://api-v2.fattureincloud.it security: @@ -60,10 +60,29 @@ paths: email_confirmation_state: need_confirmation: false schema: - $ref: '#/components/schemas/GetUserInfoResponse' + $ref: "#/components/schemas/GetUserInfoResponse" description: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized. + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get User Info @@ -153,10 +172,29 @@ paths: dic_timesheet: none dic_settings: none schema: - $ref: '#/components/schemas/ListUserCompaniesResponse' + $ref: "#/components/schemas/ListUserCompaniesResponse" description: User Companies. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List User Companies @@ -265,7 +303,6 @@ paths: subaccounts: true tessera_sanitaria: true recurring: true - sofort: false cerved: true ts_digital: true ts_pay: true @@ -280,10 +317,29 @@ paths: fic_payment_subject: client dic_payment_subject: client schema: - $ref: '#/components/schemas/GetCompanyInfoResponse' + $ref: "#/components/schemas/GetCompanyInfoResponse" description: Company info. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized. + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Company Info @@ -329,10 +385,29 @@ paths: limit: 3000 usage: 100 schema: - $ref: '#/components/schemas/GetCompanyPlanUsageResponse' + $ref: "#/components/schemas/GetCompanyPlanUsageResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized. + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Company Plan Usage @@ -503,10 +578,29 @@ paths: to: 50 total: 8 schema: - $ref: '#/components/schemas/ListClientsResponse' + $ref: "#/components/schemas/ListClientsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.clients:r @@ -569,7 +663,7 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/CreateClientRequest' + $ref: "#/components/schemas/CreateClientRequest" description: The client to create responses: "200": @@ -618,8 +712,27 @@ paths: id: 386092 name: Credit card schema: - $ref: '#/components/schemas/CreateClientResponse' + $ref: "#/components/schemas/CreateClientResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.clients:a @@ -654,10 +767,29 @@ paths: responses: "200": description: Entity Removed + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.clients:a @@ -748,12 +880,31 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetClientResponse' + $ref: "#/components/schemas/GetClientResponse" description: Client Details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.clients:r @@ -824,7 +975,7 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/ModifyClientRequest' + $ref: "#/components/schemas/ModifyClientRequest" description: The modified Client. First level parameters are managed in delta mode. responses: @@ -869,12 +1020,31 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/ModifyClientResponse' + $ref: "#/components/schemas/ModifyClientResponse" description: Client modified. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.clients:a @@ -948,12 +1118,31 @@ paths: limit: 0 usage: 0 schema: - $ref: '#/components/schemas/GetEntityClientPreCreateInfoResponse' + $ref: "#/components/schemas/GetEntityClientPreCreateInfoResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.clients:r @@ -1095,10 +1284,29 @@ paths: created_at: 2021-15-09 updated_at: 2021-15-09 schema: - $ref: '#/components/schemas/ListSuppliersResponse' + $ref: "#/components/schemas/ListSuppliersResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.suppliers:r @@ -1148,7 +1356,7 @@ paths: fax: "123456789" notes: "" schema: - $ref: '#/components/schemas/CreateSupplierRequest' + $ref: "#/components/schemas/CreateSupplierRequest" description: The supplier to create responses: "200": @@ -1181,8 +1389,27 @@ paths: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/CreateSupplierResponse' + $ref: "#/components/schemas/CreateSupplierResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.suppliers:a @@ -1217,10 +1444,29 @@ paths: responses: "200": description: Entity Removed + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.suppliers:a @@ -1300,12 +1546,31 @@ paths: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/GetSupplierResponse' + $ref: "#/components/schemas/GetSupplierResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.suppliers:r @@ -1363,7 +1628,7 @@ paths: fax: "123456789" notes: "" schema: - $ref: '#/components/schemas/ModifySupplierRequest' + $ref: "#/components/schemas/ModifySupplierRequest" description: The modified Supplier. First level parameters are managed in delta mode. responses: @@ -1397,12 +1662,31 @@ paths: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/ModifySupplierResponse' + $ref: "#/components/schemas/ModifySupplierResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - entity.suppliers:a @@ -1538,10 +1822,29 @@ paths: to: 55 total: 55 schema: - $ref: '#/components/schemas/ListProductsResponse' + $ref: "#/components/schemas/ListProductsResponse" description: Products List. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - products:r @@ -1586,7 +1889,7 @@ paths: \ 2" is_disabled: false schema: - $ref: '#/components/schemas/CreateProductRequest' + $ref: "#/components/schemas/CreateProductRequest" description: "" responses: "200": @@ -1615,8 +1918,27 @@ paths: \ 2" is_disabled: false schema: - $ref: '#/components/schemas/CreateProductResponse' + $ref: "#/components/schemas/CreateProductResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - products:a @@ -1651,10 +1973,29 @@ paths: responses: "200": description: Product removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - products:a @@ -1734,12 +2075,31 @@ paths: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/GetProductResponse' + $ref: "#/components/schemas/GetProductResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - products:r @@ -1792,7 +2152,7 @@ paths: \ 2" is_disabled: false schema: - $ref: '#/components/schemas/ModifyProductRequest' + $ref: "#/components/schemas/ModifyProductRequest" description: Modified product details. responses: "200": @@ -1825,12 +2185,31 @@ paths: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/ModifyProductResponse' + $ref: "#/components/schemas/ModifyProductResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - products:a @@ -2017,12 +2396,31 @@ paths: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListIssuedDocumentsResponse' + $ref: "#/components/schemas/ListIssuedDocumentsResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:r @@ -2114,7 +2512,7 @@ paths: id: 4 price_list_id: "10" schema: - $ref: '#/components/schemas/CreateIssuedDocumentRequest' + $ref: "#/components/schemas/CreateIssuedDocumentRequest" description: The Issued Document responses: "200": @@ -2236,10 +2634,29 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/CreateIssuedDocumentResponse' + $ref: "#/components/schemas/CreateIssuedDocumentResponse" description: Document created. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:a @@ -2280,10 +2697,29 @@ paths: responses: "200": description: Document removed + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:a @@ -2460,12 +2896,31 @@ paths: show_tspay_button: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetIssuedDocumentResponse' + $ref: "#/components/schemas/GetIssuedDocumentResponse" description: Document Details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:r @@ -2562,7 +3017,7 @@ paths: type: standard status: not_paid schema: - $ref: '#/components/schemas/ModifyIssuedDocumentRequest' + $ref: "#/components/schemas/ModifyIssuedDocumentRequest" description: The modified document responses: "200": @@ -2685,12 +3140,31 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/ModifyIssuedDocumentResponse' + $ref: "#/components/schemas/ModifyIssuedDocumentResponse" description: Document edited + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:a @@ -2821,7 +3295,7 @@ paths: name: Light Smoke url: y12h45rn9yf2mse0p43t7ec90vr.pdf schema: - $ref: '#/components/schemas/GetNewIssuedDocumentTotalsRequest' + $ref: "#/components/schemas/GetNewIssuedDocumentTotalsRequest" responses: "200": content: @@ -2842,10 +3316,29 @@ paths: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetNewIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewIssuedDocumentTotalsResponse" description: Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get New Issued Document Totals @@ -2885,7 +3378,7 @@ paths: data: rivalsa: 20 schema: - $ref: '#/components/schemas/GetExistingIssuedDocumentTotalsRequest' + $ref: "#/components/schemas/GetExistingIssuedDocumentTotalsRequest" responses: "200": content: @@ -2908,12 +3401,31 @@ paths: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetExistingIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingIssuedDocumentTotalsResponse" description: Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Existing Issued Document Totals @@ -2947,7 +3459,7 @@ paths: filename: ricevuta_maryRedSRL attachment: ricevuta_20_08_2020.pdf schema: - $ref: '#/components/schemas/UploadIssuedDocumentAttachmentRequest' + $ref: "#/components/schemas/UploadIssuedDocumentAttachmentRequest" description: Attachment. responses: "200": @@ -2959,10 +3471,29 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadIssuedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadIssuedDocumentAttachmentResponse" description: Attachment Token. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Upload Issued Document Attachment @@ -2996,10 +3527,29 @@ paths: responses: "200": description: File removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Delete Issued Document Attachment @@ -4767,8 +5317,27 @@ paths: valid_to: 2025-09-10 type: sell schema: - $ref: '#/components/schemas/GetIssuedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetIssuedDocumentPreCreateInfoResponse" description: Pre-create info. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Issued Document Pre-Create Info @@ -4826,8 +5395,27 @@ paths: attachment_exists: false accompanying_invoice_exists: false schema: - $ref: '#/components/schemas/GetEmailDataResponse' + $ref: "#/components/schemas/GetEmailDataResponse" description: EmailData + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:r @@ -4885,15 +5473,34 @@ paths: attach_pdf: true send_copy: false schema: - $ref: '#/components/schemas/ScheduleEmailRequest' + $ref: "#/components/schemas/ScheduleEmailRequest" description: Email Schedule responses: "200": description: OK + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:r @@ -4940,7 +5547,7 @@ paths: data: withholding_tax_causal: causale schema: - $ref: '#/components/schemas/SendEInvoiceRequest' + $ref: "#/components/schemas/SendEInvoiceRequest" description: "" responses: "200": @@ -4953,12 +5560,31 @@ paths: name: CARICATO date: 2021-08-23 10:38:03 schema: - $ref: '#/components/schemas/SendEInvoiceResponse' + $ref: "#/components/schemas/SendEInvoiceResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Send E-Invoice @@ -5000,18 +5626,46 @@ paths: data: success: true schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found "422": content: application/json: schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Verify E-Invoice XML @@ -5054,12 +5708,31 @@ paths: content: text/xml: schema: - $ref: '#/components/schemas/GetEInvoiceXmlResponse' + $ref: "#/components/schemas/GetEInvoiceXmlResponse" description: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get E-Invoice XML @@ -5104,8 +5777,27 @@ paths: \ > Azienda > Informazioni di fatturazione." date: 2023-06-06 schema: - $ref: '#/components/schemas/GetEInvoiceRejectionReasonResponse' + $ref: "#/components/schemas/GetEInvoiceRejectionReasonResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get E-Invoice Rejection Reason @@ -5304,10 +5996,29 @@ paths: to: 50 total: 123 schema: - $ref: '#/components/schemas/ListReceivedDocumentsResponse' + $ref: "#/components/schemas/ListReceivedDocumentsResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:r @@ -5376,7 +6087,7 @@ paths: virtual: false attachment_token: bnopjao8gvydtgnewgiovs74yrfqwefEF schema: - $ref: '#/components/schemas/CreateReceivedDocumentRequest' + $ref: "#/components/schemas/CreateReceivedDocumentRequest" description: Document to create responses: "200": @@ -5431,8 +6142,27 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/CreateReceivedDocumentResponse' + $ref: "#/components/schemas/CreateReceivedDocumentResponse" description: Document created. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:a @@ -5468,10 +6198,29 @@ paths: responses: "200": description: Document removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:a @@ -5574,12 +6323,31 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/GetReceivedDocumentResponse' + $ref: "#/components/schemas/GetReceivedDocumentResponse" description: Document details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:r @@ -5655,7 +6423,7 @@ paths: name: Contanti virtual: false schema: - $ref: '#/components/schemas/ModifyReceivedDocumentRequest' + $ref: "#/components/schemas/ModifyReceivedDocumentRequest" description: Modified document. responses: "200": @@ -5710,12 +6478,31 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ModifyReceivedDocumentResponse' + $ref: "#/components/schemas/ModifyReceivedDocumentResponse" description: Modified document. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:a @@ -5782,7 +6569,7 @@ paths: type: standard status: paid schema: - $ref: '#/components/schemas/GetNewReceivedDocumentTotalsRequest' + $ref: "#/components/schemas/GetNewReceivedDocumentTotalsRequest" description: Received document. responses: "200": @@ -5800,12 +6587,31 @@ paths: amount_due: 602 payments_sum: 592 schema: - $ref: '#/components/schemas/GetNewReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewReceivedDocumentTotalsResponse" description: Document Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:a @@ -5847,7 +6653,7 @@ paths: data: amount_vat: 20 schema: - $ref: '#/components/schemas/GetExistingReceivedDocumentTotalsRequest' + $ref: "#/components/schemas/GetExistingReceivedDocumentTotalsRequest" description: Received document. responses: "200": @@ -5865,8 +6671,27 @@ paths: amount_due: 612 payments_sum: 592 schema: - $ref: '#/components/schemas/GetExistingReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingReceivedDocumentTotalsResponse" description: Document Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:a @@ -5902,7 +6727,7 @@ paths: filename: spesa_HotelRubino attachment: spesa_08_08_2020.pdf schema: - $ref: '#/components/schemas/UploadReceivedDocumentAttachmentRequest' + $ref: "#/components/schemas/UploadReceivedDocumentAttachmentRequest" description: Attachment. responses: "200": @@ -5914,10 +6739,29 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadReceivedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadReceivedDocumentAttachmentResponse" description: Attachment Token. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:a @@ -5953,10 +6797,29 @@ paths: responses: "200": description: File removed + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:a @@ -6769,8 +7632,27 @@ paths: description: Contribuenti forfettari is_disabled: false schema: - $ref: '#/components/schemas/GetReceivedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceivedDocumentPreCreateInfoResponse" description: Pre-create info + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - received_documents:r @@ -6930,10 +7812,29 @@ paths: to: 50 total: 65 schema: - $ref: '#/components/schemas/ListReceiptsResponse' + $ref: "#/components/schemas/ListReceiptsResponse" description: Receipts list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - receipts:r @@ -6983,7 +7884,7 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/CreateReceiptRequest' + $ref: "#/components/schemas/CreateReceiptRequest" description: The Receipt to create. responses: "200": @@ -7020,10 +7921,29 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/CreateReceiptResponse' + $ref: "#/components/schemas/CreateReceiptResponse" description: Created Receipt. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - receipts:a @@ -7058,10 +7978,29 @@ paths: responses: "200": description: Document removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - receipts:a @@ -7145,12 +8084,31 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/GetReceiptResponse' + $ref: "#/components/schemas/GetReceiptResponse" description: Receipt Details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - receipts:r @@ -7208,7 +8166,7 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/ModifyReceiptRequest' + $ref: "#/components/schemas/ModifyReceiptRequest" description: Modified receipt. responses: "200": @@ -7245,12 +8203,31 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/ModifyReceiptResponse' + $ref: "#/components/schemas/ModifyReceiptResponse" description: Modified receipt. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - receipts:a @@ -7417,12 +8394,31 @@ paths: description: art.26 COMMA' 3 DPR 633/72 is_disabled: false schema: - $ref: '#/components/schemas/GetReceiptPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceiptPreCreateInfoResponse" description: Pre-create info. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - receipts:r @@ -7509,12 +8505,31 @@ paths: gross: 0 count: 21 schema: - $ref: '#/components/schemas/GetReceiptsMonthlyTotalsResponse' + $ref: "#/components/schemas/GetReceiptsMonthlyTotalsResponse" description: Monthly Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - receipts:r @@ -7633,10 +8648,29 @@ paths: aggregated_data: amount: "6438.96" schema: - $ref: '#/components/schemas/ListF24Response' + $ref: "#/components/schemas/ListF24Response" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - taxes:r @@ -7673,7 +8707,7 @@ paths: id: 111 attachment_token: b19c01da9b1688fb73d0d9e8ad schema: - $ref: '#/components/schemas/CreateF24Request' + $ref: "#/components/schemas/CreateF24Request" description: The F24 to create responses: "200": @@ -7693,12 +8727,31 @@ paths: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/CreateF24Response' + $ref: "#/components/schemas/CreateF24Response" description: The created F24 + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - taxes:a @@ -7733,10 +8786,29 @@ paths: responses: "200": description: Document removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - taxes:a @@ -7803,12 +8875,31 @@ paths: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/GetF24Response' + $ref: "#/components/schemas/GetF24Response" description: The F24 + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - taxes:r @@ -7852,7 +8943,7 @@ paths: payment_account: id: 111 schema: - $ref: '#/components/schemas/ModifyF24Request' + $ref: "#/components/schemas/ModifyF24Request" description: The F24 responses: "200": @@ -7872,12 +8963,31 @@ paths: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/ModifyF24Response' + $ref: "#/components/schemas/ModifyF24Response" description: The modified F24 + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - taxes:a @@ -7912,7 +9022,7 @@ paths: filename: F24_IVA21 attachment: pagamento_f24_31_12_2021.pdf schema: - $ref: '#/components/schemas/UploadF24AttachmentRequest' + $ref: "#/components/schemas/UploadF24AttachmentRequest" description: Attachment. responses: "200": @@ -7924,8 +9034,27 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadF24AttachmentResponse' + $ref: "#/components/schemas/UploadF24AttachmentResponse" description: Attachment Token. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - taxes:a @@ -7960,10 +9089,29 @@ paths: responses: "200": description: File Removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - taxes:a @@ -8072,12 +9220,31 @@ paths: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListArchiveDocumentsResponse' + $ref: "#/components/schemas/ListArchiveDocumentsResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - archive:r @@ -8111,7 +9278,7 @@ paths: description: spesa 1 attachment_token: ibfjdbf94ey9w94g3w894qbasrga schema: - $ref: '#/components/schemas/CreateArchiveDocumentRequest' + $ref: "#/components/schemas/CreateArchiveDocumentRequest" description: The Archive Document. responses: "200": @@ -8127,12 +9294,31 @@ paths: description: spesa 1 attachment_url: spesa1.pdf schema: - $ref: '#/components/schemas/CreateArchiveDocumentResponse' + $ref: "#/components/schemas/CreateArchiveDocumentResponse" description: The Archive Document. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - archive:a @@ -8167,10 +9353,29 @@ paths: responses: "200": description: Document removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - archive:a @@ -8233,12 +9438,31 @@ paths: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/GetArchiveDocumentResponse' + $ref: "#/components/schemas/GetArchiveDocumentResponse" description: Archive Document Details + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - archive:r @@ -8279,7 +9503,7 @@ paths: category: Altri documenti description: spesa 2 schema: - $ref: '#/components/schemas/ModifyArchiveDocumentRequest' + $ref: "#/components/schemas/ModifyArchiveDocumentRequest" description: Modified Archive Document responses: "200": @@ -8295,12 +9519,31 @@ paths: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/ModifyArchiveDocumentResponse' + $ref: "#/components/schemas/ModifyArchiveDocumentResponse" description: The modified Archived Document + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - archive:a @@ -8335,7 +9578,7 @@ paths: filename: spesa_altro attachment: spesa_20_08_2020.pdf schema: - $ref: '#/components/schemas/UploadArchiveDocumentAttachmentRequest' + $ref: "#/components/schemas/UploadArchiveDocumentAttachmentRequest" description: Attachment. responses: "200": @@ -8347,12 +9590,31 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadArchiveAttachmentResponse' + $ref: "#/components/schemas/UploadArchiveAttachmentResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - archive:a @@ -8449,12 +9711,31 @@ paths: id: 12345 type: out schema: - $ref: '#/components/schemas/ListCashbookEntriesResponse' + $ref: "#/components/schemas/ListCashbookEntriesResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - cashbook:r @@ -8494,7 +9775,7 @@ paths: id: 54321 type: in schema: - $ref: '#/components/schemas/CreateCashbookEntryRequest' + $ref: "#/components/schemas/CreateCashbookEntryRequest" description: | Cashbook entry. responses: @@ -8516,12 +9797,31 @@ paths: payment_account_out: null kind: cashbook schema: - $ref: '#/components/schemas/CreateCashbookEntryResponse' + $ref: "#/components/schemas/CreateCashbookEntryResponse" description: The created Cashbook Entry. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - cashbook:a @@ -8556,10 +9856,29 @@ paths: responses: "200": description: Document removed. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - cashbook:a @@ -8627,12 +9946,31 @@ paths: id: 54321 type: in schema: - $ref: '#/components/schemas/GetCashbookEntryResponse' + $ref: "#/components/schemas/GetCashbookEntryResponse" description: Cashbook Entry. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - cashbook:r @@ -8676,7 +10014,7 @@ paths: description: Fattura n. 201/2021 entity_name: Rossi S.r.l. schema: - $ref: '#/components/schemas/ModifyCashbookEntryRequest' + $ref: "#/components/schemas/ModifyCashbookEntryRequest" description: Cashbook Entry responses: "200": @@ -8697,12 +10035,31 @@ paths: id: 54321 type: in schema: - $ref: '#/components/schemas/ModifyCashbookEntryResponse' + $ref: "#/components/schemas/ModifyCashbookEntryResponse" description: The modified Cashbook Entry + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - cashbook:a @@ -8734,10 +10091,29 @@ paths: - Anguilla - '...' schema: - $ref: '#/components/schemas/ListCountriesResponse' + $ref: "#/components/schemas/ListCountriesResponse" description: List of countries + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Countries @@ -8774,10 +10150,29 @@ paths: fiscal_iso: AL uic: "087" schema: - $ref: '#/components/schemas/ListDetailedCountriesResponse' + $ref: "#/components/schemas/ListDetailedCountriesResponse" description: List of detailed countries + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Detailed Countries @@ -8824,8 +10219,27 @@ paths: city: Altavilla Irpina province: AV schema: - $ref: '#/components/schemas/ListCitiesResponse' + $ref: "#/components/schemas/ListCitiesResponse" description: Cities List. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Cities @@ -8851,10 +10265,29 @@ paths: - code: en name: Inglese schema: - $ref: '#/components/schemas/ListLanguagesResponse' + $ref: "#/components/schemas/ListLanguagesResponse" description: LanguagesList + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Languages @@ -8864,8 +10297,8 @@ paths: - application/json /info/templates: get: - description: Lists the available templates. - operationId: listTemplates + description: Lists the default available templates. + operationId: listDefaultTemplates parameters: - description: Type of the templates. explode: true @@ -8904,13 +10337,32 @@ paths: - id: 106 name: Minimalist schema: - $ref: '#/components/schemas/ListTemplatesResponse' + $ref: "#/components/schemas/ListTemplatesResponse" description: Templates list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] - summary: List Templates + summary: List Default Templates tags: - Info x-accepts: @@ -8937,10 +10389,29 @@ paths: html_symbol: '€' exchange_rate: "1.00000" schema: - $ref: '#/components/schemas/ListCurrenciesResponse' + $ref: "#/components/schemas/ListCurrenciesResponse" description: Currencies List. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Currencies @@ -8969,10 +10440,29 @@ paths: - km - mesi schema: - $ref: '#/components/schemas/ListUnitsOfMeasureResponse' + $ref: "#/components/schemas/ListUnitsOfMeasureResponse" description: Units of measure. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Units of Measure @@ -9005,10 +10495,29 @@ paths: - Reso per accredito - Reso per sostituzione schema: - $ref: '#/components/schemas/ListDeliveryNotesDefaultCausalsResponse' + $ref: "#/components/schemas/ListDeliveryNotesDefaultCausalsResponse" description: List of Delivery Notes Default Causals + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Delivery Notes Default Causals @@ -9068,12 +10577,31 @@ paths: is_disabled: false editable: true schema: - $ref: '#/components/schemas/ListVatTypesResponse' + $ref: "#/components/schemas/ListVatTypesResponse" description: List of Vat Types. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:r @@ -9141,12 +10669,31 @@ paths: is_default: true default_payment_account: null schema: - $ref: '#/components/schemas/ListPaymentMethodsResponse' + $ref: "#/components/schemas/ListPaymentMethodsResponse" description: Payment methods list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Payment Methods @@ -9217,12 +10764,31 @@ paths: sia: IN234 virtual: false schema: - $ref: '#/components/schemas/ListPaymentAccountsResponse' + $ref: "#/components/schemas/ListPaymentAccountsResponse" description: Payment accounts list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Payment Accounts @@ -9255,12 +10821,31 @@ paths: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListRevenueCentersResponse' + $ref: "#/components/schemas/ListRevenueCentersResponse" description: List of Revenue Centers + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Revenue Centers @@ -9293,12 +10878,31 @@ paths: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListCostCentersResponse' + $ref: "#/components/schemas/ListCostCentersResponse" description: List of Cost Centers + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Cost Centers @@ -9343,12 +10947,31 @@ paths: - Alimentari - Arredamento schema: - $ref: '#/components/schemas/ListProductCategoriesResponse' + $ref: "#/components/schemas/ListProductCategoriesResponse" description: Product Categories List + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Product Categories @@ -9384,8 +11007,27 @@ paths: - Computer e accessori - Server e hosting schema: - $ref: '#/components/schemas/ListReceivedDocumentCategoriesResponse' + $ref: "#/components/schemas/ListReceivedDocumentCategoriesResponse" description: Received Document Categories List + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Received Document Categories @@ -9423,12 +11065,31 @@ paths: - Estratti conto bancari - Estratti conto carte di credito schema: - $ref: '#/components/schemas/ListArchiveCategoriesResponse' + $ref: "#/components/schemas/ListArchiveCategoriesResponse" description: Archive Categories list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Archive Categories @@ -9468,7 +11129,7 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/CreatePaymentMethodRequest' + $ref: "#/components/schemas/CreatePaymentMethodRequest" responses: "200": content: @@ -9488,8 +11149,27 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/CreatePaymentMethodResponse' + $ref: "#/components/schemas/CreatePaymentMethodResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -9524,6 +11204,25 @@ paths: responses: "200": description: OK + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -9591,8 +11290,27 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/GetPaymentMethodResponse' + $ref: "#/components/schemas/GetPaymentMethodResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Payment Method @@ -9639,7 +11357,7 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/ModifyPaymentMethodRequest' + $ref: "#/components/schemas/ModifyPaymentMethodRequest" description: "" responses: "200": @@ -9660,8 +11378,27 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/ModifyPaymentMethodResponse' + $ref: "#/components/schemas/ModifyPaymentMethodResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -9699,7 +11436,7 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/CreatePaymentAccountRequest' + $ref: "#/components/schemas/CreatePaymentAccountRequest" responses: "200": content: @@ -9715,8 +11452,27 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/CreatePaymentAccountResponse' + $ref: "#/components/schemas/CreatePaymentAccountResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -9781,8 +11537,27 @@ paths: is_disabled: false default: true schema: - $ref: '#/components/schemas/GetTaxProfileResponse' + $ref: "#/components/schemas/GetTaxProfileResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:r @@ -9816,6 +11591,25 @@ paths: responses: "200": description: OK + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -9879,8 +11673,27 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/GetPaymentAccountResponse' + $ref: "#/components/schemas/GetPaymentAccountResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Payment Account @@ -9924,7 +11737,7 @@ paths: cuc: string virtual: true schema: - $ref: '#/components/schemas/ModifyPaymentAccountRequest' + $ref: "#/components/schemas/ModifyPaymentAccountRequest" responses: "200": content: @@ -9940,8 +11753,27 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/ModifyPaymentAccountResponse' + $ref: "#/components/schemas/ModifyPaymentAccountResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -9982,7 +11814,7 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/CreateVatTypeRequest' + $ref: "#/components/schemas/CreateVatTypeRequest" description: "" responses: "200": @@ -10003,8 +11835,27 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/CreateVatTypeResponse' + $ref: "#/components/schemas/CreateVatTypeResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -10014,6 +11865,165 @@ paths: x-content-type: application/json x-accepts: - application/json + /c/{company_id}/settings/templates: + get: + description: Gets all the standard and private templates. + operationId: listTemplates + parameters: + - description: The ID of the company. + explode: false + in: path + name: company_id + required: true + schema: + example: 12345 + type: integer + style: simple + - description: List of comma-separated fields. + explode: true + in: query + name: fields + required: false + schema: + type: string + style: form + - description: Name of the fieldset. + explode: true + in: query + name: fieldset + required: false + schema: + enum: + - basic + - detailed + type: string + style: form + responses: + "200": + content: + application/json: + examples: + example-1: + value: + data: + - id: 10 + name: New Standard S1 + - id: 106 + name: Minimalist + schema: + $ref: "#/components/schemas/ListTemplatesResponse" + description: Templates list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "401": + description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + security: + - OAuth2AuthenticationCodeFlow: [] + summary: List Templates + tags: + - Settings + x-accepts: + - application/json + /c/{company_id}/settings/templates/{template_id}: + get: + description: Gets a specified template. + operationId: getTemplate + parameters: + - description: The ID of the company. + explode: false + in: path + name: company_id + required: true + schema: + example: 12345 + type: integer + style: simple + - description: The Referred Template Id. + explode: false + in: path + name: template_id + required: true + schema: + type: integer + style: simple + - description: List of comma-separated fields. + explode: true + in: query + name: fields + required: false + schema: + type: string + style: form + - description: Name of the fieldset. + explode: true + in: query + name: fieldset + required: false + schema: + enum: + - basic + - detailed + type: string + style: form + responses: + "200": + content: + application/json: + examples: + example-1: + value: + data: + id: 10 + privacy: gallery_all + name: New Standard S1 + type: standard + can_disable_watermark: false + schema: + $ref: "#/components/schemas/GetTemplatesResponse" + description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + security: + - OAuth2AuthenticationCodeFlow: [] + summary: Get Template + tags: + - Settings + x-accepts: + - application/json /c/{company_id}/settings/vat_types/{vat_type_id}: delete: description: Deletes the specified vat type. @@ -10039,6 +12049,25 @@ paths: responses: "200": description: OK + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -10087,8 +12116,27 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/GetVatTypeResponse' + $ref: "#/components/schemas/GetVatTypeResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Vat Type @@ -10134,7 +12182,7 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/ModifyVatTypeRequest' + $ref: "#/components/schemas/ModifyVatTypeRequest" responses: "200": content: @@ -10154,8 +12202,27 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/ModifyVatTypeResponse' + $ref: "#/components/schemas/ModifyVatTypeResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - settings:a @@ -10349,8 +12416,27 @@ paths: transform: true keep_copy: true schema: - $ref: '#/components/schemas/TransformIssuedDocumentResponse' + $ref: "#/components/schemas/TransformIssuedDocumentResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Transform Issued Document @@ -10529,8 +12615,27 @@ paths: - "82112399" - "82112400" schema: - $ref: '#/components/schemas/JoinIssuedDocumentsResponse' + $ref: "#/components/schemas/JoinIssuedDocumentsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Join Issued Documents @@ -10660,8 +12765,27 @@ paths: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListEmailsResponse' + $ref: "#/components/schemas/ListEmailsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Emails @@ -10703,8 +12827,27 @@ paths: types: - it.fattureincloud.webhooks.issued_documents.delete schema: - $ref: '#/components/schemas/ListWebhooksSubscriptionsResponse' + $ref: "#/components/schemas/ListWebhooksSubscriptionsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: List Webhooks Subscriptions @@ -10738,7 +12881,7 @@ paths: - it.fattureincloud.webhooks.issued_documents.create verification_method: header schema: - $ref: '#/components/schemas/CreateWebhooksSubscriptionRequest' + $ref: "#/components/schemas/CreateWebhooksSubscriptionRequest" description: "" responses: "200": @@ -10757,8 +12900,27 @@ paths: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/CreateWebhooksSubscriptionResponse' + $ref: "#/components/schemas/CreateWebhooksSubscriptionResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Create a Webhook Subscription @@ -10793,6 +12955,25 @@ paths: responses: "200": description: OK + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Delete Webhooks Subscription @@ -10836,8 +13017,27 @@ paths: types: - it.fattureincloud.webhooks.issued_documents.invoices.create schema: - $ref: '#/components/schemas/GetWebhooksSubscriptionResponse' + $ref: "#/components/schemas/GetWebhooksSubscriptionResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Webhooks Subscription @@ -10871,7 +13071,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ModifyWebhooksSubscriptionRequest' + $ref: "#/components/schemas/ModifyWebhooksSubscriptionRequest" responses: "200": content: @@ -10889,8 +13089,27 @@ paths: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/ModifyWebhooksSubscriptionResponse' + $ref: "#/components/schemas/ModifyWebhooksSubscriptionResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Modify Webhooks Subscription @@ -10926,10 +13145,29 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/VerifyWebhooksSubscriptionRequest' + $ref: "#/components/schemas/VerifyWebhooksSubscriptionRequest" responses: "200": description: OK + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Verify Webhooks Subscription @@ -11017,8 +13255,27 @@ paths: items_list: null payments_list: null schema: - $ref: '#/components/schemas/ListBinIssuedDocuments' + $ref: "#/components/schemas/ListBinIssuedDocuments" description: Bin Issued Documents List + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:r @@ -11057,7 +13314,28 @@ paths: responses: "200": description: OK - summary: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + security: + - OAuth2AuthenticationCodeFlow: [] + summary: Delete Bin Issued Document tags: - Issued Documents x-accepts: @@ -11203,8 +13481,27 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/GetBinIssuedDocumentResponse' + $ref: "#/components/schemas/GetBinIssuedDocumentResponse" description: Bin issued document details + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: - issued_documents.invoices:r @@ -11243,7 +13540,28 @@ paths: responses: "200": description: OK - summary: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + security: + - OAuth2AuthenticationCodeFlow: [] + summary: Recover Issued Document From The Bin tags: - Issued Documents x-accepts: @@ -11359,8 +13677,27 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ListBinReceivedDocuments' + $ref: "#/components/schemas/ListBinReceivedDocuments" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Bin Received Documents List @@ -11393,7 +13730,26 @@ paths: responses: "200": description: OK - summary: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + summary: Delete Bin Received Document tags: - Received Documents x-accepts: @@ -11539,8 +13895,27 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/GetBinIssuedDocumentResponse' + $ref: "#/components/schemas/GetBinIssuedDocumentResponse" description: Bin issued document details + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get Bin Received Documents List @@ -11573,7 +13948,26 @@ paths: responses: "200": description: OK - summary: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + summary: Recover Received Document From The Bin tags: - Received Documents x-accepts: @@ -11615,12 +14009,31 @@ paths: valid_to: 2025-01-01 type: purchase schema: - $ref: '#/components/schemas/ListPriceListsResponse' + $ref: "#/components/schemas/ListPriceListsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get PriceLists @@ -11642,7 +14055,8 @@ paths: example: 12345 type: integer style: simple - - explode: false + - description: The ID of the price + explode: false in: path name: price_list_id required: true @@ -11662,12 +14076,31 @@ paths: "2": price: 5 schema: - $ref: '#/components/schemas/GetPriceListItemsResponse' + $ref: "#/components/schemas/GetPriceListItemsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" "401": description: Unauthorized + "403": + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" "404": description: Not Found + "429": + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" security: - OAuth2AuthenticationCodeFlow: [] summary: Get PriceList Items List @@ -11676,6 +14109,42 @@ paths: x-accepts: - application/json components: + headers: + RateLimitHourlyRemaining: + description: The number of requests remaining for the current hour + explode: false + schema: + example: 840 + type: integer + style: simple + RateLimitHourlyLimit: + description: The maximum number of requests you are permitted to make per hour + explode: false + schema: + example: 1000 + type: integer + style: simple + RateLimitMonthlyRemaining: + description: The number of requests remaining for the current month + explode: false + schema: + example: 1430 + type: integer + style: simple + RateLimitMonthlyLimit: + description: The maximum number of requests you are permitted to make per month + explode: false + schema: + example: 40000 + type: integer + style: simple + RetryAfter: + description: Number of seconds to wait before retrying the request + explode: false + schema: + example: 60 + type: integer + style: simple parameters: company_id: description: The ID of the company. @@ -11840,6 +14309,16 @@ components: type: string style: simple responses: + Forbidden403: + description: Forbidden - Rate limit exceeded + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" + TooManyRequests429: + description: Too Many Requests + headers: + Retry-After: + $ref: "#/components/headers/RetryAfter" GetUserInfoResponse: content: application/json: @@ -11861,8 +14340,17 @@ components: email_confirmation_state: need_confirmation: false schema: - $ref: '#/components/schemas/GetUserInfoResponse' + $ref: "#/components/schemas/GetUserInfoResponse" description: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListUserCompaniesResponse: content: application/json: @@ -11939,8 +14427,17 @@ components: dic_timesheet: none dic_settings: none schema: - $ref: '#/components/schemas/ListUserCompaniesResponse' + $ref: "#/components/schemas/ListUserCompaniesResponse" description: User Companies. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetCompanyInfoResponse: content: application/json: @@ -12027,7 +14524,6 @@ components: subaccounts: true tessera_sanitaria: true recurring: true - sofort: false cerved: true ts_digital: true ts_pay: true @@ -12042,8 +14538,17 @@ components: fic_payment_subject: client dic_payment_subject: client schema: - $ref: '#/components/schemas/GetCompanyInfoResponse' + $ref: "#/components/schemas/GetCompanyInfoResponse" description: Company info. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateClientResponse: content: application/json: @@ -12090,8 +14595,17 @@ components: id: 386092 name: Credit card schema: - $ref: '#/components/schemas/CreateClientResponse' + $ref: "#/components/schemas/CreateClientResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListClientsResponse: content: application/json: @@ -12184,8 +14698,17 @@ components: to: 50 total: 8 schema: - $ref: '#/components/schemas/ListClientsResponse' + $ref: "#/components/schemas/ListClientsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListSuppliersResponse: content: application/json: @@ -12248,8 +14771,17 @@ components: created_at: 2021-15-09 updated_at: 2021-15-09 schema: - $ref: '#/components/schemas/ListSuppliersResponse' + $ref: "#/components/schemas/ListSuppliersResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateSupplierResponse: content: application/json: @@ -12280,8 +14812,17 @@ components: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/CreateSupplierResponse' + $ref: "#/components/schemas/CreateSupplierResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetClientResponse: content: application/json: @@ -12323,8 +14864,17 @@ components: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetClientResponse' + $ref: "#/components/schemas/GetClientResponse" description: Client Details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyClientResponse: content: application/json: @@ -12366,8 +14916,17 @@ components: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/ModifyClientResponse' + $ref: "#/components/schemas/ModifyClientResponse" description: Client modified. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetSupplierResponse: content: application/json: @@ -12398,8 +14957,17 @@ components: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/GetSupplierResponse' + $ref: "#/components/schemas/GetSupplierResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifySupplierResponse: content: application/json: @@ -12430,8 +14998,17 @@ components: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/ModifySupplierResponse' + $ref: "#/components/schemas/ModifySupplierResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListProductsResponse: content: application/json: @@ -12485,8 +15062,17 @@ components: to: 55 total: 55 schema: - $ref: '#/components/schemas/ListProductsResponse' + $ref: "#/components/schemas/ListProductsResponse" description: Products List. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateProductResponse: content: application/json: @@ -12512,8 +15098,17 @@ components: notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" is_disabled: false schema: - $ref: '#/components/schemas/CreateProductResponse' + $ref: "#/components/schemas/CreateProductResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetProductResponse: content: application/json: @@ -12543,8 +15138,17 @@ components: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/GetProductResponse' + $ref: "#/components/schemas/GetProductResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyProductResponse: content: application/json: @@ -12574,8 +15178,17 @@ components: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/ModifyProductResponse' + $ref: "#/components/schemas/ModifyProductResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListIssuedDocumentsResponse: content: application/json: @@ -12651,8 +15264,17 @@ components: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListIssuedDocumentsResponse' + $ref: "#/components/schemas/ListIssuedDocumentsResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateIssuedDocumentResponse: content: application/json: @@ -12772,8 +15394,17 @@ components: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/CreateIssuedDocumentResponse' + $ref: "#/components/schemas/CreateIssuedDocumentResponse" description: Document created. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetIssuedDocumentResponse: content: application/json: @@ -12894,8 +15525,17 @@ components: show_tspay_button: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetIssuedDocumentResponse' + $ref: "#/components/schemas/GetIssuedDocumentResponse" description: Document Details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyIssuedDocumentResponse: content: application/json: @@ -13016,8 +15656,17 @@ components: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/ModifyIssuedDocumentResponse' + $ref: "#/components/schemas/ModifyIssuedDocumentResponse" description: Document edited + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetNewIssuedDocumentTotalsResponse: content: application/json: @@ -13037,8 +15686,17 @@ components: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetNewIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewIssuedDocumentTotalsResponse" description: Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetExistingIssuedDocumentTotalsResponse: content: application/json: @@ -13060,8 +15718,17 @@ components: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetExistingIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingIssuedDocumentTotalsResponse" description: Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" UploadIssuedDocumentAttachmentResponse: content: application/json: @@ -13071,8 +15738,17 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadIssuedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadIssuedDocumentAttachmentResponse" description: Attachment Token. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetIssuedDocumentPreCreateInfoResponse: content: application/json: @@ -14788,8 +17464,17 @@ components: valid_to: 2025-09-10 type: sell schema: - $ref: '#/components/schemas/GetIssuedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetIssuedDocumentPreCreateInfoResponse" description: Pre-create info. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetEmailDataResponse: content: application/json: @@ -14817,8 +17502,17 @@ components: attachment_exists: false accompanying_invoice_exists: false schema: - $ref: '#/components/schemas/GetEmailDataResponse' + $ref: "#/components/schemas/GetEmailDataResponse" description: EmailData + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" SendEInvoiceResponse: content: application/json: @@ -14829,8 +17523,17 @@ components: name: CARICATO date: 2021-08-23 10:38:03 schema: - $ref: '#/components/schemas/SendEInvoiceResponse' + $ref: "#/components/schemas/SendEInvoiceResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" VerifyEInvoiceXmlResponse: content: application/json: @@ -14840,14 +17543,32 @@ components: data: success: true schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" VerifyEInvoiceXmlErrorResponse: content: application/json: schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListReceivedDocumentsResponse: content: application/json: @@ -14955,8 +17676,17 @@ components: to: 50 total: 123 schema: - $ref: '#/components/schemas/ListReceivedDocumentsResponse' + $ref: "#/components/schemas/ListReceivedDocumentsResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateReceivedDocumentResponse: content: application/json: @@ -15009,8 +17739,17 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/CreateReceivedDocumentResponse' + $ref: "#/components/schemas/CreateReceivedDocumentResponse" description: Document created. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetReceivedDocumentResponse: content: application/json: @@ -15063,8 +17802,17 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/GetReceivedDocumentResponse' + $ref: "#/components/schemas/GetReceivedDocumentResponse" description: Document details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyReceivedDocumentResponse: content: application/json: @@ -15117,8 +17865,17 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ModifyReceivedDocumentResponse' + $ref: "#/components/schemas/ModifyReceivedDocumentResponse" description: Modified document. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetNewReceivedDocumentTotalsResponse: content: application/json: @@ -15134,8 +17891,17 @@ components: amount_due: 602 payments_sum: 592 schema: - $ref: '#/components/schemas/GetNewReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewReceivedDocumentTotalsResponse" description: Document Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetExistingReceivedDocumentTotalsResponse: content: application/json: @@ -15151,8 +17917,17 @@ components: amount_due: 612 payments_sum: 592 schema: - $ref: '#/components/schemas/GetExistingReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingReceivedDocumentTotalsResponse" description: Document Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" UploadReceivedDocumentAttachmentResponse: content: application/json: @@ -15162,8 +17937,17 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadReceivedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadReceivedDocumentAttachmentResponse" description: Attachment Token. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetReceivedDocumentPreCreateInfoResponse: content: application/json: @@ -15938,8 +18722,17 @@ components: description: Contribuenti forfettari is_disabled: false schema: - $ref: '#/components/schemas/GetReceivedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceivedDocumentPreCreateInfoResponse" description: Pre-create info + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListReceiptsResponse: content: application/json: @@ -16020,8 +18813,17 @@ components: to: 50 total: 65 schema: - $ref: '#/components/schemas/ListReceiptsResponse' + $ref: "#/components/schemas/ListReceiptsResponse" description: Receipts list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateReceiptResponse: content: application/json: @@ -16056,8 +18858,17 @@ components: value: 22 description: iva schema: - $ref: '#/components/schemas/CreateReceiptResponse' + $ref: "#/components/schemas/CreateReceiptResponse" description: Created Receipt. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetReceiptResponse: content: application/json: @@ -16092,8 +18903,17 @@ components: value: 22 description: iva schema: - $ref: '#/components/schemas/GetReceiptResponse' + $ref: "#/components/schemas/GetReceiptResponse" description: Receipt Details. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyReceiptResponse: content: application/json: @@ -16128,8 +18948,17 @@ components: value: 22 description: iva schema: - $ref: '#/components/schemas/ModifyReceiptResponse' + $ref: "#/components/schemas/ModifyReceiptResponse" description: Modified receipt. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetReceiptPreCreateInfoResponse: content: application/json: @@ -16272,8 +19101,17 @@ components: description: art.26 COMMA' 3 DPR 633/72 is_disabled: false schema: - $ref: '#/components/schemas/GetReceiptPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceiptPreCreateInfoResponse" description: Pre-create info. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetReceiptsMonthlyTotalsResponse: content: application/json: @@ -16318,8 +19156,17 @@ components: gross: 0 count: 21 schema: - $ref: '#/components/schemas/GetReceiptsMonthlyTotalsResponse' + $ref: "#/components/schemas/GetReceiptsMonthlyTotalsResponse" description: Monthly Totals. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListF24Response: content: application/json: @@ -16359,8 +19206,17 @@ components: aggregated_data: amount: "6438.96" schema: - $ref: '#/components/schemas/ListF24Response' + $ref: "#/components/schemas/ListF24Response" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateF24Response: content: application/json: @@ -16378,8 +19234,17 @@ components: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/CreateF24Response' + $ref: "#/components/schemas/CreateF24Response" description: The created F24 + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetF24Response: content: application/json: @@ -16397,8 +19262,17 @@ components: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/GetF24Response' + $ref: "#/components/schemas/GetF24Response" description: The F24 + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyF24Response: content: application/json: @@ -16416,8 +19290,17 @@ components: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/ModifyF24Response' + $ref: "#/components/schemas/ModifyF24Response" description: The modified F24 + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" UploadF24AttachmentResponse: content: application/json: @@ -16427,8 +19310,17 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadF24AttachmentResponse' + $ref: "#/components/schemas/UploadF24AttachmentResponse" description: Attachment Token. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListArchiveDocumentsResponse: content: application/json: @@ -16458,8 +19350,17 @@ components: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListArchiveDocumentsResponse' + $ref: "#/components/schemas/ListArchiveDocumentsResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateArchiveDocumentResponse: content: application/json: @@ -16473,8 +19374,17 @@ components: description: spesa 1 attachment_url: spesa1.pdf schema: - $ref: '#/components/schemas/CreateArchiveDocumentResponse' + $ref: "#/components/schemas/CreateArchiveDocumentResponse" description: The Archive Document. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetArchiveDocumentResponse: content: application/json: @@ -16488,8 +19398,17 @@ components: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/GetArchiveDocumentResponse' + $ref: "#/components/schemas/GetArchiveDocumentResponse" description: Archive Document Details + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyArchiveDocumentResponse: content: application/json: @@ -16503,8 +19422,17 @@ components: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/ModifyArchiveDocumentResponse' + $ref: "#/components/schemas/ModifyArchiveDocumentResponse" description: The modified Archived Document + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListCashbookEntriesResponse: content: application/json: @@ -16533,8 +19461,17 @@ components: id: 12345 type: out schema: - $ref: '#/components/schemas/ListCashbookEntriesResponse' + $ref: "#/components/schemas/ListCashbookEntriesResponse" description: Results list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateCashbookEntryResponse: content: application/json: @@ -16553,8 +19490,17 @@ components: payment_account_out: null kind: cashbook schema: - $ref: '#/components/schemas/CreateCashbookEntryResponse' + $ref: "#/components/schemas/CreateCashbookEntryResponse" description: The created Cashbook Entry. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetCashbookEntryResponse: content: application/json: @@ -16573,8 +19519,17 @@ components: id: 54321 type: in schema: - $ref: '#/components/schemas/GetCashbookEntryResponse' + $ref: "#/components/schemas/GetCashbookEntryResponse" description: Cashbook Entry. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyCashbookEntryResponse: content: application/json: @@ -16593,8 +19548,17 @@ components: id: 54321 type: in schema: - $ref: '#/components/schemas/ModifyCashbookEntryResponse' + $ref: "#/components/schemas/ModifyCashbookEntryResponse" description: The modified Cashbook Entry + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListCountriesResponse: content: application/json: @@ -16611,8 +19575,17 @@ components: - Anguilla - '...' schema: - $ref: '#/components/schemas/ListCountriesResponse' + $ref: "#/components/schemas/ListCountriesResponse" description: List of countries + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListCitiesResponse: content: application/json: @@ -16630,8 +19603,17 @@ components: city: Altavilla Irpina province: AV schema: - $ref: '#/components/schemas/ListCitiesResponse' + $ref: "#/components/schemas/ListCitiesResponse" description: Cities List. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListLanguagesResponse: content: application/json: @@ -16644,8 +19626,17 @@ components: - code: en name: Inglese schema: - $ref: '#/components/schemas/ListLanguagesResponse' + $ref: "#/components/schemas/ListLanguagesResponse" description: LanguagesList + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListTemplatesResponse: content: application/json: @@ -16658,8 +19649,17 @@ components: - id: 106 name: Minimalist schema: - $ref: '#/components/schemas/ListTemplatesResponse' + $ref: "#/components/schemas/ListTemplatesResponse" description: Templates list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListCurrenciesResponse: content: application/json: @@ -16676,8 +19676,17 @@ components: html_symbol: '€' exchange_rate: "1.00000" schema: - $ref: '#/components/schemas/ListCurrenciesResponse' + $ref: "#/components/schemas/ListCurrenciesResponse" description: Currencies List. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListUnitsOfMeasureResponse: content: application/json: @@ -16693,8 +19702,17 @@ components: - km - mesi schema: - $ref: '#/components/schemas/ListUnitsOfMeasureResponse' + $ref: "#/components/schemas/ListUnitsOfMeasureResponse" description: Units of measure. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListDeliveryNotesDefaultCausalsResponse: content: application/json: @@ -16714,8 +19732,17 @@ components: - Reso per accredito - Reso per sostituzione schema: - $ref: '#/components/schemas/ListDeliveryNotesDefaultCausalsResponse' + $ref: "#/components/schemas/ListDeliveryNotesDefaultCausalsResponse" description: List of Delivery Notes Default Causals + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListVatTypesResponse: content: application/json: @@ -16741,8 +19768,17 @@ components: is_disabled: false editable: true schema: - $ref: '#/components/schemas/ListVatTypesResponse' + $ref: "#/components/schemas/ListVatTypesResponse" description: List of Vat Types. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListPaymentMethodsResponse: content: application/json: @@ -16759,8 +19795,17 @@ components: is_default: true default_payment_account: null schema: - $ref: '#/components/schemas/ListPaymentMethodsResponse' + $ref: "#/components/schemas/ListPaymentMethodsResponse" description: Payment methods list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListPaymentAccountsResponse: content: application/json: @@ -16781,8 +19826,17 @@ components: sia: IN234 virtual: false schema: - $ref: '#/components/schemas/ListPaymentAccountsResponse' + $ref: "#/components/schemas/ListPaymentAccountsResponse" description: Payment accounts list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListRevenueCentersResponse: content: application/json: @@ -16793,8 +19847,17 @@ components: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListRevenueCentersResponse' + $ref: "#/components/schemas/ListRevenueCentersResponse" description: List of Revenue Centers + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListCostCentersResponse: content: application/json: @@ -16805,8 +19868,17 @@ components: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListCostCentersResponse' + $ref: "#/components/schemas/ListCostCentersResponse" description: List of Cost Centers + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListProductCategoriesResponse: content: application/json: @@ -16817,8 +19889,17 @@ components: - Alimentari - Arredamento schema: - $ref: '#/components/schemas/ListProductCategoriesResponse' + $ref: "#/components/schemas/ListProductCategoriesResponse" description: Product Categories List + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListReceivedDocumentCategoriesResponse: content: application/json: @@ -16832,8 +19913,17 @@ components: - Computer e accessori - Server e hosting schema: - $ref: '#/components/schemas/ListReceivedDocumentCategoriesResponse' + $ref: "#/components/schemas/ListReceivedDocumentCategoriesResponse" description: Received Document Categories List + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListArchiveCategoriesResponse: content: application/json: @@ -16849,8 +19939,17 @@ components: - Estratti conto bancari - Estratti conto carte di credito schema: - $ref: '#/components/schemas/ListArchiveCategoriesResponse' + $ref: "#/components/schemas/ListArchiveCategoriesResponse" description: Archive Categories list. + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" UploadArchiveAttachmentResponse: content: application/json: @@ -16860,8 +19959,17 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadArchiveAttachmentResponse' + $ref: "#/components/schemas/UploadArchiveAttachmentResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreatePaymentMethodResponse: content: application/json: @@ -16880,8 +19988,17 @@ components: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/CreatePaymentMethodResponse' + $ref: "#/components/schemas/CreatePaymentMethodResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetPaymentMethodResponse: content: application/json: @@ -16900,8 +20017,17 @@ components: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/GetPaymentMethodResponse' + $ref: "#/components/schemas/GetPaymentMethodResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyPaymentMethodResponse: content: application/json: @@ -16920,8 +20046,17 @@ components: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/ModifyPaymentMethodResponse' + $ref: "#/components/schemas/ModifyPaymentMethodResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreatePaymentAccountResponse: content: application/json: @@ -16936,8 +20071,17 @@ components: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/CreatePaymentAccountResponse' + $ref: "#/components/schemas/CreatePaymentAccountResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetPaymentAccountResponse: content: application/json: @@ -16952,8 +20096,17 @@ components: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/GetPaymentAccountResponse' + $ref: "#/components/schemas/GetPaymentAccountResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyPaymentAccountResponse: content: application/json: @@ -16968,8 +20121,17 @@ components: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/ModifyPaymentAccountResponse' + $ref: "#/components/schemas/ModifyPaymentAccountResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateVatTypeResponse: content: application/json: @@ -16987,8 +20149,41 @@ components: editable: true is_disabled: true schema: - $ref: '#/components/schemas/CreateVatTypeResponse' + $ref: "#/components/schemas/CreateVatTypeResponse" + description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" + GetTemplatesResponse: + content: + application/json: + examples: + example-1: + value: + data: + id: 10 + privacy: gallery_all + name: New Standard S1 + type: standard + can_disable_watermark: false + schema: + $ref: "#/components/schemas/GetTemplatesResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetVatTypeResponse: content: application/json: @@ -17006,8 +20201,17 @@ components: editable: true is_disabled: true schema: - $ref: '#/components/schemas/GetVatTypeResponse' + $ref: "#/components/schemas/GetVatTypeResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyVatTypeResponse: content: application/json: @@ -17025,14 +20229,32 @@ components: editable: true is_disabled: true schema: - $ref: '#/components/schemas/ModifyVatTypeResponse' + $ref: "#/components/schemas/ModifyVatTypeResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetEInvoiceXmlResponse: content: text/xml: schema: - $ref: '#/components/schemas/GetEInvoiceXmlResponse' + $ref: "#/components/schemas/GetEInvoiceXmlResponse" description: "" + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetEInvoiceRejectionReasonResponse: content: application/json: @@ -17046,8 +20268,17 @@ components: \ Azienda > Informazioni di fatturazione." date: 2023-06-06 schema: - $ref: '#/components/schemas/GetEInvoiceRejectionReasonResponse' + $ref: "#/components/schemas/GetEInvoiceRejectionReasonResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListDetailedCountriesResponse: content: application/json: @@ -17071,8 +20302,17 @@ components: fiscal_iso: AL uic: "087" schema: - $ref: '#/components/schemas/ListDetailedCountriesResponse' + $ref: "#/components/schemas/ListDetailedCountriesResponse" description: List of detailed countries + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" TransformIssuedDocumentResponse: content: application/json: @@ -17196,8 +20436,17 @@ components: transform: true keep_copy: true schema: - $ref: '#/components/schemas/TransformIssuedDocumentResponse' + $ref: "#/components/schemas/TransformIssuedDocumentResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" JoinIssuedDocumentsResponse: content: application/json: @@ -17320,8 +20569,17 @@ components: - "82112399" - "82112400" schema: - $ref: '#/components/schemas/JoinIssuedDocumentsResponse' + $ref: "#/components/schemas/JoinIssuedDocumentsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListEmailsResponse: content: application/json: @@ -17373,8 +20631,17 @@ components: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListEmailsResponse' + $ref: "#/components/schemas/ListEmailsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" CreateWebhooksSubscriptionResponse: content: application/json: @@ -17391,8 +20658,17 @@ components: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/CreateWebhooksSubscriptionResponse' + $ref: "#/components/schemas/CreateWebhooksSubscriptionResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListWebhooksSubscriptionsResponse: content: application/json: @@ -17412,8 +20688,17 @@ components: types: - it.fattureincloud.webhooks.issued_documents.delete schema: - $ref: '#/components/schemas/ListWebhooksSubscriptionsResponse' + $ref: "#/components/schemas/ListWebhooksSubscriptionsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetWebhooksSubscriptionResponse: content: application/json: @@ -17427,8 +20712,17 @@ components: types: - it.fattureincloud.webhooks.issued_documents.invoices.create schema: - $ref: '#/components/schemas/GetWebhooksSubscriptionResponse' + $ref: "#/components/schemas/GetWebhooksSubscriptionResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ModifyWebhooksSubscriptionResponse: content: application/json: @@ -17445,8 +20739,17 @@ components: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/ModifyWebhooksSubscriptionResponse' + $ref: "#/components/schemas/ModifyWebhooksSubscriptionResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetCompanyPlanUsageResponse: content: application/json: @@ -17457,8 +20760,17 @@ components: limit: 3000 usage: 100 schema: - $ref: '#/components/schemas/GetCompanyPlanUsageResponse' + $ref: "#/components/schemas/GetCompanyPlanUsageResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetTaxProfileResponse: content: application/json: @@ -17499,8 +20811,17 @@ components: is_disabled: false default: true schema: - $ref: '#/components/schemas/GetTaxProfileResponse' + $ref: "#/components/schemas/GetTaxProfileResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListBinIssuedDocumentsResponse: content: application/json: @@ -17565,8 +20886,17 @@ components: items_list: null payments_list: null schema: - $ref: '#/components/schemas/ListBinIssuedDocuments' + $ref: "#/components/schemas/ListBinIssuedDocuments" description: Bin Issued Documents List + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetBinIssuedDocumentResponse: content: application/json: @@ -17686,8 +21016,17 @@ components: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/GetBinIssuedDocumentResponse' + $ref: "#/components/schemas/GetBinIssuedDocumentResponse" description: Bin issued document details + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListBinReceivedDocumentsResponse: content: application/json: @@ -17784,8 +21123,17 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ListBinReceivedDocuments' + $ref: "#/components/schemas/ListBinReceivedDocuments" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetBinReceivedDocumentResponse: content: application/json: @@ -17838,8 +21186,17 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/GetBinReceivedDocumentResponse' + $ref: "#/components/schemas/GetBinReceivedDocumentResponse" description: Bin received document details + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetEntityClientsInfoResponse: content: application/json: @@ -17888,8 +21245,17 @@ components: limit: 0 usage: 0 schema: - $ref: '#/components/schemas/GetEntityClientPreCreateInfoResponse' + $ref: "#/components/schemas/GetEntityClientPreCreateInfoResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" ListPriceList: content: application/json: @@ -17912,8 +21278,17 @@ components: valid_to: 2025-01-01 type: purchase schema: - $ref: '#/components/schemas/ListPriceListsResponse' + $ref: "#/components/schemas/ListPriceListsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" GetPriceListItems: content: application/json: @@ -17926,8 +21301,17 @@ components: "2": price: 5 schema: - $ref: '#/components/schemas/GetPriceListItemsResponse' + $ref: "#/components/schemas/GetPriceListItemsResponse" description: Example response + headers: + RateLimit-HourlyRemaining: + $ref: "#/components/headers/RateLimitHourlyRemaining" + RateLimit-HourlyLimit: + $ref: "#/components/headers/RateLimitHourlyLimit" + RateLimit-MonthlyRemaining: + $ref: "#/components/headers/RateLimitMonthlyRemaining" + RateLimit-MonthlyLimit: + $ref: "#/components/headers/RateLimitMonthlyLimit" schemas: GetUserInfoResponse: description: "" @@ -17948,11 +21332,11 @@ components: need_terms_of_service_confirmation: true properties: data: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" info: - $ref: '#/components/schemas/GetUserInfoResponse_info' + $ref: "#/components/schemas/GetUserInfoResponse_info" email_confirmation_state: - $ref: '#/components/schemas/GetUserInfoResponse_email_confirmation_state' + $ref: "#/components/schemas/GetUserInfoResponse_email_confirmation_state" title: GetUserInfoResponse type: object ListUserCompaniesResponse: @@ -18014,7 +21398,7 @@ components: fic_plan: trial properties: data: - $ref: '#/components/schemas/ListUserCompaniesResponse_data' + $ref: "#/components/schemas/ListUserCompaniesResponse_data" title: ListUserCompaniesResponse type: object GetCompanyInfoResponse: @@ -18033,7 +21417,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -18100,7 +21483,7 @@ components: email: mario@rossi-example.it properties: data: - $ref: '#/components/schemas/CompanyInfo' + $ref: "#/components/schemas/CompanyInfo" title: GetCompanyInfoResponse type: object GetCompanyPlanUsageResponse: @@ -18111,13 +21494,13 @@ components: limit: 0.8008281904610115 properties: data: - $ref: '#/components/schemas/CompanyPlanUsage' + $ref: "#/components/schemas/CompanyPlanUsage" title: GetCompanyPlanUsageResponse type: object ListClientsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListClientsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListClientsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -18365,7 +21748,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: CreateClientRequest type: object CreateClientResponse: @@ -18449,7 +21832,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: CreateClientResponse type: object GetClientResponse: @@ -18533,7 +21916,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: GetClientResponse type: object ModifyClientRequest: @@ -18618,7 +22001,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: ModifyClientRequest type: object ModifyClientResponse: @@ -18702,7 +22085,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: ModifyClientResponse type: object GetEntityClientPreCreateInfoResponse: @@ -18821,13 +22204,13 @@ components: - countries_list properties: data: - $ref: '#/components/schemas/EntityClientPreCreateInfo' + $ref: "#/components/schemas/EntityClientPreCreateInfo" title: GetEntityClientPreCreateInfoResponse type: object ListSuppliersResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListSuppliersResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListSuppliersResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -18919,7 +22302,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: CreateSupplierRequest type: object CreateSupplierResponse: @@ -18951,7 +22334,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: CreateSupplierResponse type: object GetSupplierResponse: @@ -18983,7 +22366,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: GetSupplierResponse type: object ModifySupplierRequest: @@ -19015,7 +22398,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: ModifySupplierRequest type: object ModifySupplierResponse: @@ -19047,13 +22430,13 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: ModifySupplierResponse type: object ListProductsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListProductsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListProductsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -19160,7 +22543,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: CreateProductRequest type: object CreateProductResponse: @@ -19197,7 +22580,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: CreateProductResponse type: object GetProductResponse: @@ -19234,7 +22617,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: GetProductResponse type: object ModifyProductRequest: @@ -19271,7 +22654,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: ModifyProductRequest type: object ModifyProductResponse: @@ -19308,13 +22691,13 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: ModifyProductResponse type: object ListIssuedDocumentsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListIssuedDocumentsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListIssuedDocumentsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -19408,14 +22791,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -19447,7 +22840,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -19455,8 +22848,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -19464,18 +22857,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -19514,7 +22912,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -19522,15 +22920,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -19540,17 +22938,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -19558,7 +22956,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -19722,14 +23120,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -19761,7 +23169,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -19769,8 +23177,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -19778,18 +23186,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -19828,7 +23241,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -19836,15 +23249,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -19854,17 +23267,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -19872,7 +23285,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -20047,14 +23460,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -20086,7 +23509,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -20094,8 +23517,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -20103,18 +23526,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -20153,7 +23581,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -20161,15 +23589,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -20179,17 +23607,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -20197,7 +23625,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -20284,9 +23712,9 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: CreateIssuedDocumentRequest type: object CreateIssuedDocumentResponse: @@ -20379,14 +23807,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -20418,7 +23856,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -20426,8 +23864,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -20435,18 +23873,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -20485,7 +23928,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -20493,15 +23936,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -20511,17 +23954,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -20529,7 +23972,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -20608,7 +24051,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: CreateIssuedDocumentResponse type: object GetIssuedDocumentResponse: @@ -20701,14 +24144,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -20740,7 +24193,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -20748,8 +24201,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -20757,18 +24210,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -20807,7 +24265,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -20815,15 +24273,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -20833,17 +24291,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -20851,7 +24309,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -20930,7 +24388,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetIssuedDocumentResponse type: object ModifyIssuedDocumentRequest: @@ -21024,14 +24482,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -21063,7 +24531,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -21071,8 +24539,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -21080,18 +24548,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -21130,7 +24603,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -21138,15 +24611,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -21156,17 +24629,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -21174,7 +24647,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -21261,9 +24734,9 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: ModifyIssuedDocumentRequest type: object ModifyIssuedDocumentResponse: @@ -21356,14 +24829,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -21395,7 +24878,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -21403,8 +24886,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -21412,18 +24895,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -21462,7 +24950,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -21470,15 +24958,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -21488,17 +24976,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -21506,7 +24994,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -21585,7 +25073,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: ModifyIssuedDocumentResponse type: object GetNewIssuedDocumentTotalsRequest: @@ -21678,14 +25166,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -21717,7 +25215,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -21725,8 +25223,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -21734,18 +25232,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -21784,7 +25287,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -21792,15 +25295,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -21810,17 +25313,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -21828,7 +25331,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -21907,7 +25410,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetNewIssuedDocumentTotalsRequest type: object GetNewIssuedDocumentTotalsResponse: @@ -21936,7 +25439,7 @@ components: amount_gross: 9.301444243932576 properties: data: - $ref: '#/components/schemas/IssuedDocumentTotals' + $ref: "#/components/schemas/IssuedDocumentTotals" title: GetNewIssuedDocumentTotalsResponse type: object GetExistingIssuedDocumentTotalsRequest: @@ -22029,14 +25532,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -22068,7 +25581,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -22076,8 +25589,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -22085,18 +25598,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -22135,7 +25653,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -22143,15 +25661,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -22161,17 +25679,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -22179,7 +25697,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -22258,7 +25776,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetExistingIssuedDocumentTotalsRequest type: object GetExistingIssuedDocumentTotalsResponse: @@ -22287,11 +25805,11 @@ components: amount_gross: 9.301444243932576 properties: data: - $ref: '#/components/schemas/IssuedDocumentTotals' + $ref: "#/components/schemas/IssuedDocumentTotals" title: GetExistingIssuedDocumentTotalsResponse type: object UploadIssuedDocumentAttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" Attachment: properties: filename: @@ -22312,7 +25830,7 @@ components: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadIssuedDocumentAttachmentResponse type: object GetIssuedDocumentPreCreateInfoResponse: @@ -22437,48 +25955,93 @@ components: html_symbol: EUR id: EUR ai_templates_list: - - name: Light Smoke - id: 123 + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type - - name: Light Smoke - id: 123 + content: content + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content countries_list: - countries_list - countries_list templates_list: - - name: Light Smoke - id: 123 + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type - - name: Light Smoke - id: 123 + content: content + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content dn_templates_list: - - name: Light Smoke - id: 123 + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type - - name: Light Smoke - id: 123 + content: content + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content default_values: use_gross_prices: true notes: notes cassa: 6.027456183070403 withholding_tax_taxable: 5.962133916683182 ai_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content rivalsa: 0.8008281904610115 withholding_tax: 1.4658129805029452 default_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content dn_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content other_withholding_tax: 5.637376656633329 payment_method: default_payment_account: @@ -22533,7 +26096,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo" title: GetIssuedDocumentPreCreateInfoResponse type: object GetEmailDataResponse: @@ -22558,7 +26121,7 @@ components: body: body properties: data: - $ref: '#/components/schemas/EmailData' + $ref: "#/components/schemas/EmailData" title: GetEmailDataResponse type: object ScheduleEmailRequest: @@ -22579,7 +26142,7 @@ components: sender_email: sender_email properties: data: - $ref: '#/components/schemas/EmailSchedule' + $ref: "#/components/schemas/EmailSchedule" title: ScheduleEmailRequest type: object SendEInvoiceRequest: @@ -22591,9 +26154,9 @@ components: dry_run: true properties: data: - $ref: '#/components/schemas/SendEInvoiceRequest_data' + $ref: "#/components/schemas/SendEInvoiceRequest_data" options: - $ref: '#/components/schemas/SendEInvoiceRequest_options' + $ref: "#/components/schemas/SendEInvoiceRequest_options" title: SendEInvoiceRequest type: object SendEInvoiceResponse: @@ -22603,7 +26166,7 @@ components: name: name properties: data: - $ref: '#/components/schemas/SendEInvoiceResponse_data' + $ref: "#/components/schemas/SendEInvoiceResponse_data" title: SendEInvoiceResponse type: object VerifyEInvoiceXmlResponse: @@ -22612,7 +26175,7 @@ components: success: true properties: data: - $ref: '#/components/schemas/VerifyEInvoiceXmlResponse_data' + $ref: "#/components/schemas/VerifyEInvoiceXmlResponse_data" title: VerifyEInvoiceXmlResponse type: object VerifyEInvoiceXmlErrorResponse: @@ -22629,9 +26192,9 @@ components: message: message properties: error: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse_error' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse_error" extra: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse_extra' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse_extra" title: VerifyEInvoiceXmlErrorResponse type: object GetEInvoiceXmlResponse: @@ -22648,13 +26211,13 @@ components: ei_status: ei_status properties: data: - $ref: '#/components/schemas/EInvoiceRejectionReason' + $ref: "#/components/schemas/EInvoiceRejectionReason" title: GetEInvoiceRejectionReason type: object ListReceivedDocumentsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListReceivedDocumentsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListReceivedDocumentsResponsePage" description: "" example: first_page_url: https://openapi-generator.tech @@ -23219,7 +26782,7 @@ components: nullable: true type: integer data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: CreateReceivedDocumentRequest type: object CreateReceivedDocumentResponse: @@ -23407,7 +26970,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: CreateReceivedDocumentResponse type: object GetReceivedDocumentResponse: @@ -23595,7 +27158,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetReceivedDocumentResponse type: object ModifyReceivedDocumentRequest: @@ -23783,7 +27346,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: ModifyReceivedDocumentRequest type: object ModifyReceivedDocumentResponse: @@ -23971,7 +27534,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: ModifyReceivedDocumentResponse type: object GetNewReceivedDocumentTotalsRequest: @@ -24159,7 +27722,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetNewReceivedDocumentTotalsRequest type: object GetNewReceivedDocumentTotalsResponse: @@ -24175,7 +27738,7 @@ components: amount_gross: 1.4658129805029452 properties: data: - $ref: '#/components/schemas/ReceivedDocumentTotals' + $ref: "#/components/schemas/ReceivedDocumentTotals" title: GetNewReceivedDocumentTotalsResponse type: object GetExistingReceivedDocumentTotalsRequest: @@ -24363,7 +27926,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetExistingReceivedDocumentTotals type: object GetExistingReceivedDocumentTotalsResponse: @@ -24379,18 +27942,18 @@ components: amount_gross: 1.4658129805029452 properties: data: - $ref: '#/components/schemas/ReceivedDocumentTotals' + $ref: "#/components/schemas/ReceivedDocumentTotals" title: GetExistingReceivedDocumentTotalsResponse type: object UploadReceivedDocumentAttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" UploadReceivedDocumentAttachmentResponse: example: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadReceivedDocumentAttachmentResponse type: object GetReceivedDocumentPreCreateInfoResponse: @@ -24454,13 +28017,13 @@ components: - countries_list properties: data: - $ref: '#/components/schemas/ReceivedDocumentInfo' + $ref: "#/components/schemas/ReceivedDocumentInfo" title: GetReceivedDocumentPreCreateInfoResponse type: object ListReceiptsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListReceiptsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListReceiptsResponsePage" description: "" example: first_page_url: https://openapi-generator.tech @@ -24639,7 +28202,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" autocomplete_number: description: "If true, the number is autocompleted progressively." nullable: true @@ -24704,7 +28267,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: CreateReceiptResponse type: object GetReceiptResponse: @@ -24765,7 +28328,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: GetReceiptResponse type: object ModifyReceiptRequest: @@ -24826,7 +28389,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: ModifyReceiptRequest type: object ModifyReceiptResponse: @@ -24887,7 +28450,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: ModifyReceiptResponse type: object GetReceiptPreCreateInfoResponse: @@ -24943,7 +28506,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/ReceiptPreCreateInfo' + $ref: "#/components/schemas/ReceiptPreCreateInfo" title: GetReceiptPreCreateInfoResponse type: object GetReceiptsMonthlyTotalsResponse: @@ -24959,16 +28522,16 @@ components: properties: data: items: - $ref: '#/components/schemas/MonthlyTotal' + $ref: "#/components/schemas/MonthlyTotal" nullable: true type: array title: GetReceiptsMonthlyTotalsResponse type: object ListF24Response: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListF24ResponsePage' - - $ref: '#/components/schemas/ListF24ResponseAggregation' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListF24ResponsePage" + - $ref: "#/components/schemas/ListF24ResponseAggregation" description: "" example: per_page: 5 @@ -25037,7 +28600,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: CreateF24Request type: object CreateF24Response: @@ -25061,7 +28624,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: CreateF24Response type: object GetF24Response: @@ -25084,7 +28647,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: GetF24Response type: object ModifyF24Request: @@ -25108,7 +28671,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: ModifyF24Request type: object ModifyF24Response: @@ -25132,24 +28695,24 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: ModifyF24Response type: object UploadF24AttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" UploadF24AttachmentResponse: example: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadF24AttachmentResponse type: object ListArchiveDocumentsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListArchiveDocumentsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListArchiveDocumentsResponsePage" description: "" example: first_page_url: https://openapi-generator.tech @@ -25189,7 +28752,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: CreateArchiveDocumentRequest type: object CreateArchiveDocumentResponse: @@ -25204,7 +28767,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: CreateArchiveDocumentResponse type: object GetArchiveDocumentResponse: @@ -25219,7 +28782,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: GetArchiveDocumentResponse type: object ModifyArchiveDocumentRequest: @@ -25234,7 +28797,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: ModifyArchiveDocumentRequest type: object ModifyArchiveDocumentResponse: @@ -25249,18 +28812,18 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: ModifyArchiveDocumentResponse type: object UploadArchiveDocumentAttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" UploadArchiveAttachmentResponse: example: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadArchiveAttachmentResponse type: object ListCashbookEntriesResponse: @@ -25326,7 +28889,7 @@ components: properties: data: items: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" nullable: true type: array title: ListCashbookEntriesResponse @@ -25365,7 +28928,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: CreateCashbookEntryRequest type: object CreateCashbookEntryResponse: @@ -25402,7 +28965,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: CreateCashbookEntryResponse type: object GetCashbookEntryResponse: @@ -25439,7 +29002,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: GetCashbookEntryResponse type: object ModifyCashbookEntryRequest: @@ -25476,7 +29039,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: ModifyCashbookEntryRequest type: object ModifyCashbookEntryResponse: @@ -25513,7 +29076,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: ModifyCashbookEntryResponse type: object ListCountriesResponse: @@ -25546,7 +29109,7 @@ components: properties: data: items: - $ref: '#/components/schemas/DetailedCountry' + $ref: "#/components/schemas/DetailedCountry" type: array title: ListDetailedCountriesResponse type: object @@ -25563,7 +29126,7 @@ components: properties: data: items: - $ref: '#/components/schemas/City' + $ref: "#/components/schemas/City" nullable: true type: array title: ListCitiesResponse @@ -25579,7 +29142,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Language' + $ref: "#/components/schemas/Language" nullable: true type: array title: ListLanguagesResponse @@ -25588,16 +29151,26 @@ components: description: "" example: data: - - name: Light Smoke - id: 123 + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type - - name: Light Smoke - id: 123 + content: content + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content properties: data: items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array title: ListTemplatesResponse @@ -25617,7 +29190,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" nullable: true type: array title: ListCurrenciesResponse @@ -25677,7 +29250,7 @@ components: properties: data: items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array title: ListVatTypesResponse @@ -25743,7 +29316,7 @@ components: properties: data: items: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" nullable: true type: array title: ListPaymentMethodsResponse @@ -25769,7 +29342,7 @@ components: properties: data: items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array title: ListPaymentAccountsResponse @@ -25874,7 +29447,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: CreatePaymentMethodRequest type: object CreatePaymentMethodResponse: @@ -25909,7 +29482,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: CreatePaymentMethodResponse type: object GetPaymentMethodResponse: @@ -25944,7 +29517,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: GetPaymentMethodResponse type: object ModifyPaymentMethodRequest: @@ -25979,7 +29552,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: ModifyPaymentMethodRequest type: object ModifyPaymentMethodResponse: @@ -26014,7 +29587,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: ModifyPaymentMethodResponse type: object CreatePaymentAccountRequest: @@ -26029,7 +29602,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: CreatePaymentAccountRequest type: object CreatePaymentAccountResponse: @@ -26044,7 +29617,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: CreatePaymentAccountResponse type: object GetTaxProfileResponse: @@ -26083,7 +29656,7 @@ components: cassa2_name: cassa2_name properties: data: - $ref: '#/components/schemas/TaxProfile' + $ref: "#/components/schemas/TaxProfile" title: GetTaxProfileResponse type: object GetPaymentAccountResponse: @@ -26098,7 +29671,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: GetPaymentAccountResponse type: object ModifyPaymentAccountRequest: @@ -26113,7 +29686,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: ModifyPaymentAccountRequest type: object ModifyPaymentAccountResponse: @@ -26128,7 +29701,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: ModifyPaymentAccountResponse type: object CreateVatTypeRequest: @@ -26146,7 +29719,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: CreateVatTypeRequest type: object CreateVatTypeResponse: @@ -26164,9 +29737,25 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: CreateVatTypeResponse type: object + GetTemplatesResponse: + example: + data: + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 + type: type + content: content + properties: + data: + $ref: "#/components/schemas/DocumentTemplate" + title: GetTemplatesResponse + type: object GetVatTypeResponse: example: data: @@ -26182,7 +29771,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: GetVatType type: object ModifyVatTypeRequest: @@ -26200,7 +29789,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" type: object ModifyVatTypeResponse: example: @@ -26217,7 +29806,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: ModifyVatTypeResponse type: object TransformIssuedDocumentResponse: @@ -26310,14 +29899,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -26349,7 +29948,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -26357,8 +29956,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -26366,18 +29965,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -26416,7 +30020,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -26424,15 +30028,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -26442,17 +30046,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -26460,7 +30064,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -26547,9 +30151,9 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: TransformIssuedDocumentResponse type: object JoinIssuedDocumentsResponse: @@ -26642,14 +30246,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -26681,7 +30295,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -26689,8 +30303,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -26698,18 +30312,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -26748,7 +30367,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -26756,15 +30375,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -26774,17 +30393,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -26792,7 +30411,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -26879,15 +30498,15 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: JoinIssuedDocumentsResponse type: object ListEmailsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListEmailsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListEmailsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -26966,7 +30585,7 @@ components: properties: data: items: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" type: array title: ListWebhooksSubscriptionsResponse type: object @@ -26984,7 +30603,7 @@ components: mapping: binary properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" title: CreateWebhooksSubscriptionRequest type: object CreateWebhooksSubscriptionResponse: @@ -27004,7 +30623,7 @@ components: - warnings properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" warnings: description: Webhooks registration warnings items: @@ -27027,7 +30646,7 @@ components: mapping: binary properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" title: GetWebhooksSubscriptionResponse type: object ModifyWebhooksSubscriptionRequest: @@ -27044,7 +30663,7 @@ components: mapping: binary properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" title: ModifyWebhooksSubscriptionRequest type: object ModifyWebhooksSubscriptionResponse: @@ -27064,7 +30683,7 @@ components: - warnings properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" warnings: description: Webhooks registration warnings items: @@ -27080,7 +30699,7 @@ components: id: id properties: data: - $ref: '#/components/schemas/VerifyWebhooksSubscription' + $ref: "#/components/schemas/VerifyWebhooksSubscription" title: VerifyWebhooksSubscriptionRequest type: object ListBinIssuedDocuments: @@ -27173,14 +30792,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -27212,7 +30841,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -27220,8 +30849,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -27229,18 +30858,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -27279,7 +30913,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -27287,15 +30921,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -27305,17 +30939,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -27323,7 +30957,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -27487,14 +31121,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -27526,7 +31170,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -27534,8 +31178,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -27543,18 +31187,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -27593,7 +31242,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -27601,15 +31250,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -27619,17 +31268,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -27637,7 +31286,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -27717,7 +31366,7 @@ components: properties: data: items: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" type: array title: ListBinIssuedDocuments type: object @@ -27811,14 +31460,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -27850,7 +31509,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -27858,8 +31517,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -27867,18 +31526,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -27917,7 +31581,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -27925,15 +31589,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -27943,17 +31607,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -27961,7 +31625,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -28040,7 +31704,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetBinIssuedDocumentResponse type: object ListBinReceivedDocuments: @@ -28407,7 +32071,7 @@ components: properties: data: items: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" type: array title: ListBinReceivedDocuments type: object @@ -28431,7 +32095,7 @@ components: properties: data: items: - $ref: '#/components/schemas/PriceList' + $ref: "#/components/schemas/PriceList" type: array title: ListPriceListsResponse type: object @@ -28443,7 +32107,7 @@ components: properties: data: additionalProperties: - $ref: '#/components/schemas/PriceListItem' + $ref: "#/components/schemas/PriceListItem" title: PriceListItemsList type: object title: GetPriceListItemsResponse @@ -28451,7 +32115,7 @@ components: GetBinReceivedDocumentResponse: properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetBinReceivedDocumentResponse type: object User: @@ -28541,7 +32205,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/CompanyType' + $ref: "#/components/schemas/CompanyType" access_token: description: |- Company authentication token for this company. @@ -28554,7 +32218,7 @@ components: Company list of controlled companies [Only if type=accountant] items: - $ref: '#/components/schemas/ControlledCompany' + $ref: "#/components/schemas/ControlledCompany" nullable: true type: array fic_license_expire: @@ -28562,7 +32226,7 @@ components: nullable: true type: string fic_plan: - $ref: '#/components/schemas/FattureInCloudPlanType' + $ref: "#/components/schemas/FattureInCloudPlanType" connection_id: description: Company connection id nullable: true @@ -28591,7 +32255,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -28673,17 +32336,17 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/CompanyType' + $ref: "#/components/schemas/CompanyType" access_info: - $ref: '#/components/schemas/CompanyInfo_access_info' + $ref: "#/components/schemas/CompanyInfo_access_info" fic_license_expire: format: date nullable: true type: string fic_plan_name: - $ref: '#/components/schemas/FattureInCloudPlanType' + $ref: "#/components/schemas/FattureInCloudPlanType" plan_info: - $ref: '#/components/schemas/CompanyInfo_plan_info' + $ref: "#/components/schemas/CompanyInfo_plan_info" accountant_id: description: Company accountant id nullable: true @@ -28767,7 +32430,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" nullable: true type: array title: ListClientsResponsePage @@ -28866,7 +32529,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/ClientType' + $ref: "#/components/schemas/ClientType" first_name: description: Client first name nullable: true @@ -28946,16 +32609,16 @@ components: nullable: true type: string default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" default_payment_terms: description: Client default payment terms example: 30 nullable: true type: integer default_payment_terms_type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" default_payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" bank_name: description: Client bank name nullable: true @@ -29139,25 +32802,25 @@ components: payment_methods_list: description: Entity payment methods list items: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" nullable: true type: array payment_accounts_list: description: Entity payment accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array price_lists: description: Entity price lists items: - $ref: '#/components/schemas/PriceList' + $ref: "#/components/schemas/PriceList" nullable: true type: array limit: @@ -29174,7 +32837,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" nullable: true type: array title: ListSuppliersResponsePage @@ -29221,7 +32884,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/SupplierType' + $ref: "#/components/schemas/SupplierType" first_name: description: Supplier first name nullable: true @@ -29318,7 +32981,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" nullable: true type: array title: ListProductsResponsePage @@ -29380,7 +33043,7 @@ components: nullable: true type: boolean default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" net_cost: description: Product net cost nullable: true @@ -29438,7 +33101,7 @@ components: properties: data: items: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" nullable: true type: array title: ListIssuedDocumentResponsePage @@ -29532,14 +33195,24 @@ components: in_dn: true dn_ai_notes: dn_ai_notes acc_inv_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content id: 7 delivery_note_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content locked: true show_tspay_button: true payment_method: @@ -29571,7 +33244,7 @@ components: ei_payment_method: ei_payment_method bank_iban: bank_iban attachment_token: attachment_token - amount_net: 5.944895607614016 + amount_net: 6.704019297950036 dn_ai_destination: dn_ai_destination ai_url: ai_url amount_cassa: 7.386281948385884 @@ -29579,8 +33252,8 @@ components: v_margins: 6 amount_cassa2: 6.84685269835264 accompanying_invoice: true - amount_rivalsa_taxable: 0.8851374739011653 - amount_rivalsa: 7.143538047012306 + amount_rivalsa_taxable: 7.058770351582356 + amount_rivalsa: 0.8851374739011653 show_totals: all stamp_duty: 8.762042012749001 use_gross_prices: true @@ -29588,18 +33261,23 @@ components: e_invoice: true dn_ai_packages_number: dn_ai_packages_number withholding_tax: 9.965781217890562 - amount_withholding_tax_taxable: 6.519180951018382 + amount_withholding_tax_taxable: 0.10263654006109402 other_withholding_tax: 6.683562403749608 ei_other_withholding_tax_type: ei_other_withholding_tax_type template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content cassa: 4.145608029883936 ei_raw: "{}" amount_global_cassa_taxable: 5.025004791520295 - amount_due_discount: 3.0937452626664474 - amount_enasarco_taxable: 8.969578798196912 + amount_due_discount: 7.143538047012306 + amount_enasarco_taxable: 7.740351818741173 created_at: created_at visible_subject: visible_subject use_split_payment: true @@ -29638,7 +33316,7 @@ components: type: null paid_date: 2018-04-03 status: not_paid - h_margins: 2 + h_margins: 6 dn_date: 2000-01-23 ei_other_withholding_tax_causal: ei_other_withholding_tax_causal next_due_date: 2000-01-23 @@ -29646,15 +33324,15 @@ components: withholding_tax_taxable: 9.369310271410669 is_marked: true updated_at: updated_at - amount_vat: 6.704019297950036 - amount_other_withholding_tax_taxable: 4.652396432933246 + amount_vat: 3.353193347011243 + amount_other_withholding_tax_taxable: 8.969578798196912 currency: symbol: € exchange_rate: "1" html_symbol: EUR id: EUR - dn_number: 6 - amount_other_withholding_tax: 0.10263654006109402 + dn_number: 5 + amount_other_withholding_tax: 4.652396432933246 ei_cassa_type: ei_cassa_type dn_ai_transporter: dn_ai_transporter show_notification_button: true @@ -29664,17 +33342,17 @@ components: delivery_note: true url: url attachment_url: attachment_url - amount_withholding_tax: 7.058770351582356 + amount_withholding_tax: 6.519180951018382 extra_data: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 ei_status: attempt @@ -29682,7 +33360,7 @@ components: ei_cassa2_type: ei_cassa2_type ei_withholding_tax_causal: ei_withholding_tax_causal cassa_taxable: 1.2315135367772556 - amount_gross: 3.353193347011243 + amount_gross: 3.0937452626664474 entity: country: Italia code: "123" @@ -29765,9 +33443,9 @@ components: nullable: true type: integer entity: - $ref: '#/components/schemas/Entity' + $ref: "#/components/schemas/Entity" type: - $ref: '#/components/schemas/IssuedDocumentType' + $ref: "#/components/schemas/IssuedDocumentType" number: description: |- Issued document number @@ -29794,9 +33472,9 @@ components: nullable: true type: integer currency: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" language: - $ref: '#/components/schemas/Language' + $ref: "#/components/schemas/Language" subject: description: "Issued document subject [not shown on the PDF]" nullable: true @@ -29891,7 +33569,7 @@ components: nullable: true type: number payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" use_split_payment: description: Issued document uses split payment nullable: true @@ -29905,7 +33583,7 @@ components: nullable: true type: boolean ei_data: - $ref: '#/components/schemas/IssuedDocument_ei_data' + $ref: "#/components/schemas/IssuedDocument_ei_data" ei_cassa_type: description: E-invoice cassa type nullable: true @@ -29928,20 +33606,20 @@ components: type: string items_list: items: - $ref: '#/components/schemas/IssuedDocumentItemsListItem' + $ref: "#/components/schemas/IssuedDocumentItemsListItem" nullable: true type: array payments_list: items: - $ref: '#/components/schemas/IssuedDocumentPaymentsListItem' + $ref: "#/components/schemas/IssuedDocumentPaymentsListItem" nullable: true type: array template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" delivery_note_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" acc_inv_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" h_margins: description: Issued document PDF horizontal margins nullable: true @@ -29959,7 +33637,7 @@ components: nullable: true type: boolean show_totals: - $ref: '#/components/schemas/ShowTotalsMode' + $ref: "#/components/schemas/ShowTotalsMode" show_notification_button: description: Show notification button in the PDF nullable: true @@ -30076,7 +33754,7 @@ components: nullable: true type: number extra_data: - $ref: '#/components/schemas/IssuedDocument_extra_data' + $ref: "#/components/schemas/IssuedDocument_extra_data" seen_date: description: Issued document seen date format: date @@ -30298,7 +33976,7 @@ components: type: number vat_list: additionalProperties: - $ref: '#/components/schemas/VatItem' + $ref: "#/components/schemas/VatItem" title: VatList type: object title: IssuedDocumentTotals @@ -30435,48 +34113,93 @@ components: html_symbol: EUR id: EUR ai_templates_list: - - name: Light Smoke - id: 123 + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type - - name: Light Smoke - id: 123 + content: content + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content countries_list: - countries_list - countries_list templates_list: - - name: Light Smoke - id: 123 + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type - - name: Light Smoke - id: 123 + content: content + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content dn_templates_list: - - name: Light Smoke - id: 123 + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type - - name: Light Smoke - id: 123 + content: content + - supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content default_values: use_gross_prices: true notes: notes cassa: 6.027456183070403 withholding_tax_taxable: 5.962133916683182 ai_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content rivalsa: 0.8008281904610115 withholding_tax: 1.4658129805029452 default_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content dn_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content other_withholding_tax: 5.637376656633329 payment_method: default_payment_account: @@ -30532,20 +34255,20 @@ components: properties: numerations: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object dn_numerations: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object default_values: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo_default_values' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo_default_values" extra_data_default_values: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo_extra_data_default_values' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo_extra_data_default_values" items_default_values: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo_items_default_values' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo_items_default_values" countries_list: description: Countries list items: @@ -30555,55 +34278,55 @@ components: currencies_list: description: Currencies list items: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" nullable: true type: array templates_list: description: Document templates list items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array dn_templates_list: description: Delivery note templates list items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array ai_templates_list: description: Accompanying invoice templates list items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array payment_methods_list: description: Payment methods list items: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" nullable: true type: array payment_accounts_list: description: Payment accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array languages_list: description: Languages list items: - $ref: '#/components/schemas/Language' + $ref: "#/components/schemas/Language" nullable: true type: array price_lists: description: Price lists items: - $ref: '#/components/schemas/PriceList' + $ref: "#/components/schemas/PriceList" type: array title: IssuedDocumentPreCreateInfo type: object @@ -30632,11 +34355,11 @@ components: nullable: true type: string default_sender_email: - $ref: '#/components/schemas/EmailData_default_sender_email' + $ref: "#/components/schemas/EmailData_default_sender_email" sender_emails_list: description: List of all emails from which the document can be sent items: - $ref: '#/components/schemas/SenderEmail' + $ref: "#/components/schemas/SenderEmail" nullable: true type: array cc_email: @@ -30709,7 +34432,7 @@ components: nullable: true type: string include: - $ref: '#/components/schemas/EmailSchedule_include' + $ref: "#/components/schemas/EmailSchedule_include" attach_pdf: description: Attach the pdf of the document nullable: true @@ -30756,7 +34479,7 @@ components: properties: data: items: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" nullable: true type: array title: ListReceivedDocumentsResponsePage @@ -30948,9 +34671,9 @@ components: nullable: true type: integer type: - $ref: '#/components/schemas/ReceivedDocumentType' + $ref: "#/components/schemas/ReceivedDocumentType" entity: - $ref: '#/components/schemas/Entity' + $ref: "#/components/schemas/Entity" date: description: "Received document date [defaults to today's date]" format: date @@ -31022,7 +34745,7 @@ components: readOnly: true type: string currency: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" tax_deductibility: description: Received document tax deducibility percentage nullable: true @@ -31033,12 +34756,12 @@ components: type: number items_list: items: - $ref: '#/components/schemas/ReceivedDocumentItemsListItem' + $ref: "#/components/schemas/ReceivedDocumentItemsListItem" nullable: true type: array payments_list: items: - $ref: '#/components/schemas/ReceivedDocumentPaymentsListItem' + $ref: "#/components/schemas/ReceivedDocumentPaymentsListItem" nullable: true type: array attachment_url: @@ -31181,9 +34904,9 @@ components: - countries_list properties: default_values: - $ref: '#/components/schemas/ReceivedDocumentInfo_default_values' + $ref: "#/components/schemas/ReceivedDocumentInfo_default_values" items_default_values: - $ref: '#/components/schemas/ReceivedDocumentInfo_items_default_values' + $ref: "#/components/schemas/ReceivedDocumentInfo_items_default_values" countries_list: description: Countries list items: @@ -31193,7 +34916,7 @@ components: currencies_list: description: Currencies list items: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" nullable: true type: array categories_list: @@ -31205,13 +34928,13 @@ components: payment_accounts_list: description: Payments accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array title: ReceivedDocumentInfo @@ -31220,7 +34943,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" nullable: true type: array title: ListReceiptsResponsePage @@ -31314,7 +35037,7 @@ components: nullable: true type: boolean type: - $ref: '#/components/schemas/ReceiptType' + $ref: "#/components/schemas/ReceiptType" description: description: Receipt description nullable: true @@ -31332,10 +35055,10 @@ components: nullable: true type: string payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" items_list: items: - $ref: '#/components/schemas/ReceiptItemsListItem' + $ref: "#/components/schemas/ReceiptItemsListItem" nullable: true type: array title: Receipt @@ -31392,7 +35115,7 @@ components: properties: numerations: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object numerations_list: @@ -31410,7 +35133,7 @@ components: payment_accounts_list: description: Payment accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array categories_list: @@ -31422,7 +35145,7 @@ components: vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array title: ReceiptPreCreateInfo @@ -31451,7 +35174,7 @@ components: properties: data: items: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" nullable: true type: array title: ListF24ResponsePage @@ -31459,7 +35182,7 @@ components: ListF24ResponseAggregation: properties: aggregated_data: - $ref: '#/components/schemas/ListF24ResponseAggregatedData' + $ref: "#/components/schemas/ListF24ResponseAggregatedData" title: ListF24ResponseAggregatedData type: object F24: @@ -31491,9 +35214,9 @@ components: nullable: true type: string status: - $ref: '#/components/schemas/F24Status' + $ref: "#/components/schemas/F24Status" payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" amount: description: F24 amount example: 300 @@ -31521,7 +35244,7 @@ components: properties: data: items: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" nullable: true type: array title: ListArchiveDocumentsResponsePage @@ -31612,15 +35335,15 @@ components: nullable: true type: string kind: - $ref: '#/components/schemas/CashbookEntryKind' + $ref: "#/components/schemas/CashbookEntryKind" type: - $ref: '#/components/schemas/CashbookEntryType' + $ref: "#/components/schemas/CashbookEntryType" entity_name: description: Cashbook entity name nullable: true type: string document: - $ref: '#/components/schemas/CashbookEntry_document' + $ref: "#/components/schemas/CashbookEntry_document" amount_in: description: |- [Only for cashbook entry in] @@ -31628,7 +35351,7 @@ components: nullable: true type: number payment_account_in: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" amount_out: description: |- [Only for cashbook entry out] @@ -31636,7 +35359,7 @@ components: nullable: true type: number payment_account_out: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: CashbookEntry type: object DetailedCountry: @@ -31706,24 +35429,38 @@ components: type: object DocumentTemplate: example: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content properties: id: description: Template id - example: 123 - nullable: true type: integer + privacy: + description: Template privacy + type: string + type: + $ref: "#/components/schemas/TemplateType" name: description: Template name - example: Light Smoke - nullable: true type: string - type: - description: Template type - nullable: true + can_disable_watermark: + description: Can disable watermark + type: boolean + author: + description: Template author type: string + content: + description: Template definition content + type: string + supports_custom_taxable: + description: Supports custom taxable + type: boolean title: DocumentTemplate type: object Currency: @@ -31858,17 +35595,17 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/PaymentMethodType' + $ref: "#/components/schemas/PaymentMethodType" is_default: description: Payment method is default nullable: true type: boolean default_payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" details: description: Payment method details items: - $ref: '#/components/schemas/PaymentMethodDetails' + $ref: "#/components/schemas/PaymentMethodDetails" maxItems: 5 nullable: true type: array @@ -31911,7 +35648,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/PaymentAccountType' + $ref: "#/components/schemas/PaymentAccountType" iban: description: Payment account iban nullable: true @@ -32045,14 +35782,14 @@ components: nullable: true type: boolean default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: TaxProfile type: object ListEmailsResponsePage: properties: data: items: - $ref: '#/components/schemas/Email' + $ref: "#/components/schemas/Email" type: array title: ListEmailsResponsePage type: object @@ -32083,13 +35820,13 @@ components: types: description: Webhooks events types. items: - $ref: '#/components/schemas/EventType' + $ref: "#/components/schemas/EventType" nullable: true type: array config: - $ref: '#/components/schemas/WebhooksSubscriptionConfig' + $ref: "#/components/schemas/WebhooksSubscriptionConfig" verification_method: - $ref: '#/components/schemas/WebhooksSubscriptionVerificationMethod' + $ref: "#/components/schemas/WebhooksSubscriptionVerificationMethod" title: WebhooksSubscription type: object VerifyWebhooksSubscription: @@ -32102,7 +35839,7 @@ components: nullable: true type: string verification_method: - $ref: '#/components/schemas/WebhooksSubscriptionVerificationMethod' + $ref: "#/components/schemas/WebhooksSubscriptionVerificationMethod" title: VerifyWebhooksSubscription type: object PriceList: @@ -32125,7 +35862,7 @@ components: nullable: true type: string prices_type: - $ref: '#/components/schemas/PriceListPricesType' + $ref: "#/components/schemas/PriceListPricesType" is_default: description: This entity is default nullable: true @@ -32139,12 +35876,12 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/PriceListType' + $ref: "#/components/schemas/PriceListType" title: PriceList type: object PriceListItemsList: additionalProperties: - $ref: '#/components/schemas/PriceListItem' + $ref: "#/components/schemas/PriceListItem" title: PriceListItemsList type: object CompanyType: @@ -32176,7 +35913,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/CompanyType' + $ref: "#/components/schemas/CompanyType" access_token: description: |- Controlled company access token @@ -32189,7 +35926,7 @@ components: nullable: true type: string fic_plan: - $ref: '#/components/schemas/FattureInCloudPlanType' + $ref: "#/components/schemas/FattureInCloudPlanType" connection_id: description: Controlled company connection id nullable: true @@ -32258,55 +35995,55 @@ components: fic_import_products: null properties: fic_situation: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_clients: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_suppliers: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_products: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_issued_documents: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_received_documents: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_receipts: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_calendar: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_archive: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_taxes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_stock: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_cashbook: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_settings: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_emails: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_export: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_bankstatements: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_clients_suppliers: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_issued_documents: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_products: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_recurring: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_riba: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" dic_employees: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" dic_settings: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" dic_timesheet: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_issued_documents_detailed: - $ref: '#/components/schemas/Permissions_fic_issued_documents_detailed' + $ref: "#/components/schemas/Permissions_fic_issued_documents_detailed" title: Permissions type: object FunctionStatus: @@ -32437,7 +36174,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/EntityType' + $ref: "#/components/schemas/EntityType" first_name: description: Entity first name nullable: true @@ -32524,11 +36261,11 @@ components: nullable: true type: integer default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" default_payment_terms_type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" default_payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" bank_name: description: |- [Only for client] @@ -32706,7 +36443,7 @@ components: nullable: true type: number vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" not_taxable: description: Issued document item is not taxable nullable: true @@ -32774,9 +36511,9 @@ components: nullable: true type: number status: - $ref: '#/components/schemas/IssuedDocumentStatus' + $ref: "#/components/schemas/IssuedDocumentStatus" payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" paid_date: description: |- Issued document payment date @@ -32790,7 +36527,7 @@ components: nullable: true type: object payment_terms: - $ref: '#/components/schemas/IssuedDocumentPaymentsListItem_payment_terms' + $ref: "#/components/schemas/IssuedDocumentPaymentsListItem_payment_terms" title: IssuedDocumentPaymentsListItem type: object ShowTotalsMode: @@ -32804,12 +36541,12 @@ components: type: string VatList: additionalProperties: - $ref: '#/components/schemas/VatItem' + $ref: "#/components/schemas/VatItem" title: VatList type: object Numeration: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object SenderEmail: @@ -32893,7 +36630,7 @@ components: nullable: true type: number vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" stock: description: Received document item product number of items in stock nullable: true @@ -32938,13 +36675,13 @@ components: nullable: true type: string payment_terms: - $ref: '#/components/schemas/ReceivedDocumentPaymentsListItem_payment_terms' + $ref: "#/components/schemas/ReceivedDocumentPaymentsListItem_payment_terms" status: description: Received document payment status nullable: true type: string payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: ReceivedDocumentPaymentsListItem type: object ReceiptType: @@ -32989,7 +36726,7 @@ components: nullable: true type: string vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: ReceiptItemsListItem type: object ListF24ResponseAggregatedData: @@ -33018,6 +36755,7 @@ components: - received_document - tax - receipt + - ts_pay title: CashbookEntryKind type: string CashbookEntryType: @@ -33028,6 +36766,14 @@ components: nullable: true title: CashbookEntryType type: string + TemplateType: + description: Template type + enum: + - standard + - delivery_note + - accompanying_invoice + title: TemplateType + type: string PaymentMethodType: default: standard description: Payment method type @@ -33087,7 +36833,7 @@ components: nullable: true type: integer status: - $ref: '#/components/schemas/EmailStatus' + $ref: "#/components/schemas/EmailStatus" sent_date: description: Email sent date nullable: true @@ -33129,7 +36875,7 @@ components: nullable: true type: string recipient_status: - $ref: '#/components/schemas/EmailRecipientStatus' + $ref: "#/components/schemas/EmailRecipientStatus" recipient_date: description: Email recipient date format: date-time @@ -33142,7 +36888,7 @@ components: attachments: description: Email attachments items: - $ref: '#/components/schemas/EmailAttachment' + $ref: "#/components/schemas/EmailAttachment" nullable: true type: array title: Email @@ -33231,7 +36977,7 @@ components: mapping: binary properties: mapping: - $ref: '#/components/schemas/WebhooksSubscriptionMapping' + $ref: "#/components/schemas/WebhooksSubscriptionMapping" title: WebhooksSubscriptionConfig type: object WebhooksSubscriptionVerificationMethod: @@ -33432,7 +37178,7 @@ components: properties: companies: items: - $ref: '#/components/schemas/Company' + $ref: "#/components/schemas/Company" nullable: true type: array type: object @@ -33514,7 +37260,7 @@ components: nullable: true type: string validation_result: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse_error_validation_result' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse_error_validation_result" type: object VerifyEInvoiceXmlErrorResponse_extra: example: @@ -33572,9 +37318,9 @@ components: nullable: true properties: role: - $ref: '#/components/schemas/UserCompanyRole' + $ref: "#/components/schemas/UserCompanyRole" permissions: - $ref: '#/components/schemas/Permissions' + $ref: "#/components/schemas/Permissions" through_accountant: description: Company activated through accountant nullable: true @@ -33614,7 +37360,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -33662,9 +37407,6 @@ components: smtp: nullable: true type: boolean - sofort: - nullable: true - type: boolean stock: nullable: true type: boolean @@ -33693,9 +37435,9 @@ components: nullable: true properties: ts_digital: - $ref: '#/components/schemas/FunctionStatus' + $ref: "#/components/schemas/FunctionStatus" ts_pay: - $ref: '#/components/schemas/FunctionStatus' + $ref: "#/components/schemas/FunctionStatus" type: object CompanyInfo_plan_info: description: Company plan info @@ -33706,7 +37448,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -33732,11 +37473,11 @@ components: nullable: true properties: limits: - $ref: '#/components/schemas/CompanyInfo_plan_info_limits' + $ref: "#/components/schemas/CompanyInfo_plan_info_limits" functions: - $ref: '#/components/schemas/CompanyInfo_plan_info_functions' + $ref: "#/components/schemas/CompanyInfo_plan_info_functions" functions_status: - $ref: '#/components/schemas/CompanyInfo_plan_info_functions_status' + $ref: "#/components/schemas/CompanyInfo_plan_info_functions_status" type: object IssuedDocument_ei_data: description: |- @@ -33758,9 +37499,9 @@ components: nullable: true properties: vat_kind: - $ref: '#/components/schemas/VatKind' + $ref: "#/components/schemas/VatKind" original_document_type: - $ref: '#/components/schemas/OriginalDocumentType' + $ref: "#/components/schemas/OriginalDocumentType" od_number: description: E-invoice original document number nullable: true @@ -33810,14 +37551,14 @@ components: \ provided by \"Sistema Tessera Sanitaria\"]" example: ts_file_id: ts_file_id - ts_flag_tipo_spesa: 3.0205796992916243 + ts_flag_tipo_spesa: 3.0576100241049344 ts_pagamento_tracciato: true - ts_status: 3 + ts_status: 7 ts_opposizione: true ts_communication: true ts_full_amount: true ts_tipo_spesa: ts_tipo_spesa - multifatture_sent: 7 + multifatture_sent: 3 imported_by: imported_by ts_sent_date: 2000-01-23 nullable: true @@ -33877,19 +37618,34 @@ components: cassa: 6.027456183070403 withholding_tax_taxable: 5.962133916683182 ai_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content rivalsa: 0.8008281904610115 withholding_tax: 1.4658129805029452 default_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content dn_template: - name: Light Smoke - id: 123 + supports_custom_taxable: true + can_disable_watermark: true + author: author + name: name + privacy: privacy + id: 2 type: type + content: content other_withholding_tax: 5.637376656633329 payment_method: default_payment_account: @@ -33922,11 +37678,11 @@ components: nullable: true properties: default_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" dn_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" ai_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" notes: description: Default notes. nullable: true @@ -33956,7 +37712,7 @@ components: nullable: true type: boolean payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" type: object IssuedDocumentPreCreateInfo_extra_data_default_values: description: Issued document extra data default values @@ -33997,7 +37753,7 @@ components: nullable: true properties: vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" type: object EmailData_default_sender_email: description: Default sender email. (Other emails can be found in **sender_emails_list**) @@ -34096,25 +37852,25 @@ components: nullable: true properties: quotes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" proformas: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" invoices: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" receipts: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" delivery_notes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" credit_notes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" orders: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" work_reports: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" supplier_orders: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" self_invoices: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" type: object IssuedDocumentPaymentsListItem_payment_terms: example: @@ -34127,7 +37883,7 @@ components: nullable: true type: integer type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" type: object ReceivedDocumentPaymentsListItem_payment_terms: example: @@ -34141,7 +37897,7 @@ components: nullable: true type: integer type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" type: object securitySchemes: OAuth2AuthenticationCodeFlow: diff --git a/build.gradle b/build.gradle index aa5f66b6..040fbd64 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'it.fattureincloud' -version = '2.1.2' +version = '2.1.3' java { withJavadocJar() @@ -76,7 +76,6 @@ publishing { } } } - repositories { maven { url = layout.buildDirectory.dir('staging-deploy') diff --git a/docs/ArchiveApi.md b/docs/ArchiveApi.md index 6969bd98..b55eed5f 100644 --- a/docs/ArchiveApi.md +++ b/docs/ArchiveApi.md @@ -80,9 +80,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | The Archive Document. | - | +| **200** | The Archive Document. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## deleteArchiveDocument @@ -151,9 +153,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document removed. | - | +| **200** | Document removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getArchiveDocument @@ -227,9 +231,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Archive Document Details | - | +| **200** | Archive Document Details | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listArchiveDocuments @@ -309,9 +315,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Results list. | - | +| **200** | Results list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## modifyArchiveDocument @@ -383,9 +391,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | The modified Archived Document | - | +| **200** | The modified Archived Document | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## uploadArchiveDocumentAttachment @@ -457,7 +467,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/CashbookApi.md b/docs/CashbookApi.md index d483c424..03537baa 100644 --- a/docs/CashbookApi.md +++ b/docs/CashbookApi.md @@ -79,9 +79,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | The created Cashbook Entry. | - | +| **200** | The created Cashbook Entry. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## deleteCashbookEntry @@ -150,9 +152,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document removed. | - | +| **200** | Document removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getCashbookEntry @@ -226,9 +230,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Cashbook Entry. | - | +| **200** | Cashbook Entry. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listCashbookEntries @@ -306,9 +312,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Results list. | - | +| **200** | Results list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## modifyCashbookEntry @@ -380,7 +388,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | The modified Cashbook Entry | - | +| **200** | The modified Cashbook Entry | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/CashbookEntryKind.md b/docs/CashbookEntryKind.md index 61cbe9b7..71dc2751 100644 --- a/docs/CashbookEntryKind.md +++ b/docs/CashbookEntryKind.md @@ -15,5 +15,7 @@ * `RECEIPT` (value: `"receipt"`) +* `TS_PAY` (value: `"ts_pay"`) + diff --git a/docs/ClientsApi.md b/docs/ClientsApi.md index cd1de0fe..a70e78ff 100644 --- a/docs/ClientsApi.md +++ b/docs/ClientsApi.md @@ -80,7 +80,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteClient @@ -149,9 +151,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Entity Removed | - | +| **200** | Entity Removed | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getClient @@ -225,9 +229,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Client Details. | - | +| **200** | Client Details. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getClientInfo @@ -295,9 +301,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listClients @@ -377,8 +385,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyClient @@ -450,7 +460,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Client modified. | - | +| **200** | Client modified. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/CompaniesApi.md b/docs/CompaniesApi.md index fd818430..5f1cb836 100644 --- a/docs/CompaniesApi.md +++ b/docs/CompaniesApi.md @@ -74,8 +74,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Company info. | - | +| **200** | Company info. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized. | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getCompanyPlanUsage @@ -145,6 +147,8 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized. | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/CompanyInfoPlanInfoFunctions.md b/docs/CompanyInfoPlanInfoFunctions.md index 27d6f3fe..0d23e5a7 100644 --- a/docs/CompanyInfoPlanInfoFunctions.md +++ b/docs/CompanyInfoPlanInfoFunctions.md @@ -19,7 +19,6 @@ Access to functions for this company. |**receipts** | **Boolean** | | [optional] | |**recurring** | **Boolean** | | [optional] | |**smtp** | **Boolean** | | [optional] | -|**sofort** | **Boolean** | | [optional] | |**stock** | **Boolean** | | [optional] | |**subaccounts** | **Boolean** | | [optional] | |**tesseraSanitaria** | **Boolean** | | [optional] | diff --git a/docs/DocumentTemplate.md b/docs/DocumentTemplate.md index 5169e80d..d47e39c3 100644 --- a/docs/DocumentTemplate.md +++ b/docs/DocumentTemplate.md @@ -8,8 +8,13 @@ | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**id** | **Integer** | Template id | [optional] | +|**privacy** | **String** | Template privacy | [optional] | +|**type** | **TemplateType** | | [optional] | |**name** | **String** | Template name | [optional] | -|**type** | **String** | Template type | [optional] | +|**canDisableWatermark** | **Boolean** | Can disable watermark | [optional] | +|**author** | **String** | Template author | [optional] | +|**content** | **String** | Template definition content | [optional] | +|**supportsCustomTaxable** | **Boolean** | Supports custom taxable | [optional] | ## Implemented Interfaces diff --git a/docs/EmailsApi.md b/docs/EmailsApi.md index df8abb83..c8893854 100644 --- a/docs/EmailsApi.md +++ b/docs/EmailsApi.md @@ -85,5 +85,7 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/GetTemplatesResponse.md b/docs/GetTemplatesResponse.md new file mode 100644 index 00000000..d65c6264 --- /dev/null +++ b/docs/GetTemplatesResponse.md @@ -0,0 +1,17 @@ + + +# GetTemplatesResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**data** | [**DocumentTemplate**](DocumentTemplate.md) | | [optional] | + + +## Implemented Interfaces + +* Serializable + + diff --git a/docs/InfoApi.md b/docs/InfoApi.md index f004c4b9..3197e35a 100644 --- a/docs/InfoApi.md +++ b/docs/InfoApi.md @@ -9,6 +9,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**listCostCenters**](InfoApi.md#listCostCenters) | **GET** /c/{company_id}/info/cost_centers | List Cost Centers | | [**listCountries**](InfoApi.md#listCountries) | **GET** /info/countries | List Countries | | [**listCurrencies**](InfoApi.md#listCurrencies) | **GET** /info/currencies | List Currencies | +| [**listDefaultTemplates**](InfoApi.md#listDefaultTemplates) | **GET** /info/templates | List Default Templates | | [**listDeliveryNotesDefaultCausals**](InfoApi.md#listDeliveryNotesDefaultCausals) | **GET** /info/dn_causals | List Delivery Notes Default Causals | | [**listDetailedCountries**](InfoApi.md#listDetailedCountries) | **GET** /info/detailed_countries | List Detailed Countries | | [**listLanguages**](InfoApi.md#listLanguages) | **GET** /info/languages | List Languages | @@ -17,7 +18,6 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**listProductCategories**](InfoApi.md#listProductCategories) | **GET** /c/{company_id}/info/product_categories | List Product Categories | | [**listReceivedDocumentCategories**](InfoApi.md#listReceivedDocumentCategories) | **GET** /c/{company_id}/info/received_document_categories | List Received Document Categories | | [**listRevenueCenters**](InfoApi.md#listRevenueCenters) | **GET** /c/{company_id}/info/revenue_centers | List Revenue Centers | -| [**listTemplates**](InfoApi.md#listTemplates) | **GET** /info/templates | List Templates | | [**listUnitsOfMeasure**](InfoApi.md#listUnitsOfMeasure) | **GET** /info/measures | List Units of Measure | | [**listVatTypes**](InfoApi.md#listVatTypes) | **GET** /c/{company_id}/info/vat_types | List Vat Types | @@ -88,9 +88,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Archive Categories list. | - | +| **200** | Archive Categories list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listCities @@ -160,7 +162,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Cities List. | - | +| **200** | Cities List. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listCostCenters @@ -228,9 +232,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | List of Cost Centers | - | +| **200** | List of Cost Centers | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listCountries @@ -294,8 +300,10 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | List of countries | - | +| **200** | List of countries | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listCurrencies @@ -359,8 +367,83 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Currencies List. | - | +| **200** | Currencies List. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| + + +## listDefaultTemplates + +> ListTemplatesResponse listDefaultTemplates(type, byType) + +List Default Templates + +Lists the default available templates. + +### Example +```java +// Import classes: +import it.fattureincloud.sdk.ApiClient; +import it.fattureincloud.sdk.ApiException; +import it.fattureincloud.sdk.Configuration; +import it.fattureincloud.sdk.auth.*; +import it.fattureincloud.sdk.models.*; +import it.fattureincloud.sdk.api.InfoApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api-v2.fattureincloud.it"); + + // Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow + OAuth OAuth2AuthenticationCodeFlow = (OAuth) defaultClient.getAuthentication("OAuth2AuthenticationCodeFlow"); + OAuth2AuthenticationCodeFlow.setAccessToken("YOUR ACCESS TOKEN"); + + InfoApi apiInstance = new InfoApi(defaultClient); + String type = "all"; // String | Type of the templates. + Boolean byType = false; // Boolean | [Only if type=all] If true, splits the list in objects, grouping templates by type. + try { + ListTemplatesResponse result = apiInstance.listDefaultTemplates(type, byType); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling InfoApi#listDefaultTemplates"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **type** | **String**| Type of the templates. | [optional] [default to all] [enum: all, standard, delivery_note, accompanying_invoice] | +| **byType** | **Boolean**| [Only if type=all] If true, splits the list in objects, grouping templates by type. | [optional] [default to false] | + +### Return type + +[**ListTemplatesResponse**](ListTemplatesResponse.md) + +### Authorization + +[OAuth2AuthenticationCodeFlow](../README.md#OAuth2AuthenticationCodeFlow) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | Templates list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listDeliveryNotesDefaultCausals @@ -424,8 +507,10 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | List of Delivery Notes Default Causals | - | +| **200** | List of Delivery Notes Default Causals | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listDetailedCountries @@ -489,8 +574,10 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | List of detailed countries | - | +| **200** | List of detailed countries | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listLanguages @@ -554,8 +641,10 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | LanguagesList | - | +| **200** | LanguagesList | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listPaymentAccounts @@ -629,9 +718,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Payment accounts list. | - | +| **200** | Payment accounts list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listPaymentMethods @@ -705,9 +796,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Payment methods list. | - | +| **200** | Payment methods list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listProductCategories @@ -777,9 +870,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Product Categories List | - | +| **200** | Product Categories List | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listReceivedDocumentCategories @@ -847,7 +942,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Received Document Categories List | - | +| **200** | Received Document Categories List | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listRevenueCenters @@ -915,80 +1012,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | List of Revenue Centers | - | +| **200** | List of Revenue Centers | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | - - -## listTemplates - -> ListTemplatesResponse listTemplates(type, byType) - -List Templates - -Lists the available templates. - -### Example -```java -// Import classes: -import it.fattureincloud.sdk.ApiClient; -import it.fattureincloud.sdk.ApiException; -import it.fattureincloud.sdk.Configuration; -import it.fattureincloud.sdk.auth.*; -import it.fattureincloud.sdk.models.*; -import it.fattureincloud.sdk.api.InfoApi; - -public class Example { - public static void main(String[] args) { - ApiClient defaultClient = Configuration.getDefaultApiClient(); - defaultClient.setBasePath("https://api-v2.fattureincloud.it"); - - // Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow - OAuth OAuth2AuthenticationCodeFlow = (OAuth) defaultClient.getAuthentication("OAuth2AuthenticationCodeFlow"); - OAuth2AuthenticationCodeFlow.setAccessToken("YOUR ACCESS TOKEN"); - - InfoApi apiInstance = new InfoApi(defaultClient); - String type = "all"; // String | Type of the templates. - Boolean byType = false; // Boolean | [Only if type=all] If true, splits the list in objects, grouping templates by type. - try { - ListTemplatesResponse result = apiInstance.listTemplates(type, byType); - System.out.println(result); - } catch (ApiException e) { - System.err.println("Exception when calling InfoApi#listTemplates"); - System.err.println("Status code: " + e.getCode()); - System.err.println("Reason: " + e.getResponseBody()); - System.err.println("Response headers: " + e.getResponseHeaders()); - e.printStackTrace(); - } - } -} -``` - -### Parameters - -| Name | Type | Description | Notes | -|------------- | ------------- | ------------- | -------------| -| **type** | **String**| Type of the templates. | [optional] [default to all] [enum: all, standard, delivery_note, accompanying_invoice] | -| **byType** | **Boolean**| [Only if type=all] If true, splits the list in objects, grouping templates by type. | [optional] [default to false] | - -### Return type - -[**ListTemplatesResponse**](ListTemplatesResponse.md) - -### Authorization - -[OAuth2AuthenticationCodeFlow](../README.md#OAuth2AuthenticationCodeFlow) - -### HTTP request headers - - - **Content-Type**: Not defined - - **Accept**: application/json - -### HTTP response details -| Status code | Description | Response headers | -|-------------|-------------|------------------| -| **200** | Templates list. | - | -| **401** | Unauthorized | - | +| **429** | Too Many Requests | * Retry-After -
| ## listUnitsOfMeasure @@ -1052,8 +1080,10 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Units of measure. | - | +| **200** | Units of measure. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listVatTypes @@ -1123,7 +1153,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | List of Vat Types. | - | +| **200** | List of Vat Types. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/IssuedDocumentsApi.md b/docs/IssuedDocumentsApi.md index a167c519..e86178c9 100644 --- a/docs/IssuedDocumentsApi.md +++ b/docs/IssuedDocumentsApi.md @@ -5,7 +5,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | Method | HTTP request | Description | |------------- | ------------- | -------------| | [**createIssuedDocument**](IssuedDocumentsApi.md#createIssuedDocument) | **POST** /c/{company_id}/issued_documents | Create Issued Document | -| [**deleteBinIssuedDocument**](IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | | +| [**deleteBinIssuedDocument**](IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document | | [**deleteIssuedDocument**](IssuedDocumentsApi.md#deleteIssuedDocument) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document | | [**deleteIssuedDocumentAttachment**](IssuedDocumentsApi.md#deleteIssuedDocumentAttachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment | | [**getBinIssuedDocument**](IssuedDocumentsApi.md#getBinIssuedDocument) | **GET** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List | @@ -18,7 +18,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**listBinIssuedDocuments**](IssuedDocumentsApi.md#listBinIssuedDocuments) | **GET** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List | | [**listIssuedDocuments**](IssuedDocumentsApi.md#listIssuedDocuments) | **GET** /c/{company_id}/issued_documents | List Issued Documents | | [**modifyIssuedDocument**](IssuedDocumentsApi.md#modifyIssuedDocument) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document | -| [**recoverBinIssuedDocument**](IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | | +| [**recoverBinIssuedDocument**](IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin | | [**scheduleEmail**](IssuedDocumentsApi.md#scheduleEmail) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email | | [**transformIssuedDocument**](IssuedDocumentsApi.md#transformIssuedDocument) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document | | [**uploadIssuedDocumentAttachment**](IssuedDocumentsApi.md#uploadIssuedDocumentAttachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment | @@ -92,15 +92,17 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document created. | - | +| **200** | Document created. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteBinIssuedDocument > deleteBinIssuedDocument(companyId, documentId) - +Delete Bin Issued Document Delete Bin Issued Document @@ -162,7 +164,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteIssuedDocument @@ -231,9 +235,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document removed | - | +| **200** | Document removed | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## deleteIssuedDocumentAttachment @@ -302,9 +308,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | File removed. | - | +| **200** | File removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getBinIssuedDocument @@ -374,7 +382,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Bin issued document details | - | +| **200** | Bin issued document details | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getEmailData @@ -444,7 +454,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | EmailData | - | +| **200** | EmailData | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getExistingIssuedDocumentTotals @@ -516,9 +528,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Totals. | - | +| **200** | Totals. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getIssuedDocument @@ -592,9 +606,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document Details. | - | +| **200** | Document Details. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getIssuedDocumentPreCreateInfo @@ -664,7 +680,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Pre-create info. | - | +| **200** | Pre-create info. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getNewIssuedDocumentTotals @@ -734,8 +752,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Totals. | - | +| **200** | Totals. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## joinIssuedDocuments @@ -809,7 +829,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listBinIssuedDocuments @@ -877,7 +899,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Bin Issued Documents List | - | +| **200** | Bin Issued Documents List | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listIssuedDocuments @@ -961,9 +985,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Results list. | - | +| **200** | Results list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## modifyIssuedDocument @@ -1035,16 +1061,18 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document edited | - | +| **200** | Document edited | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## recoverBinIssuedDocument > recoverBinIssuedDocument(companyId, documentId) - +Recover Issued Document From The Bin Recover Issued Document From The Bin @@ -1106,7 +1134,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## scheduleEmail @@ -1177,9 +1207,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## transformIssuedDocument @@ -1257,7 +1289,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## uploadIssuedDocumentAttachment @@ -1329,6 +1363,8 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Attachment Token. | - | +| **200** | Attachment Token. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/IssuedEInvoicesApi.md b/docs/IssuedEInvoicesApi.md index 3e737d07..a071c6d5 100644 --- a/docs/IssuedEInvoicesApi.md +++ b/docs/IssuedEInvoicesApi.md @@ -78,7 +78,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getEInvoiceXml @@ -150,9 +152,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | | - | +| **200** | | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## sendEInvoice @@ -224,9 +228,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## verifyEInvoiceXml @@ -296,8 +302,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | -| **422** | Example response | - | +| **422** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/PriceListsApi.md b/docs/PriceListsApi.md index c4441b10..d7de7a74 100644 --- a/docs/PriceListsApi.md +++ b/docs/PriceListsApi.md @@ -38,7 +38,7 @@ public class Example { PriceListsApi apiInstance = new PriceListsApi(defaultClient); Integer companyId = 12345; // Integer | The ID of the company. - String priceListId = "priceListId_example"; // String | + String priceListId = "priceListId_example"; // String | The ID of the price try { GetPriceListItemsResponse result = apiInstance.getPriceListItems(companyId, priceListId); System.out.println(result); @@ -58,7 +58,7 @@ public class Example { | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **companyId** | **Integer**| The ID of the company. | | -| **priceListId** | **String**| | | +| **priceListId** | **String**| The ID of the price | | ### Return type @@ -76,9 +76,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getPriceLists @@ -146,7 +148,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/ProductsApi.md b/docs/ProductsApi.md index e23baf44..5773cd67 100644 --- a/docs/ProductsApi.md +++ b/docs/ProductsApi.md @@ -79,7 +79,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteProduct @@ -148,9 +150,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Product removed. | - | +| **200** | Product removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getProduct @@ -224,9 +228,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listProducts @@ -306,8 +312,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Products List. | - | +| **200** | Products List. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyProduct @@ -379,7 +387,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/ReceiptsApi.md b/docs/ReceiptsApi.md index 7819d322..43062f54 100644 --- a/docs/ReceiptsApi.md +++ b/docs/ReceiptsApi.md @@ -81,8 +81,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Created Receipt. | - | +| **200** | Created Receipt. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteReceipt @@ -151,9 +153,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document removed. | - | +| **200** | Document removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getReceipt @@ -227,9 +231,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Receipt Details. | - | +| **200** | Receipt Details. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getReceiptPreCreateInfo @@ -297,9 +303,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Pre-create info. | - | +| **200** | Pre-create info. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getReceiptsMonthlyTotals @@ -371,9 +379,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Monthly Totals. | - | +| **200** | Monthly Totals. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listReceipts @@ -453,8 +463,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Receipts list. | - | +| **200** | Receipts list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyReceipt @@ -526,7 +538,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Modified receipt. | - | +| **200** | Modified receipt. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/ReceivedDocumentsApi.md b/docs/ReceivedDocumentsApi.md index 7169b87d..a7ce4303 100644 --- a/docs/ReceivedDocumentsApi.md +++ b/docs/ReceivedDocumentsApi.md @@ -5,7 +5,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | Method | HTTP request | Description | |------------- | ------------- | -------------| | [**createReceivedDocument**](ReceivedDocumentsApi.md#createReceivedDocument) | **POST** /c/{company_id}/received_documents | Create Received Document | -| [**deleteBinReceivedDocument**](ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | | +| [**deleteBinReceivedDocument**](ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document | | [**deleteReceivedDocument**](ReceivedDocumentsApi.md#deleteReceivedDocument) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document | | [**deleteReceivedDocumentAttachment**](ReceivedDocumentsApi.md#deleteReceivedDocumentAttachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment | | [**getBinReceivedDocument**](ReceivedDocumentsApi.md#getBinReceivedDocument) | **GET** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List | @@ -16,7 +16,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**listBinReceivedDocuments**](ReceivedDocumentsApi.md#listBinReceivedDocuments) | **GET** /c/{company_id}/bin/received_documents | Get Bin Received Documents List | | [**listReceivedDocuments**](ReceivedDocumentsApi.md#listReceivedDocuments) | **GET** /c/{company_id}/received_documents | List Received Documents | | [**modifyReceivedDocument**](ReceivedDocumentsApi.md#modifyReceivedDocument) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document | -| [**recoverBinReceivedDocument**](ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | | +| [**recoverBinReceivedDocument**](ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin | | [**uploadReceivedDocumentAttachment**](ReceivedDocumentsApi.md#uploadReceivedDocumentAttachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment | @@ -88,14 +88,16 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document created. | - | +| **200** | Document created. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteBinReceivedDocument > deleteBinReceivedDocument(companyId, documentId) - +Delete Bin Received Document Delete Bin Received Document @@ -157,7 +159,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteReceivedDocument @@ -226,9 +230,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document removed. | - | +| **200** | Document removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## deleteReceivedDocumentAttachment @@ -297,9 +303,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | File removed | - | +| **200** | File removed | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getBinReceivedDocument @@ -369,7 +377,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Bin issued document details | - | +| **200** | Bin issued document details | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getExistingReceivedDocumentTotals @@ -441,7 +451,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document Totals. | - | +| **200** | Document Totals. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getNewReceivedDocumentTotals @@ -511,9 +523,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document Totals. | - | +| **200** | Document Totals. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getReceivedDocument @@ -587,9 +601,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document details. | - | +| **200** | Document details. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getReceivedDocumentPreCreateInfo @@ -659,7 +675,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Pre-create info | - | +| **200** | Pre-create info | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listBinReceivedDocuments @@ -727,7 +745,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listReceivedDocuments @@ -809,8 +829,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Results list. | - | +| **200** | Results list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyReceivedDocument @@ -882,16 +904,18 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Modified document. | - | +| **200** | Modified document. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## recoverBinReceivedDocument > recoverBinReceivedDocument(companyId, documentId) - +Recover Received Document From The Bin Recover Received Document From The Bin @@ -953,7 +977,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## uploadReceivedDocumentAttachment @@ -1025,6 +1051,8 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Attachment Token. | - | +| **200** | Attachment Token. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/SettingsApi.md b/docs/SettingsApi.md index 0506288b..5883a907 100644 --- a/docs/SettingsApi.md +++ b/docs/SettingsApi.md @@ -13,7 +13,9 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**getPaymentAccount**](SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account | | [**getPaymentMethod**](SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method | | [**getTaxProfile**](SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile | +| [**getTemplate**](SettingsApi.md#getTemplate) | **GET** /c/{company_id}/settings/templates/{template_id} | Get Template | | [**getVatType**](SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type | +| [**listTemplates**](SettingsApi.md#listTemplates) | **GET** /c/{company_id}/settings/templates | List Templates | | [**modifyPaymentAccount**](SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account | | [**modifyPaymentMethod**](SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method | | [**modifyVatType**](SettingsApi.md#modifyVatType) | **PUT** /c/{company_id}/settings/vat_types/{vat_type_id} | Modify Vat Type | @@ -87,7 +89,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## createPaymentMethod @@ -157,7 +161,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## createVatType @@ -227,7 +233,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deletePaymentAccount @@ -296,7 +304,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deletePaymentMethod @@ -365,7 +375,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteVatType @@ -434,7 +446,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getPaymentAccount @@ -508,7 +522,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getPaymentMethod @@ -582,7 +598,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getTaxProfile @@ -650,7 +668,85 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| + + +## getTemplate + +> GetTemplatesResponse getTemplate(companyId, templateId, fields, fieldset) + +Get Template + +Gets a specified template. + +### Example +```java +// Import classes: +import it.fattureincloud.sdk.ApiClient; +import it.fattureincloud.sdk.ApiException; +import it.fattureincloud.sdk.Configuration; +import it.fattureincloud.sdk.auth.*; +import it.fattureincloud.sdk.models.*; +import it.fattureincloud.sdk.api.SettingsApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api-v2.fattureincloud.it"); + + // Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow + OAuth OAuth2AuthenticationCodeFlow = (OAuth) defaultClient.getAuthentication("OAuth2AuthenticationCodeFlow"); + OAuth2AuthenticationCodeFlow.setAccessToken("YOUR ACCESS TOKEN"); + + SettingsApi apiInstance = new SettingsApi(defaultClient); + Integer companyId = 12345; // Integer | The ID of the company. + Integer templateId = 56; // Integer | The Referred Template Id. + String fields = "fields_example"; // String | List of comma-separated fields. + String fieldset = "basic"; // String | Name of the fieldset. + try { + GetTemplatesResponse result = apiInstance.getTemplate(companyId, templateId, fields, fieldset); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling SettingsApi#getTemplate"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **companyId** | **Integer**| The ID of the company. | | +| **templateId** | **Integer**| The Referred Template Id. | | +| **fields** | **String**| List of comma-separated fields. | [optional] | +| **fieldset** | **String**| Name of the fieldset. | [optional] [enum: basic, detailed] | + +### Return type + +[**GetTemplatesResponse**](GetTemplatesResponse.md) + +### Authorization + +[OAuth2AuthenticationCodeFlow](../README.md#OAuth2AuthenticationCodeFlow) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getVatType @@ -720,7 +816,84 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| + + +## listTemplates + +> ListTemplatesResponse listTemplates(companyId, fields, fieldset) + +List Templates + +Gets all the standard and private templates. + +### Example +```java +// Import classes: +import it.fattureincloud.sdk.ApiClient; +import it.fattureincloud.sdk.ApiException; +import it.fattureincloud.sdk.Configuration; +import it.fattureincloud.sdk.auth.*; +import it.fattureincloud.sdk.models.*; +import it.fattureincloud.sdk.api.SettingsApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api-v2.fattureincloud.it"); + + // Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow + OAuth OAuth2AuthenticationCodeFlow = (OAuth) defaultClient.getAuthentication("OAuth2AuthenticationCodeFlow"); + OAuth2AuthenticationCodeFlow.setAccessToken("YOUR ACCESS TOKEN"); + + SettingsApi apiInstance = new SettingsApi(defaultClient); + Integer companyId = 12345; // Integer | The ID of the company. + String fields = "fields_example"; // String | List of comma-separated fields. + String fieldset = "basic"; // String | Name of the fieldset. + try { + ListTemplatesResponse result = apiInstance.listTemplates(companyId, fields, fieldset); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling SettingsApi#listTemplates"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **companyId** | **Integer**| The ID of the company. | | +| **fields** | **String**| List of comma-separated fields. | [optional] | +| **fieldset** | **String**| Name of the fieldset. | [optional] [enum: basic, detailed] | + +### Return type + +[**ListTemplatesResponse**](ListTemplatesResponse.md) + +### Authorization + +[OAuth2AuthenticationCodeFlow](../README.md#OAuth2AuthenticationCodeFlow) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | Templates list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyPaymentAccount @@ -792,7 +965,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyPaymentMethod @@ -864,7 +1039,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyVatType @@ -936,5 +1113,7 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/SuppliersApi.md b/docs/SuppliersApi.md index cc04ebe1..2f040301 100644 --- a/docs/SuppliersApi.md +++ b/docs/SuppliersApi.md @@ -79,7 +79,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteSupplier @@ -148,9 +150,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Entity Removed | - | +| **200** | Entity Removed | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getSupplier @@ -224,9 +228,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listSuppliers @@ -306,8 +312,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifySupplier @@ -379,7 +387,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/TaxesApi.md b/docs/TaxesApi.md index 259120c5..8de5ea93 100644 --- a/docs/TaxesApi.md +++ b/docs/TaxesApi.md @@ -81,9 +81,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | The created F24 | - | +| **200** | The created F24 | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## deleteF24 @@ -152,9 +154,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Document removed. | - | +| **200** | Document removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## deleteF24Attachment @@ -223,9 +227,11 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | File Removed. | - | +| **200** | File Removed. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## getF24 @@ -299,9 +305,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | The F24 | - | +| **200** | The F24 | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## listF24 @@ -381,8 +389,10 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Results list. | - | +| **200** | Results list. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyF24 @@ -454,9 +464,11 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | The modified F24 | - | +| **200** | The modified F24 | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| | **404** | Not Found | - | +| **429** | Too Many Requests | * Retry-After -
| ## uploadF24Attachment @@ -528,5 +540,7 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Attachment Token. | - | +| **200** | Attachment Token. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/TemplateType.md b/docs/TemplateType.md new file mode 100644 index 00000000..1788c6d9 --- /dev/null +++ b/docs/TemplateType.md @@ -0,0 +1,15 @@ + + +# TemplateType + +## Enum + + +* `STANDARD` (value: `"standard"`) + +* `DELIVERY_NOTE` (value: `"delivery_note"`) + +* `ACCOMPANYING_INVOICE` (value: `"accompanying_invoice"`) + + + diff --git a/docs/UserApi.md b/docs/UserApi.md index 35cab3a4..fb33c138 100644 --- a/docs/UserApi.md +++ b/docs/UserApi.md @@ -70,8 +70,10 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | | - | +| **200** | | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized. | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listUserCompanies @@ -135,6 +137,8 @@ This endpoint does not need any parameter. ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | User Companies. | - | +| **200** | User Companies. | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| | **401** | Unauthorized | - | +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/docs/WebhooksApi.md b/docs/WebhooksApi.md index 9f29d250..1a36378a 100644 --- a/docs/WebhooksApi.md +++ b/docs/WebhooksApi.md @@ -80,7 +80,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## deleteWebhooksSubscription @@ -149,7 +151,9 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## getWebhooksSubscription @@ -219,7 +223,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## listWebhooksSubscriptions @@ -287,7 +293,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## modifyWebhooksSubscription @@ -359,7 +367,9 @@ public class Example { ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | Example response | - | +| **200** | Example response | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| ## verifyWebhooksSubscription @@ -430,5 +440,7 @@ null (empty response body) ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| -| **200** | OK | - | +| **200** | OK | * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
| +| **403** | Forbidden - Rate limit exceeded | * Retry-After -
| +| **429** | Too Many Requests | * Retry-After -
| diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c82..b82aa23a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 1aa94a42..9d0ce634 100755 --- a/gradlew +++ b/gradlew @@ -69,15 +69,15 @@ app_path=$0 # Need this for daisy-chained symlinks. while - APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path - [ -h "$app_path" ] +APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path +[ -h "$app_path" ] do - ls=$( ls -ld "$app_path" ) - link=${ls#*' -> '} - case $link in #( - /*) app_path=$link ;; #( - *) app_path=$APP_HOME$link ;; - esac +ls=$( ls -ld "$app_path" ) +link=${ls#*' -> '} +case $link in #( +/*) app_path=$link ;; #( +*) app_path=$APP_HOME$link ;; +esac done # This is normally unused @@ -90,14 +90,14 @@ APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit MAX_FD=maximum warn () { - echo "$*" +echo "$*" } >&2 die () { - echo - echo "$*" - echo - exit 1 +echo +echo "$*" +echo +exit 1 } >&2 # OS specific support (must be 'true' or 'false'). @@ -106,10 +106,10 @@ msys=false darwin=false nonstop=false case "$( uname )" in #( - CYGWIN* ) cygwin=true ;; #( - Darwin* ) darwin=true ;; #( - MSYS* | MINGW* ) msys=true ;; #( - NONSTOP* ) nonstop=true ;; +CYGWIN* ) cygwin=true ;; #( +Darwin* ) darwin=true ;; #( +MSYS* | MINGW* ) msys=true ;; #( +NONSTOP* ) nonstop=true ;; esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar @@ -117,46 +117,46 @@ CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD=$JAVA_HOME/jre/sh/java - else - JAVACMD=$JAVA_HOME/bin/java - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME +if [ -x "$JAVA_HOME/jre/sh/java" ] ; then +# IBM's JDK on AIX uses strange locations for the executables +JAVACMD=$JAVA_HOME/jre/sh/java +else +JAVACMD=$JAVA_HOME/bin/java +fi +if [ ! -x "$JAVACMD" ] ; then +die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME Please set the JAVA_HOME variable in your environment to match the location of your Java installation." - fi +fi else - JAVACMD=java - if ! command -v java >/dev/null 2>&1 - then - die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +JAVACMD=java +if ! command -v java >/dev/null 2>&1 +then +die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." - fi +fi fi # Increase the maximum file descriptors if we can. if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then - case $MAX_FD in #( - max*) - # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - MAX_FD=$( ulimit -H -n ) || - warn "Could not query maximum file descriptor limit" - esac - case $MAX_FD in #( - '' | soft) :;; #( - *) - # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - ulimit -n "$MAX_FD" || - warn "Could not set maximum file descriptor limit to $MAX_FD" - esac +case $MAX_FD in #( +max*) +# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. +# shellcheck disable=SC2039,SC3045 +MAX_FD=$( ulimit -H -n ) || +warn "Could not query maximum file descriptor limit" +esac +case $MAX_FD in #( +'' | soft) :;; #( +*) +# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. +# shellcheck disable=SC2039,SC3045 +ulimit -n "$MAX_FD" || +warn "Could not set maximum file descriptor limit to $MAX_FD" +esac fi # Collect all arguments for the java command, stacking in reverse order: @@ -169,33 +169,33 @@ fi # For Cygwin or MSYS, switch paths to Windows format before running java if "$cygwin" || "$msys" ; then - APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) - - JAVACMD=$( cygpath --unix "$JAVACMD" ) - - # Now convert the arguments - kludge to limit ourselves to /bin/sh - for arg do - if - case $arg in #( - -*) false ;; # don't mess with options #( - /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath - [ -e "$t" ] ;; #( - *) false ;; - esac - then - arg=$( cygpath --path --ignore --mixed "$arg" ) - fi - # Roll the args list around exactly as many times as the number of - # args, so each arg winds up back in the position where it started, but - # possibly modified. - # - # NB: a `for` loop captures its iteration list before it begins, so - # changing the positional parameters here affects neither the number of - # iterations, nor the values presented in `arg`. - shift # remove old arg - set -- "$@" "$arg" # push replacement arg - done +APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) +CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + +JAVACMD=$( cygpath --unix "$JAVACMD" ) + +# Now convert the arguments - kludge to limit ourselves to /bin/sh +for arg do +if +case $arg in #( +-*) false ;; # don't mess with options #( +/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath +[ -e "$t" ] ;; #( +*) false ;; +esac +then +arg=$( cygpath --path --ignore --mixed "$arg" ) +fi +# Roll the args list around exactly as many times as the number of +# args, so each arg winds up back in the position where it started, but +# possibly modified. +# +# NB: a `for` loop captures its iteration list before it begins, so +# changing the positional parameters here affects neither the number of +# iterations, nor the values presented in `arg`. +shift # remove old arg +set -- "$@" "$arg" # push replacement arg +done fi @@ -209,15 +209,15 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' # treated as '${Hostname}' itself on the command line. set -- \ - "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ - "$@" +"-Dorg.gradle.appname=$APP_BASE_NAME" \ +-classpath "$CLASSPATH" \ +org.gradle.wrapper.GradleWrapperMain \ +"$@" # Stop when "xargs" is not available. if ! command -v xargs >/dev/null 2>&1 then - die "xargs is not available" +die "xargs is not available" fi # Use "xargs" to parse quoted args. @@ -240,10 +240,10 @@ fi # eval "set -- $( - printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | - xargs -n1 | - sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | - tr '\n' ' ' - )" '"$@"' +printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | +xargs -n1 | +sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | +tr '\n' ' ' +)" '"$@"' exec "$JAVACMD" "$@" diff --git a/sdk-version.yaml b/sdk-version.yaml index 16565b6b..f82ddaa2 100644 --- a/sdk-version.yaml +++ b/sdk-version.yaml @@ -1,2 +1,2 @@ info: - version: 2.1.2 + version: 2.1.3 diff --git a/src/main/java/it/fattureincloud/sdk/ApiCallback.java b/src/main/java/it/fattureincloud/sdk/ApiCallback.java index a53e3191..f39de46b 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiCallback.java +++ b/src/main/java/it/fattureincloud/sdk/ApiCallback.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/ApiClient.java b/src/main/java/it/fattureincloud/sdk/ApiClient.java index 1d26b1d1..5e285870 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiClient.java +++ b/src/main/java/it/fattureincloud/sdk/ApiClient.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -130,7 +130,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("FattureInCloud/2.1.2/Java-SDK"); + setUserAgent("FattureInCloud/2.1.3/Java-SDK"); authentications = new HashMap(); } diff --git a/src/main/java/it/fattureincloud/sdk/ApiException.java b/src/main/java/it/fattureincloud/sdk/ApiException.java index ea896f3a..698684f6 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiException.java +++ b/src/main/java/it/fattureincloud/sdk/ApiException.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,14 +13,15 @@ package it.fattureincloud.sdk; import java.util.List; +import java.util.Locale; import java.util.Map; /** ApiException class. */ @SuppressWarnings("serial") @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ApiException extends Exception { private static final long serialVersionUID = 1L; @@ -172,7 +173,11 @@ public String getResponseBody() { */ public String getMessage() { return String.format( + Locale.ROOT, "Message: %s%nHTTP response code: %s%nHTTP response body: %s%nHTTP response headers: %s", - super.getMessage(), this.getCode(), this.getResponseBody(), this.getResponseHeaders()); + super.getMessage(), + this.getCode(), + this.getResponseBody(), + this.getResponseHeaders()); } } diff --git a/src/main/java/it/fattureincloud/sdk/ApiResponse.java b/src/main/java/it/fattureincloud/sdk/ApiResponse.java index 223a1ce3..7b863147 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiResponse.java +++ b/src/main/java/it/fattureincloud/sdk/ApiResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/Configuration.java b/src/main/java/it/fattureincloud/sdk/Configuration.java index be448209..23086040 100644 --- a/src/main/java/it/fattureincloud/sdk/Configuration.java +++ b/src/main/java/it/fattureincloud/sdk/Configuration.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,14 +12,19 @@ package it.fattureincloud.sdk; +import java.util.Objects; +import java.util.concurrent.atomic.AtomicReference; +import java.util.function.Supplier; + @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Configuration { - public static final String VERSION = "2.1.2"; + public static final String VERSION = "2.1.3"; - private static volatile ApiClient defaultApiClient = new ApiClient(); + private static final AtomicReference defaultApiClient = new AtomicReference<>(); + private static volatile Supplier apiClientFactory = ApiClient::new; /** * Get the default API client, which would be used when creating API instances without providing @@ -28,7 +33,18 @@ public class Configuration { * @return Default API client */ public static ApiClient getDefaultApiClient() { - return defaultApiClient; + ApiClient client = defaultApiClient.get(); + if (client == null) { + client = + defaultApiClient.updateAndGet( + val -> { + if (val != null) { // changed by another thread + return val; + } + return apiClientFactory.get(); + }); + } + return client; } /** @@ -38,6 +54,13 @@ public static ApiClient getDefaultApiClient() { * @param apiClient API client */ public static void setDefaultApiClient(ApiClient apiClient) { - defaultApiClient = apiClient; + defaultApiClient.set(apiClient); + } + + /** set the callback used to create new ApiClient objects */ + public static void setApiClientFactory(Supplier factory) { + apiClientFactory = Objects.requireNonNull(factory); } + + private Configuration() {} } diff --git a/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java b/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java index 3fb1d0b7..e4d013eb 100644 --- a/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java +++ b/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/JSON.java b/src/main/java/it/fattureincloud/sdk/JSON.java index 6404828b..e0882f98 100644 --- a/src/main/java/it/fattureincloud/sdk/JSON.java +++ b/src/main/java/it/fattureincloud/sdk/JSON.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/Pair.java b/src/main/java/it/fattureincloud/sdk/Pair.java index b44275de..2b589910 100644 --- a/src/main/java/it/fattureincloud/sdk/Pair.java +++ b/src/main/java/it/fattureincloud/sdk/Pair.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -14,31 +14,15 @@ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Pair { - private String name = ""; - private String value = ""; + private final String name; + private final String value; public Pair(String name, String value) { - setName(name); - setValue(value); - } - - private void setName(String name) { - if (!isValidString(name)) { - return; - } - - this.name = name; - } - - private void setValue(String value) { - if (!isValidString(value)) { - return; - } - - this.value = value; + this.name = isValidString(name) ? name : ""; + this.value = isValidString(value) ? value : ""; } public String getName() { @@ -49,11 +33,7 @@ public String getValue() { return this.value; } - private boolean isValidString(String arg) { - if (arg == null) { - return false; - } - - return true; + private static boolean isValidString(String arg) { + return arg != null; } } diff --git a/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java b/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java index dd7188e5..2b2c6b7e 100644 --- a/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java +++ b/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java b/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java index 3ca3e8df..45a64b47 100644 --- a/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java +++ b/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java b/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java index 77bbf98e..de783d48 100644 --- a/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java +++ b/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,8 +17,8 @@ /** Representing a Server configuration. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ServerConfiguration { public String URL; public String description; diff --git a/src/main/java/it/fattureincloud/sdk/ServerVariable.java b/src/main/java/it/fattureincloud/sdk/ServerVariable.java index 0045bc2e..0a129572 100644 --- a/src/main/java/it/fattureincloud/sdk/ServerVariable.java +++ b/src/main/java/it/fattureincloud/sdk/ServerVariable.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,8 +17,8 @@ /** Representing a Server Variable for server URL template substitution. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ServerVariable { public String description; public String defaultValue; diff --git a/src/main/java/it/fattureincloud/sdk/StringUtil.java b/src/main/java/it/fattureincloud/sdk/StringUtil.java index 878fbe73..843094d0 100644 --- a/src/main/java/it/fattureincloud/sdk/StringUtil.java +++ b/src/main/java/it/fattureincloud/sdk/StringUtil.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,8 +17,8 @@ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java b/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java index ef12a936..fa239d63 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -82,9 +82,11 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The Archive Document. -
200 The Archive Document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createArchiveDocumentCall( @@ -174,9 +176,11 @@ private okhttp3.Call createArchiveDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The Archive Document. -
200 The Archive Document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public CreateArchiveDocumentResponse createArchiveDocument( @@ -199,9 +203,11 @@ public CreateArchiveDocumentResponse createArchiveDocument( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The Archive Document. -
200 The Archive Document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createArchiveDocumentWithHttpInfo( @@ -225,9 +231,11 @@ public ApiResponse createArchiveDocumentWithHttpI * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The Archive Document. -
200 The Archive Document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createArchiveDocumentAsync( @@ -254,9 +262,11 @@ public okhttp3.Call createArchiveDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteArchiveDocumentCall( @@ -346,9 +356,11 @@ private okhttp3.Call deleteArchiveDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteArchiveDocument(Integer companyId, Integer documentId) throws ApiException { @@ -367,9 +379,11 @@ public void deleteArchiveDocument(Integer companyId, Integer documentId) throws * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteArchiveDocumentWithHttpInfo(Integer companyId, Integer documentId) @@ -391,9 +405,11 @@ public ApiResponse deleteArchiveDocumentWithHttpInfo(Integer companyId, In * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteArchiveDocumentAsync( @@ -419,9 +435,11 @@ public okhttp3.Call deleteArchiveDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Document Details -
200 Archive Document Details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getArchiveDocumentCall( @@ -532,9 +550,11 @@ private okhttp3.Call getArchiveDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Document Details -
200 Archive Document Details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetArchiveDocumentResponse getArchiveDocument( @@ -558,9 +578,11 @@ public GetArchiveDocumentResponse getArchiveDocument( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Document Details -
200 Archive Document Details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getArchiveDocumentWithHttpInfo( @@ -585,9 +607,11 @@ public ApiResponse getArchiveDocumentWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Document Details -
200 Archive Document Details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getArchiveDocumentAsync( @@ -622,9 +646,11 @@ public okhttp3.Call getArchiveDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listArchiveDocumentsCall( @@ -754,9 +780,11 @@ private okhttp3.Call listArchiveDocumentsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListArchiveDocumentsResponse listArchiveDocuments( @@ -791,9 +819,11 @@ public ListArchiveDocumentsResponse listArchiveDocuments( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listArchiveDocumentsWithHttpInfo( @@ -830,9 +860,11 @@ public ApiResponse listArchiveDocumentsWithHttpInf * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listArchiveDocumentsAsync( @@ -866,9 +898,11 @@ public okhttp3.Call listArchiveDocumentsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Archived Document -
200 The modified Archived Document * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyArchiveDocumentCall( @@ -969,9 +1003,11 @@ private okhttp3.Call modifyArchiveDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Archived Document -
200 The modified Archived Document * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyArchiveDocumentResponse modifyArchiveDocument( @@ -997,9 +1033,11 @@ public ModifyArchiveDocumentResponse modifyArchiveDocument( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Archived Document -
200 The modified Archived Document * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyArchiveDocumentWithHttpInfo( @@ -1027,9 +1065,11 @@ public ApiResponse modifyArchiveDocumentWithHttpI * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Archived Document -
200 The modified Archived Document * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyArchiveDocumentAsync( @@ -1060,9 +1100,11 @@ public okhttp3.Call modifyArchiveDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadArchiveDocumentAttachmentCall( @@ -1160,9 +1202,11 @@ private okhttp3.Call uploadArchiveDocumentAttachmentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public UploadArchiveAttachmentResponse uploadArchiveDocumentAttachment( @@ -1188,9 +1232,11 @@ public UploadArchiveAttachmentResponse uploadArchiveDocumentAttachment( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse uploadArchiveDocumentAttachmentWithHttpInfo( @@ -1217,9 +1263,11 @@ public ApiResponse uploadArchiveDocumentAttachm * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadArchiveDocumentAttachmentAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java b/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java index 82639966..c85c1f8a 100644 --- a/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -80,9 +80,11 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created Cashbook Entry. -
200 The created Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createCashbookEntryCall( @@ -172,9 +174,11 @@ private okhttp3.Call createCashbookEntryValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created Cashbook Entry. -
200 The created Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public CreateCashbookEntryResponse createCashbookEntry( @@ -197,9 +201,11 @@ public CreateCashbookEntryResponse createCashbookEntry( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created Cashbook Entry. -
200 The created Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createCashbookEntryWithHttpInfo( @@ -223,9 +229,11 @@ public ApiResponse createCashbookEntryWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created Cashbook Entry. -
200 The created Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createCashbookEntryAsync( @@ -252,9 +260,11 @@ public okhttp3.Call createCashbookEntryAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteCashbookEntryCall( @@ -344,9 +354,11 @@ private okhttp3.Call deleteCashbookEntryValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteCashbookEntry(Integer companyId, String documentId) throws ApiException { @@ -365,9 +377,11 @@ public void deleteCashbookEntry(Integer companyId, String documentId) throws Api * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteCashbookEntryWithHttpInfo(Integer companyId, String documentId) @@ -388,9 +402,11 @@ public ApiResponse deleteCashbookEntryWithHttpInfo(Integer companyId, Stri * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteCashbookEntryAsync( @@ -415,9 +431,11 @@ public okhttp3.Call deleteCashbookEntryAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Cashbook Entry. -
200 Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getCashbookEntryCall( @@ -528,9 +546,11 @@ private okhttp3.Call getCashbookEntryValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Cashbook Entry. -
200 Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetCashbookEntryResponse getCashbookEntry( @@ -554,9 +574,11 @@ public GetCashbookEntryResponse getCashbookEntry( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Cashbook Entry. -
200 Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getCashbookEntryWithHttpInfo( @@ -581,9 +603,11 @@ public ApiResponse getCashbookEntryWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Cashbook Entry. -
200 Cashbook Entry. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getCashbookEntryAsync( @@ -616,9 +640,11 @@ public okhttp3.Call getCashbookEntryAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCashbookEntriesCall( @@ -754,9 +780,11 @@ private okhttp3.Call listCashbookEntriesValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListCashbookEntriesResponse listCashbookEntries( @@ -788,9 +816,11 @@ public ListCashbookEntriesResponse listCashbookEntries( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listCashbookEntriesWithHttpInfo( @@ -824,9 +854,11 @@ public ApiResponse listCashbookEntriesWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCashbookEntriesAsync( @@ -859,9 +891,11 @@ public okhttp3.Call listCashbookEntriesAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Cashbook Entry -
200 The modified Cashbook Entry * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyCashbookEntryCall( @@ -961,9 +995,11 @@ private okhttp3.Call modifyCashbookEntryValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Cashbook Entry -
200 The modified Cashbook Entry * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyCashbookEntryResponse modifyCashbookEntry( @@ -987,9 +1023,11 @@ public ModifyCashbookEntryResponse modifyCashbookEntry( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Cashbook Entry -
200 The modified Cashbook Entry * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyCashbookEntryWithHttpInfo( @@ -1015,9 +1053,11 @@ public ApiResponse modifyCashbookEntryWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified Cashbook Entry -
200 The modified Cashbook Entry * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyCashbookEntryAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java b/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java index 8225f8ac..a3feb179 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -81,7 +81,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createClientCall( @@ -167,7 +169,9 @@ private okhttp3.Call createClientValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateClientResponse createClient( @@ -189,7 +193,9 @@ public CreateClientResponse createClient( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createClientWithHttpInfo( @@ -212,7 +218,9 @@ public ApiResponse createClientWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createClientAsync( @@ -239,9 +247,11 @@ public okhttp3.Call createClientAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteClientCall( @@ -330,9 +340,11 @@ private okhttp3.Call deleteClientValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteClient(Integer companyId, Integer clientId) throws ApiException { @@ -351,9 +363,11 @@ public void deleteClient(Integer companyId, Integer clientId) throws ApiExceptio * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteClientWithHttpInfo(Integer companyId, Integer clientId) @@ -374,9 +388,11 @@ public ApiResponse deleteClientWithHttpInfo(Integer companyId, Integer cli * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteClientAsync( @@ -400,9 +416,11 @@ public okhttp3.Call deleteClientAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client Details. -
200 Client Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getClientCall( @@ -512,9 +530,11 @@ private okhttp3.Call getClientValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client Details. -
200 Client Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetClientResponse getClient( @@ -538,9 +558,11 @@ public GetClientResponse getClient( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client Details. -
200 Client Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getClientWithHttpInfo( @@ -565,9 +587,11 @@ public ApiResponse getClientWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client Details. -
200 Client Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getClientAsync( @@ -595,9 +619,11 @@ public okhttp3.Call getClientAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getClientInfoCall(Integer companyId, final ApiCallback _callback) @@ -680,9 +706,11 @@ private okhttp3.Call getClientInfoValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetEntityClientPreCreateInfoResponse getClientInfo(Integer companyId) throws ApiException { @@ -702,9 +730,11 @@ public GetEntityClientPreCreateInfoResponse getClientInfo(Integer companyId) thr * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getClientInfoWithHttpInfo( @@ -725,9 +755,11 @@ public ApiResponse getClientInfoWithHttpIn * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getClientInfoAsync( @@ -757,8 +789,10 @@ public okhttp3.Call getClientInfoAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listClientsCall( @@ -888,8 +922,10 @@ private okhttp3.Call listClientsValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListClientsResponse listClients( @@ -924,8 +960,10 @@ public ListClientsResponse listClients( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listClientsWithHttpInfo( @@ -961,8 +999,10 @@ public ApiResponse listClientsWithHttpInfo( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listClientsAsync( @@ -997,9 +1037,11 @@ public okhttp3.Call listClientsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client modified. -
200 Client modified. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyClientCall( @@ -1099,9 +1141,11 @@ private okhttp3.Call modifyClientValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client modified. -
200 Client modified. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyClientResponse modifyClient( @@ -1126,9 +1170,11 @@ public ModifyClientResponse modifyClient( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client modified. -
200 Client modified. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyClientWithHttpInfo( @@ -1154,9 +1200,11 @@ public ApiResponse modifyClientWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Client modified. -
200 Client modified. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyClientAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java b/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java index fd80d2e4..56ab0d35 100644 --- a/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -75,8 +75,10 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Company info. -
200 Company info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getCompanyInfoCall(Integer companyId, final ApiCallback _callback) @@ -159,8 +161,10 @@ private okhttp3.Call getCompanyInfoValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Company info. -
200 Company info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetCompanyInfoResponse getCompanyInfo(Integer companyId) throws ApiException { @@ -179,8 +183,10 @@ public GetCompanyInfoResponse getCompanyInfo(Integer companyId) throws ApiExcept * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Company info. -
200 Company info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getCompanyInfoWithHttpInfo(Integer companyId) @@ -201,8 +207,10 @@ public ApiResponse getCompanyInfoWithHttpInfo(Integer co * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Company info. -
200 Company info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getCompanyInfoAsync( @@ -225,8 +233,10 @@ public okhttp3.Call getCompanyInfoAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getCompanyPlanUsageCall( @@ -320,8 +330,10 @@ private okhttp3.Call getCompanyPlanUsageValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetCompanyPlanUsageResponse getCompanyPlanUsage(Integer companyId, String category) @@ -343,8 +355,10 @@ public GetCompanyPlanUsageResponse getCompanyPlanUsage(Integer companyId, String * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getCompanyPlanUsageWithHttpInfo( @@ -366,8 +380,10 @@ public ApiResponse getCompanyPlanUsageWithHttpInfo( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getCompanyPlanUsageAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java b/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java index f42ebb01..97efcd3d 100644 --- a/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -81,7 +81,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listEmailsCall( @@ -211,7 +213,9 @@ private okhttp3.Call listEmailsValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListEmailsResponse listEmails( @@ -246,7 +250,9 @@ public ListEmailsResponse listEmails( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listEmailsWithHttpInfo( @@ -282,7 +288,9 @@ public ApiResponse listEmailsWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listEmailsAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/InfoApi.java b/src/main/java/it/fattureincloud/sdk/api/InfoApi.java index aaf38fb4..8426401d 100644 --- a/src/main/java/it/fattureincloud/sdk/api/InfoApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/InfoApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -89,9 +89,11 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Categories list. -
200 Archive Categories list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listArchiveCategoriesCall(Integer companyId, final ApiCallback _callback) @@ -174,9 +176,11 @@ private okhttp3.Call listArchiveCategoriesValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Categories list. -
200 Archive Categories list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListArchiveCategoriesResponse listArchiveCategories(Integer companyId) @@ -197,9 +201,11 @@ public ListArchiveCategoriesResponse listArchiveCategories(Integer companyId) * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Categories list. -
200 Archive Categories list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listArchiveCategoriesWithHttpInfo( @@ -220,9 +226,11 @@ public ApiResponse listArchiveCategoriesWithHttpI * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Archive Categories list. -
200 Archive Categories list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listArchiveCategoriesAsync( @@ -246,7 +254,9 @@ public okhttp3.Call listArchiveCategoriesAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Cities List. -
200 Cities List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCitiesCall(String postalCode, String city, final ApiCallback _callback) @@ -329,7 +339,9 @@ private okhttp3.Call listCitiesValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Cities List. -
200 Cities List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListCitiesResponse listCities(String postalCode, String city) throws ApiException { @@ -349,7 +361,9 @@ public ListCitiesResponse listCities(String postalCode, String city) throws ApiE * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Cities List. -
200 Cities List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listCitiesWithHttpInfo(String postalCode, String city) @@ -371,7 +385,9 @@ public ApiResponse listCitiesWithHttpInfo(String postalCode, * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Cities List. -
200 Cities List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCitiesAsync( @@ -394,9 +410,11 @@ public okhttp3.Call listCitiesAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Cost Centers -
200 List of Cost Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCostCentersCall(Integer companyId, final ApiCallback _callback) @@ -479,9 +497,11 @@ private okhttp3.Call listCostCentersValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Cost Centers -
200 List of Cost Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListCostCentersResponse listCostCenters(Integer companyId) throws ApiException { @@ -500,9 +520,11 @@ public ListCostCentersResponse listCostCenters(Integer companyId) throws ApiExce * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Cost Centers -
200 List of Cost Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listCostCentersWithHttpInfo(Integer companyId) @@ -523,9 +545,11 @@ public ApiResponse listCostCentersWithHttpInfo(Integer * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Cost Centers -
200 List of Cost Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCostCentersAsync( @@ -546,8 +570,10 @@ public okhttp3.Call listCostCentersAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of countries -
200 List of countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCountriesCall(final ApiCallback _callback) throws ApiException { @@ -619,8 +645,10 @@ private okhttp3.Call listCountriesValidateBeforeCall(final ApiCallback _callback * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of countries -
200 List of countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListCountriesResponse listCountries() throws ApiException { @@ -638,8 +666,10 @@ public ListCountriesResponse listCountries() throws ApiException { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of countries -
200 List of countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listCountriesWithHttpInfo() throws ApiException { @@ -658,8 +688,10 @@ public ApiResponse listCountriesWithHttpInfo() throws Api * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of countries -
200 List of countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCountriesAsync(final ApiCallback _callback) @@ -680,8 +712,10 @@ public okhttp3.Call listCountriesAsync(final ApiCallback * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Currencies List. -
200 Currencies List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCurrenciesCall(final ApiCallback _callback) throws ApiException { @@ -753,8 +787,10 @@ private okhttp3.Call listCurrenciesValidateBeforeCall(final ApiCallback _callbac * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Currencies List. -
200 Currencies List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListCurrenciesResponse listCurrencies() throws ApiException { @@ -772,8 +808,10 @@ public ListCurrenciesResponse listCurrencies() throws ApiException { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Currencies List. -
200 Currencies List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listCurrenciesWithHttpInfo() throws ApiException { @@ -792,8 +830,10 @@ public ApiResponse listCurrenciesWithHttpInfo() throws A * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Currencies List. -
200 Currencies List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listCurrenciesAsync(final ApiCallback _callback) @@ -804,6 +844,173 @@ public okhttp3.Call listCurrenciesAsync(final ApiCallback + * Response Details + * Status Code Description Response Headers + * 200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
+ * 401 Unauthorized - + * 403 Forbidden - Rate limit exceeded * Retry-After -
+ * 429 Too Many Requests * Retry-After -
+ * + */ + public okhttp3.Call listDefaultTemplatesCall( + String type, Boolean byType, final ApiCallback _callback) throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = null; + + // create path and map variables + String localVarPath = "/info/templates"; + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + if (type != null) { + localVarQueryParams.addAll(localVarApiClient.parameterToPair("type", type)); + } + + if (byType != null) { + localVarQueryParams.addAll(localVarApiClient.parameterToPair("by_type", byType)); + } + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"OAuth2AuthenticationCodeFlow"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "GET", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call listDefaultTemplatesValidateBeforeCall( + String type, Boolean byType, final ApiCallback _callback) throws ApiException { + return listDefaultTemplatesCall(type, byType, _callback); + } + + /** + * List Default Templates Lists the default available templates. + * + * @param type Type of the templates. (optional, default to all) + * @param byType [Only if type=all] If true, splits the list in objects, grouping templates + * by type. (optional, default to false) + * @return ListTemplatesResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public ListTemplatesResponse listDefaultTemplates(String type, Boolean byType) + throws ApiException { + ApiResponse localVarResp = + listDefaultTemplatesWithHttpInfo(type, byType); + return localVarResp.getData(); + } + + /** + * List Default Templates Lists the default available templates. + * + * @param type Type of the templates. (optional, default to all) + * @param byType [Only if type=all] If true, splits the list in objects, grouping templates + * by type. (optional, default to false) + * @return ApiResponse<ListTemplatesResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public ApiResponse listDefaultTemplatesWithHttpInfo( + String type, Boolean byType) throws ApiException { + okhttp3.Call localVarCall = listDefaultTemplatesValidateBeforeCall(type, byType, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * List Default Templates (asynchronously) Lists the default available templates. + * + * @param type Type of the templates. (optional, default to all) + * @param byType [Only if type=all] If true, splits the list in objects, grouping templates + * by type. (optional, default to false) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body object + * @http.response.details + * + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public okhttp3.Call listDefaultTemplatesAsync( + String type, Boolean byType, final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = listDefaultTemplatesValidateBeforeCall(type, byType, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } /** * Build call for listDeliveryNotesDefaultCausals * @@ -814,8 +1021,10 @@ public okhttp3.Call listCurrenciesAsync(final ApiCallback * Response Details * Status Code Description Response Headers - * 200 List of Delivery Notes Default Causals - + * 200 List of Delivery Notes Default Causals * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
* 401 Unauthorized - + * 403 Forbidden - Rate limit exceeded * Retry-After -
+ * 429 Too Many Requests * Retry-After -
* */ public okhttp3.Call listDeliveryNotesDefaultCausalsCall(final ApiCallback _callback) @@ -888,8 +1097,10 @@ private okhttp3.Call listDeliveryNotesDefaultCausalsValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of Delivery Notes Default Causals -
200 List of Delivery Notes Default Causals * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListDeliveryNotesDefaultCausalsResponse listDeliveryNotesDefaultCausals() @@ -909,8 +1120,10 @@ public ListDeliveryNotesDefaultCausalsResponse listDeliveryNotesDefaultCausals() * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of Delivery Notes Default Causals -
200 List of Delivery Notes Default Causals * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -930,8 +1143,10 @@ public ListDeliveryNotesDefaultCausalsResponse listDeliveryNotesDefaultCausals() * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of Delivery Notes Default Causals -
200 List of Delivery Notes Default Causals * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listDeliveryNotesDefaultCausalsAsync( @@ -952,8 +1167,10 @@ public okhttp3.Call listDeliveryNotesDefaultCausalsAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of detailed countries -
200 List of detailed countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listDetailedCountriesCall(final ApiCallback _callback) throws ApiException { @@ -1025,8 +1242,10 @@ private okhttp3.Call listDetailedCountriesValidateBeforeCall(final ApiCallback _ * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of detailed countries -
200 List of detailed countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListDetailedCountriesResponse listDetailedCountries() throws ApiException { @@ -1044,8 +1263,10 @@ public ListDetailedCountriesResponse listDetailedCountries() throws ApiException * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of detailed countries -
200 List of detailed countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listDetailedCountriesWithHttpInfo() @@ -1065,8 +1286,10 @@ public ApiResponse listDetailedCountriesWithHttpI * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 List of detailed countries -
200 List of detailed countries * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listDetailedCountriesAsync( @@ -1087,8 +1310,10 @@ public okhttp3.Call listDetailedCountriesAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 LanguagesList -
200 LanguagesList * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listLanguagesCall(final ApiCallback _callback) throws ApiException { @@ -1160,8 +1385,10 @@ private okhttp3.Call listLanguagesValidateBeforeCall(final ApiCallback _callback * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 LanguagesList -
200 LanguagesList * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListLanguagesResponse listLanguages() throws ApiException { @@ -1179,8 +1406,10 @@ public ListLanguagesResponse listLanguages() throws ApiException { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 LanguagesList -
200 LanguagesList * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listLanguagesWithHttpInfo() throws ApiException { @@ -1199,8 +1428,10 @@ public ApiResponse listLanguagesWithHttpInfo() throws Api * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 LanguagesList -
200 LanguagesList * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listLanguagesAsync(final ApiCallback _callback) @@ -1226,9 +1457,11 @@ public okhttp3.Call listLanguagesAsync(final ApiCallback * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment accounts list. -
200 Payment accounts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listPaymentAccountsCall( @@ -1329,9 +1562,11 @@ private okhttp3.Call listPaymentAccountsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment accounts list. -
200 Payment accounts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListPaymentAccountsResponse listPaymentAccounts( @@ -1356,9 +1591,11 @@ public ListPaymentAccountsResponse listPaymentAccounts( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment accounts list. -
200 Payment accounts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listPaymentAccountsWithHttpInfo( @@ -1384,9 +1621,11 @@ public ApiResponse listPaymentAccountsWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment accounts list. -
200 Payment accounts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listPaymentAccountsAsync( @@ -1418,9 +1657,11 @@ public okhttp3.Call listPaymentAccountsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment methods list. -
200 Payment methods list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listPaymentMethodsCall( @@ -1521,9 +1762,11 @@ private okhttp3.Call listPaymentMethodsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment methods list. -
200 Payment methods list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListPaymentMethodsResponse listPaymentMethods( @@ -1548,9 +1791,11 @@ public ListPaymentMethodsResponse listPaymentMethods( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment methods list. -
200 Payment methods list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listPaymentMethodsWithHttpInfo( @@ -1576,9 +1821,11 @@ public ApiResponse listPaymentMethodsWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Payment methods list. -
200 Payment methods list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listPaymentMethodsAsync( @@ -1607,9 +1854,11 @@ public okhttp3.Call listPaymentMethodsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product Categories List -
200 Product Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listProductCategoriesCall( @@ -1703,9 +1952,11 @@ private okhttp3.Call listProductCategoriesValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product Categories List -
200 Product Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListProductCategoriesResponse listProductCategories(Integer companyId, String context) @@ -1727,9 +1978,11 @@ public ListProductCategoriesResponse listProductCategories(Integer companyId, St * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product Categories List -
200 Product Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listProductCategoriesWithHttpInfo( @@ -1751,9 +2004,11 @@ public ApiResponse listProductCategoriesWithHttpI * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product Categories List -
200 Product Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listProductCategoriesAsync( @@ -1777,7 +2032,9 @@ public okhttp3.Call listProductCategoriesAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Received Document Categories List -
200 Received Document Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listReceivedDocumentCategoriesCall( @@ -1860,7 +2117,9 @@ private okhttp3.Call listReceivedDocumentCategoriesValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Received Document Categories List -
200 Received Document Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListReceivedDocumentCategoriesResponse listReceivedDocumentCategories(Integer companyId) @@ -1881,7 +2140,9 @@ public ListReceivedDocumentCategoriesResponse listReceivedDocumentCategories(Int * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Received Document Categories List -
200 Received Document Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -1902,7 +2163,9 @@ public ListReceivedDocumentCategoriesResponse listReceivedDocumentCategories(Int * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Received Document Categories List -
200 Received Document Categories List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listReceivedDocumentCategoriesAsync( @@ -1926,9 +2189,11 @@ public okhttp3.Call listReceivedDocumentCategoriesAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Revenue Centers -
200 List of Revenue Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listRevenueCentersCall(Integer companyId, final ApiCallback _callback) @@ -2011,9 +2276,11 @@ private okhttp3.Call listRevenueCentersValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Revenue Centers -
200 List of Revenue Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListRevenueCentersResponse listRevenueCenters(Integer companyId) throws ApiException { @@ -2033,9 +2300,11 @@ public ListRevenueCentersResponse listRevenueCenters(Integer companyId) throws A * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Revenue Centers -
200 List of Revenue Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listRevenueCentersWithHttpInfo(Integer companyId) @@ -2056,9 +2325,11 @@ public ApiResponse listRevenueCentersWithHttpInfo(In * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Revenue Centers -
200 List of Revenue Centers * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listRevenueCentersAsync( @@ -2070,163 +2341,6 @@ public okhttp3.Call listRevenueCentersAsync( localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); return localVarCall; } - /** - * Build call for listTemplates - * - * @param type Type of the templates. (optional, default to all) - * @param byType [Only if type=all] If true, splits the list in objects, grouping templates - * by type. (optional, default to false) - * @param _callback Callback for upload/download progress - * @return Call to execute - * @throws ApiException If fail to serialize the request body object - * @http.response.details - * - * - * - * - * - *
Response Details
Status Code Description Response Headers
200 Templates list. -
401 Unauthorized -
- */ - public okhttp3.Call listTemplatesCall(String type, Boolean byType, final ApiCallback _callback) - throws ApiException { - String basePath = null; - // Operation Servers - String[] localBasePaths = new String[] {}; - - // Determine Base Path to Use - if (localCustomBaseUrl != null) { - basePath = localCustomBaseUrl; - } else if (localBasePaths.length > 0) { - basePath = localBasePaths[localHostIndex]; - } else { - basePath = null; - } - - Object localVarPostBody = null; - - // create path and map variables - String localVarPath = "/info/templates"; - - List localVarQueryParams = new ArrayList(); - List localVarCollectionQueryParams = new ArrayList(); - Map localVarHeaderParams = new HashMap(); - Map localVarCookieParams = new HashMap(); - Map localVarFormParams = new HashMap(); - - if (type != null) { - localVarQueryParams.addAll(localVarApiClient.parameterToPair("type", type)); - } - - if (byType != null) { - localVarQueryParams.addAll(localVarApiClient.parameterToPair("by_type", byType)); - } - - final String[] localVarAccepts = {"application/json"}; - final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); - if (localVarAccept != null) { - localVarHeaderParams.put("Accept", localVarAccept); - } - - final String[] localVarContentTypes = {}; - final String localVarContentType = - localVarApiClient.selectHeaderContentType(localVarContentTypes); - if (localVarContentType != null) { - localVarHeaderParams.put("Content-Type", localVarContentType); - } - - String[] localVarAuthNames = new String[] {"OAuth2AuthenticationCodeFlow"}; - return localVarApiClient.buildCall( - basePath, - localVarPath, - "GET", - localVarQueryParams, - localVarCollectionQueryParams, - localVarPostBody, - localVarHeaderParams, - localVarCookieParams, - localVarFormParams, - localVarAuthNames, - _callback); - } - - @SuppressWarnings("rawtypes") - private okhttp3.Call listTemplatesValidateBeforeCall( - String type, Boolean byType, final ApiCallback _callback) throws ApiException { - return listTemplatesCall(type, byType, _callback); - } - - /** - * List Templates Lists the available templates. - * - * @param type Type of the templates. (optional, default to all) - * @param byType [Only if type=all] If true, splits the list in objects, grouping templates - * by type. (optional, default to false) - * @return ListTemplatesResponse - * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the - * response body - * @http.response.details - * - * - * - * - * - *
Response Details
Status Code Description Response Headers
200 Templates list. -
401 Unauthorized -
- */ - public ListTemplatesResponse listTemplates(String type, Boolean byType) throws ApiException { - ApiResponse localVarResp = listTemplatesWithHttpInfo(type, byType); - return localVarResp.getData(); - } - - /** - * List Templates Lists the available templates. - * - * @param type Type of the templates. (optional, default to all) - * @param byType [Only if type=all] If true, splits the list in objects, grouping templates - * by type. (optional, default to false) - * @return ApiResponse<ListTemplatesResponse> - * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the - * response body - * @http.response.details - * - * - * - * - * - *
Response Details
Status Code Description Response Headers
200 Templates list. -
401 Unauthorized -
- */ - public ApiResponse listTemplatesWithHttpInfo(String type, Boolean byType) - throws ApiException { - okhttp3.Call localVarCall = listTemplatesValidateBeforeCall(type, byType, null); - Type localVarReturnType = new TypeToken() {}.getType(); - return localVarApiClient.execute(localVarCall, localVarReturnType); - } - - /** - * List Templates (asynchronously) Lists the available templates. - * - * @param type Type of the templates. (optional, default to all) - * @param byType [Only if type=all] If true, splits the list in objects, grouping templates - * by type. (optional, default to false) - * @param _callback The callback to be executed when the API call finishes - * @return The request call - * @throws ApiException If fail to process the API call, e.g. serializing the request body object - * @http.response.details - * - * - * - * - * - *
Response Details
Status Code Description Response Headers
200 Templates list. -
401 Unauthorized -
- */ - public okhttp3.Call listTemplatesAsync( - String type, Boolean byType, final ApiCallback _callback) - throws ApiException { - - okhttp3.Call localVarCall = listTemplatesValidateBeforeCall(type, byType, _callback); - Type localVarReturnType = new TypeToken() {}.getType(); - localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); - return localVarCall; - } /** * Build call for listUnitsOfMeasure * @@ -2237,8 +2351,10 @@ public okhttp3.Call listTemplatesAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Units of measure. -
200 Units of measure. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listUnitsOfMeasureCall(final ApiCallback _callback) throws ApiException { @@ -2310,8 +2426,10 @@ private okhttp3.Call listUnitsOfMeasureValidateBeforeCall(final ApiCallback _cal * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Units of measure. -
200 Units of measure. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListUnitsOfMeasureResponse listUnitsOfMeasure() throws ApiException { @@ -2329,8 +2447,10 @@ public ListUnitsOfMeasureResponse listUnitsOfMeasure() throws ApiException { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Units of measure. -
200 Units of measure. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listUnitsOfMeasureWithHttpInfo() @@ -2350,8 +2470,10 @@ public ApiResponse listUnitsOfMeasureWithHttpInfo() * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Units of measure. -
200 Units of measure. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listUnitsOfMeasureAsync( @@ -2374,9 +2496,11 @@ public okhttp3.Call listUnitsOfMeasureAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Vat Types. -
200 List of Vat Types. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listVatTypesCall( @@ -2464,9 +2588,11 @@ private okhttp3.Call listVatTypesValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Vat Types. -
200 List of Vat Types. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListVatTypesResponse listVatTypes(Integer companyId, String fieldset) throws ApiException { @@ -2486,9 +2612,11 @@ public ListVatTypesResponse listVatTypes(Integer companyId, String fieldset) thr * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Vat Types. -
200 List of Vat Types. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listVatTypesWithHttpInfo( @@ -2510,9 +2638,11 @@ public ApiResponse listVatTypesWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 List of Vat Types. -
200 List of Vat Types. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listVatTypesAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java b/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java index bce551b2..a9245075 100644 --- a/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -93,8 +93,10 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createIssuedDocumentCall( @@ -184,8 +186,10 @@ private okhttp3.Call createIssuedDocumentValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateIssuedDocumentResponse createIssuedDocument( @@ -208,8 +212,10 @@ public CreateIssuedDocumentResponse createIssuedDocument( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createIssuedDocumentWithHttpInfo( @@ -233,8 +239,10 @@ public ApiResponse createIssuedDocumentWithHttpInf * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createIssuedDocumentAsync( @@ -261,7 +269,9 @@ public okhttp3.Call createIssuedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteBinIssuedDocumentCall( @@ -341,7 +351,7 @@ private okhttp3.Call deleteBinIssuedDocumentValidateBeforeCall( } /** - * Delete Bin Issued Document + * Delete Bin Issued Document Delete Bin Issued Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -351,7 +361,9 @@ private okhttp3.Call deleteBinIssuedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void deleteBinIssuedDocument(Integer companyId, Integer documentId) throws ApiException { @@ -359,7 +371,7 @@ public void deleteBinIssuedDocument(Integer companyId, Integer documentId) throw } /** - * Delete Bin Issued Document + * Delete Bin Issued Document Delete Bin Issued Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -370,7 +382,9 @@ public void deleteBinIssuedDocument(Integer companyId, Integer documentId) throw * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteBinIssuedDocumentWithHttpInfo( @@ -381,7 +395,7 @@ public ApiResponse deleteBinIssuedDocumentWithHttpInfo( } /** - * (asynchronously) Delete Bin Issued Document + * Delete Bin Issued Document (asynchronously) Delete Bin Issued Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -392,7 +406,9 @@ public ApiResponse deleteBinIssuedDocumentWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteBinIssuedDocumentAsync( @@ -416,9 +432,11 @@ public okhttp3.Call deleteBinIssuedDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed -
200 Document removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteIssuedDocumentCall( @@ -508,9 +526,11 @@ private okhttp3.Call deleteIssuedDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed -
200 Document removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteIssuedDocument(Integer companyId, Integer documentId) throws ApiException { @@ -529,9 +549,11 @@ public void deleteIssuedDocument(Integer companyId, Integer documentId) throws A * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed -
200 Document removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteIssuedDocumentWithHttpInfo(Integer companyId, Integer documentId) @@ -552,9 +574,11 @@ public ApiResponse deleteIssuedDocumentWithHttpInfo(Integer companyId, Int * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed -
200 Document removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteIssuedDocumentAsync( @@ -578,9 +602,11 @@ public okhttp3.Call deleteIssuedDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed. -
200 File removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteIssuedDocumentAttachmentCall( @@ -670,9 +696,11 @@ private okhttp3.Call deleteIssuedDocumentAttachmentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed. -
200 File removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteIssuedDocumentAttachment(Integer companyId, Integer documentId) @@ -692,9 +720,11 @@ public void deleteIssuedDocumentAttachment(Integer companyId, Integer documentId * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed. -
200 File removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteIssuedDocumentAttachmentWithHttpInfo( @@ -717,9 +747,11 @@ public ApiResponse deleteIssuedDocumentAttachmentWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed. -
200 File removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteIssuedDocumentAttachmentAsync( @@ -743,7 +775,9 @@ public okhttp3.Call deleteIssuedDocumentAttachmentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getBinIssuedDocumentCall( @@ -834,7 +868,9 @@ private okhttp3.Call getBinIssuedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetBinIssuedDocumentResponse getBinIssuedDocument(Integer companyId, Integer documentId) @@ -856,7 +892,9 @@ public GetBinIssuedDocumentResponse getBinIssuedDocument(Integer companyId, Inte * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getBinIssuedDocumentWithHttpInfo( @@ -878,7 +916,9 @@ public ApiResponse getBinIssuedDocumentWithHttpInf * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getBinIssuedDocumentAsync( @@ -905,7 +945,9 @@ public okhttp3.Call getBinIssuedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 EmailData -
200 EmailData * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getEmailDataCall( @@ -996,7 +1038,9 @@ private okhttp3.Call getEmailDataValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 EmailData -
200 EmailData * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetEmailDataResponse getEmailData(Integer companyId, Integer documentId) @@ -1018,7 +1062,9 @@ public GetEmailDataResponse getEmailData(Integer companyId, Integer documentId) * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 EmailData -
200 EmailData * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getEmailDataWithHttpInfo( @@ -1040,7 +1086,9 @@ public ApiResponse getEmailDataWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 EmailData -
200 EmailData * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getEmailDataAsync( @@ -1065,9 +1113,11 @@ public okhttp3.Call getEmailDataAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getExistingIssuedDocumentTotalsCall( @@ -1168,9 +1218,11 @@ private okhttp3.Call getExistingIssuedDocumentTotalsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetExistingIssuedDocumentTotalsResponse getExistingIssuedDocumentTotals( @@ -1197,9 +1249,11 @@ public GetExistingIssuedDocumentTotalsResponse getExistingIssuedDocumentTotals( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -1229,9 +1283,11 @@ public GetExistingIssuedDocumentTotalsResponse getExistingIssuedDocumentTotals( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getExistingIssuedDocumentTotalsAsync( @@ -1262,9 +1318,11 @@ public okhttp3.Call getExistingIssuedDocumentTotalsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Details. -
200 Document Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getIssuedDocumentCall( @@ -1375,9 +1433,11 @@ private okhttp3.Call getIssuedDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Details. -
200 Document Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetIssuedDocumentResponse getIssuedDocument( @@ -1401,9 +1461,11 @@ public GetIssuedDocumentResponse getIssuedDocument( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Details. -
200 Document Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getIssuedDocumentWithHttpInfo( @@ -1428,9 +1490,11 @@ public ApiResponse getIssuedDocumentWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Details. -
200 Document Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getIssuedDocumentAsync( @@ -1459,7 +1523,9 @@ public okhttp3.Call getIssuedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getIssuedDocumentPreCreateInfoCall( @@ -1554,7 +1620,9 @@ private okhttp3.Call getIssuedDocumentPreCreateInfoValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetIssuedDocumentPreCreateInfoResponse getIssuedDocumentPreCreateInfo( @@ -1577,7 +1645,9 @@ public GetIssuedDocumentPreCreateInfoResponse getIssuedDocumentPreCreateInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -1602,7 +1672,9 @@ public GetIssuedDocumentPreCreateInfoResponse getIssuedDocumentPreCreateInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getIssuedDocumentPreCreateInfoAsync( @@ -1629,8 +1701,10 @@ public okhttp3.Call getIssuedDocumentPreCreateInfoAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getNewIssuedDocumentTotalsCall( @@ -1720,8 +1794,10 @@ private okhttp3.Call getNewIssuedDocumentTotalsValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetNewIssuedDocumentTotalsResponse getNewIssuedDocumentTotals( @@ -1744,8 +1820,10 @@ public GetNewIssuedDocumentTotalsResponse getNewIssuedDocumentTotals( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getNewIssuedDocumentTotalsWithHttpInfo( @@ -1770,8 +1848,10 @@ public ApiResponse getNewIssuedDocumentTotal * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Totals. -
200 Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getNewIssuedDocumentTotalsAsync( @@ -1801,7 +1881,9 @@ public okhttp3.Call getNewIssuedDocumentTotalsAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call joinIssuedDocumentsCall( @@ -1907,7 +1989,9 @@ private okhttp3.Call joinIssuedDocumentsValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public JoinIssuedDocumentsResponse joinIssuedDocuments( @@ -1931,7 +2015,9 @@ public JoinIssuedDocumentsResponse joinIssuedDocuments( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse joinIssuedDocumentsWithHttpInfo( @@ -1956,7 +2042,9 @@ public ApiResponse joinIssuedDocumentsWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call joinIssuedDocumentsAsync( @@ -1984,7 +2072,9 @@ public okhttp3.Call joinIssuedDocumentsAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin Issued Documents List -
200 Bin Issued Documents List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listBinIssuedDocumentsCall(Integer companyId, final ApiCallback _callback) @@ -2067,7 +2157,9 @@ private okhttp3.Call listBinIssuedDocumentsValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin Issued Documents List -
200 Bin Issued Documents List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListBinIssuedDocuments listBinIssuedDocuments(Integer companyId) throws ApiException { @@ -2087,7 +2179,9 @@ public ListBinIssuedDocuments listBinIssuedDocuments(Integer companyId) throws A * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin Issued Documents List -
200 Bin Issued Documents List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listBinIssuedDocumentsWithHttpInfo(Integer companyId) @@ -2108,7 +2202,9 @@ public ApiResponse listBinIssuedDocumentsWithHttpInfo(In * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin Issued Documents List -
200 Bin Issued Documents List * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listBinIssuedDocumentsAsync( @@ -2140,9 +2236,11 @@ public okhttp3.Call listBinIssuedDocumentsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listIssuedDocumentsCall( @@ -2294,9 +2392,11 @@ private okhttp3.Call listIssuedDocumentsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListIssuedDocumentsResponse listIssuedDocuments( @@ -2337,9 +2437,11 @@ public ListIssuedDocumentsResponse listIssuedDocuments( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listIssuedDocumentsWithHttpInfo( @@ -2381,9 +2483,11 @@ public ApiResponse listIssuedDocumentsWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listIssuedDocumentsAsync( @@ -2419,9 +2523,11 @@ public okhttp3.Call listIssuedDocumentsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document edited -
200 Document edited * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyIssuedDocumentCall( @@ -2521,9 +2627,11 @@ private okhttp3.Call modifyIssuedDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document edited -
200 Document edited * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyIssuedDocumentResponse modifyIssuedDocument( @@ -2549,9 +2657,11 @@ public ModifyIssuedDocumentResponse modifyIssuedDocument( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document edited -
200 Document edited * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyIssuedDocumentWithHttpInfo( @@ -2579,9 +2689,11 @@ public ApiResponse modifyIssuedDocumentWithHttpInf * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document edited -
200 Document edited * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyIssuedDocumentAsync( @@ -2610,7 +2722,9 @@ public okhttp3.Call modifyIssuedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call recoverBinIssuedDocumentCall( @@ -2690,7 +2804,7 @@ private okhttp3.Call recoverBinIssuedDocumentValidateBeforeCall( } /** - * Recover Issued Document From The Bin + * Recover Issued Document From The Bin Recover Issued Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2700,7 +2814,9 @@ private okhttp3.Call recoverBinIssuedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void recoverBinIssuedDocument(Integer companyId, Integer documentId) throws ApiException { @@ -2708,7 +2824,7 @@ public void recoverBinIssuedDocument(Integer companyId, Integer documentId) thro } /** - * Recover Issued Document From The Bin + * Recover Issued Document From The Bin Recover Issued Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2719,7 +2835,9 @@ public void recoverBinIssuedDocument(Integer companyId, Integer documentId) thro * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse recoverBinIssuedDocumentWithHttpInfo( @@ -2730,7 +2848,7 @@ public ApiResponse recoverBinIssuedDocumentWithHttpInfo( } /** - * (asynchronously) Recover Issued Document From The Bin + * Recover Issued Document From The Bin (asynchronously) Recover Issued Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2741,7 +2859,9 @@ public ApiResponse recoverBinIssuedDocumentWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call recoverBinIssuedDocumentAsync( @@ -2766,9 +2886,11 @@ public okhttp3.Call recoverBinIssuedDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call scheduleEmailCall( @@ -2867,9 +2989,11 @@ private okhttp3.Call scheduleEmailValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void scheduleEmail( @@ -2891,9 +3015,11 @@ public void scheduleEmail( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse scheduleEmailWithHttpInfo( @@ -2917,9 +3043,11 @@ public ApiResponse scheduleEmailWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call scheduleEmailAsync( @@ -2950,7 +3078,9 @@ public okhttp3.Call scheduleEmailAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call transformIssuedDocumentCall( @@ -3087,7 +3217,9 @@ private okhttp3.Call transformIssuedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public TransformIssuedDocumentResponse transformIssuedDocument( @@ -3120,7 +3252,9 @@ public TransformIssuedDocumentResponse transformIssuedDocument( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse transformIssuedDocumentWithHttpInfo( @@ -3154,7 +3288,9 @@ public ApiResponse transformIssuedDocumentWithH * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call transformIssuedDocumentAsync( @@ -3188,8 +3324,10 @@ public okhttp3.Call transformIssuedDocumentAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadIssuedDocumentAttachmentCall( @@ -3287,8 +3425,10 @@ private okhttp3.Call uploadIssuedDocumentAttachmentValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public UploadIssuedDocumentAttachmentResponse uploadIssuedDocumentAttachment( @@ -3314,8 +3454,10 @@ public UploadIssuedDocumentAttachmentResponse uploadIssuedDocumentAttachment( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -3343,8 +3485,10 @@ public UploadIssuedDocumentAttachmentResponse uploadIssuedDocumentAttachment( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadIssuedDocumentAttachmentAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java b/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java index ce8e304b..6943733b 100644 --- a/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -78,7 +78,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getEInvoiceRejectionReasonCall( @@ -169,7 +171,9 @@ private okhttp3.Call getEInvoiceRejectionReasonValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetEInvoiceRejectionReasonResponse getEInvoiceRejectionReason( @@ -191,7 +195,9 @@ public GetEInvoiceRejectionReasonResponse getEInvoiceRejectionReason( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getEInvoiceRejectionReasonWithHttpInfo( @@ -214,7 +220,9 @@ public ApiResponse getEInvoiceRejectionReaso * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getEInvoiceRejectionReasonAsync( @@ -242,9 +250,11 @@ public okhttp3.Call getEInvoiceRejectionReasonAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getEInvoiceXmlCall( @@ -343,9 +353,11 @@ private okhttp3.Call getEInvoiceXmlValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public String getEInvoiceXml(Integer companyId, Integer documentId, Boolean includeAttachment) @@ -368,9 +380,11 @@ public String getEInvoiceXml(Integer companyId, Integer documentId, Boolean incl * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getEInvoiceXmlWithHttpInfo( @@ -394,9 +408,11 @@ public ApiResponse getEInvoiceXmlWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getEInvoiceXmlAsync( @@ -425,9 +441,11 @@ public okhttp3.Call getEInvoiceXmlAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call sendEInvoiceCall( @@ -527,9 +545,11 @@ private okhttp3.Call sendEInvoiceValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public SendEInvoiceResponse sendEInvoice( @@ -553,9 +573,11 @@ public SendEInvoiceResponse sendEInvoice( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse sendEInvoiceWithHttpInfo( @@ -580,9 +602,11 @@ public ApiResponse sendEInvoiceWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call sendEInvoiceAsync( @@ -610,10 +634,12 @@ public okhttp3.Call sendEInvoiceAsync( * * * - * + * * + * * - * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
422 Example response -
422 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call verifyEInvoiceXmlCall( @@ -705,10 +731,12 @@ private okhttp3.Call verifyEInvoiceXmlValidateBeforeCall( * * * - * + * * + * * - * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
422 Example response -
422 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
429 Too Many Requests * Retry-After -
*/ public VerifyEInvoiceXmlResponse verifyEInvoiceXml(Integer companyId, Integer documentId) @@ -731,10 +759,12 @@ public VerifyEInvoiceXmlResponse verifyEInvoiceXml(Integer companyId, Integer do * * * - * + * * + * * - * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
422 Example response -
422 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
429 Too Many Requests * Retry-After -
*/ public ApiResponse verifyEInvoiceXmlWithHttpInfo( @@ -757,10 +787,12 @@ public ApiResponse verifyEInvoiceXmlWithHttpInfo( * * * - * + * * + * * - * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
422 Example response -
422 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call verifyEInvoiceXmlAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/PriceListsApi.java b/src/main/java/it/fattureincloud/sdk/api/PriceListsApi.java index 196cd86b..3580ea2e 100644 --- a/src/main/java/it/fattureincloud/sdk/api/PriceListsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/PriceListsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -68,7 +68,7 @@ public void setCustomBaseUrl(String customBaseUrl) { * Build call for getPriceListItems * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (required) * @param _callback Callback for upload/download progress * @return Call to execute * @throws ApiException If fail to serialize the request body object @@ -76,9 +76,11 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPriceListItemsCall( @@ -162,7 +164,7 @@ private okhttp3.Call getPriceListItemsValidateBeforeCall( * Get PriceList Items List Retrieves all the Items of a PriceList * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (required) * @return GetPriceListItemsResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the * response body @@ -170,9 +172,11 @@ private okhttp3.Call getPriceListItemsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetPriceListItemsResponse getPriceListItems(Integer companyId, String priceListId) @@ -186,7 +190,7 @@ public GetPriceListItemsResponse getPriceListItems(Integer companyId, String pri * Get PriceList Items List Retrieves all the Items of a PriceList * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (required) * @return ApiResponse<GetPriceListItemsResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the * response body @@ -194,9 +198,11 @@ public GetPriceListItemsResponse getPriceListItems(Integer companyId, String pri * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getPriceListItemsWithHttpInfo( @@ -210,7 +216,7 @@ public ApiResponse getPriceListItemsWithHttpInfo( * Get PriceList Items List (asynchronously) Retrieves all the Items of a PriceList * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (required) * @param _callback The callback to be executed when the API call finishes * @return The request call * @throws ApiException If fail to process the API call, e.g. serializing the request body object @@ -218,9 +224,11 @@ public ApiResponse getPriceListItemsWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPriceListItemsAsync( @@ -244,9 +252,11 @@ public okhttp3.Call getPriceListItemsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPriceListsCall(Integer companyId, final ApiCallback _callback) @@ -329,9 +339,11 @@ private okhttp3.Call getPriceListsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ListPriceListsResponse getPriceLists(Integer companyId) throws ApiException { @@ -350,9 +362,11 @@ public ListPriceListsResponse getPriceLists(Integer companyId) throws ApiExcepti * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getPriceListsWithHttpInfo(Integer companyId) @@ -373,9 +387,11 @@ public ApiResponse getPriceListsWithHttpInfo(Integer com * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPriceListsAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java b/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java index c5885ad6..ad83bdc5 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -80,7 +80,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createProductCall( @@ -166,7 +168,9 @@ private okhttp3.Call createProductValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateProductResponse createProduct( @@ -188,7 +192,9 @@ public CreateProductResponse createProduct( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createProductWithHttpInfo( @@ -211,7 +217,9 @@ public ApiResponse createProductWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createProductAsync( @@ -238,9 +246,11 @@ public okhttp3.Call createProductAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product removed. -
200 Product removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteProductCall( @@ -330,9 +340,11 @@ private okhttp3.Call deleteProductValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product removed. -
200 Product removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteProduct(Integer companyId, Integer productId) throws ApiException { @@ -351,9 +363,11 @@ public void deleteProduct(Integer companyId, Integer productId) throws ApiExcept * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product removed. -
200 Product removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteProductWithHttpInfo(Integer companyId, Integer productId) @@ -374,9 +388,11 @@ public ApiResponse deleteProductWithHttpInfo(Integer companyId, Integer pr * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Product removed. -
200 Product removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteProductAsync( @@ -400,9 +416,11 @@ public okhttp3.Call deleteProductAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getProductCall( @@ -513,9 +531,11 @@ private okhttp3.Call getProductValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetProductResponse getProduct( @@ -539,9 +559,11 @@ public GetProductResponse getProduct( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getProductWithHttpInfo( @@ -566,9 +588,11 @@ public ApiResponse getProductWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getProductAsync( @@ -603,8 +627,10 @@ public okhttp3.Call getProductAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Products List. -
200 Products List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listProductsCall( @@ -734,8 +760,10 @@ private okhttp3.Call listProductsValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Products List. -
200 Products List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListProductsResponse listProducts( @@ -770,8 +798,10 @@ public ListProductsResponse listProducts( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Products List. -
200 Products List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listProductsWithHttpInfo( @@ -807,8 +837,10 @@ public ApiResponse listProductsWithHttpInfo( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Products List. -
200 Products List. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listProductsAsync( @@ -842,9 +874,11 @@ public okhttp3.Call listProductsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyProductCall( @@ -944,9 +978,11 @@ private okhttp3.Call modifyProductValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyProductResponse modifyProduct( @@ -970,9 +1006,11 @@ public ModifyProductResponse modifyProduct( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyProductWithHttpInfo( @@ -997,9 +1035,11 @@ public ApiResponse modifyProductWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyProductAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java b/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java index c1b5423a..fd0670e8 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -82,8 +82,10 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Created Receipt. -
200 Created Receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createReceiptCall( @@ -169,8 +171,10 @@ private okhttp3.Call createReceiptValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Created Receipt. -
200 Created Receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateReceiptResponse createReceipt( @@ -192,8 +196,10 @@ public CreateReceiptResponse createReceipt( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Created Receipt. -
200 Created Receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createReceiptWithHttpInfo( @@ -216,8 +222,10 @@ public ApiResponse createReceiptWithHttpInfo( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Created Receipt. -
200 Created Receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createReceiptAsync( @@ -244,9 +252,11 @@ public okhttp3.Call createReceiptAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteReceiptCall( @@ -336,9 +346,11 @@ private okhttp3.Call deleteReceiptValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteReceipt(Integer companyId, Integer documentId) throws ApiException { @@ -357,9 +369,11 @@ public void deleteReceipt(Integer companyId, Integer documentId) throws ApiExcep * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteReceiptWithHttpInfo(Integer companyId, Integer documentId) @@ -380,9 +394,11 @@ public ApiResponse deleteReceiptWithHttpInfo(Integer companyId, Integer do * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteReceiptAsync( @@ -407,9 +423,11 @@ public okhttp3.Call deleteReceiptAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Receipt Details. -
200 Receipt Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceiptCall( @@ -520,9 +538,11 @@ private okhttp3.Call getReceiptValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Receipt Details. -
200 Receipt Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetReceiptResponse getReceipt( @@ -546,9 +566,11 @@ public GetReceiptResponse getReceipt( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Receipt Details. -
200 Receipt Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getReceiptWithHttpInfo( @@ -573,9 +595,11 @@ public ApiResponse getReceiptWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Receipt Details. -
200 Receipt Details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceiptAsync( @@ -603,9 +627,11 @@ public okhttp3.Call getReceiptAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceiptPreCreateInfoCall(Integer companyId, final ApiCallback _callback) @@ -688,9 +714,11 @@ private okhttp3.Call getReceiptPreCreateInfoValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetReceiptPreCreateInfoResponse getReceiptPreCreateInfo(Integer companyId) @@ -711,9 +739,11 @@ public GetReceiptPreCreateInfoResponse getReceiptPreCreateInfo(Integer companyId * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getReceiptPreCreateInfoWithHttpInfo( @@ -735,9 +765,11 @@ public ApiResponse getReceiptPreCreateInfoWithH * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info. -
200 Pre-create info. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceiptPreCreateInfoAsync( @@ -762,9 +794,11 @@ public okhttp3.Call getReceiptPreCreateInfoAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Monthly Totals. -
200 Monthly Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceiptsMonthlyTotalsCall( @@ -871,9 +905,11 @@ private okhttp3.Call getReceiptsMonthlyTotalsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Monthly Totals. -
200 Monthly Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetReceiptsMonthlyTotalsResponse getReceiptsMonthlyTotals( @@ -896,9 +932,11 @@ public GetReceiptsMonthlyTotalsResponse getReceiptsMonthlyTotals( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Monthly Totals. -
200 Monthly Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getReceiptsMonthlyTotalsWithHttpInfo( @@ -923,9 +961,11 @@ public ApiResponse getReceiptsMonthlyTotalsWit * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Monthly Totals. -
200 Monthly Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceiptsMonthlyTotalsAsync( @@ -959,8 +999,10 @@ public okhttp3.Call getReceiptsMonthlyTotalsAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Receipts list. -
200 Receipts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listReceiptsCall( @@ -1090,8 +1132,10 @@ private okhttp3.Call listReceiptsValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Receipts list. -
200 Receipts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListReceiptsResponse listReceipts( @@ -1126,8 +1170,10 @@ public ListReceiptsResponse listReceipts( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Receipts list. -
200 Receipts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listReceiptsWithHttpInfo( @@ -1163,8 +1209,10 @@ public ApiResponse listReceiptsWithHttpInfo( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Receipts list. -
200 Receipts list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listReceiptsAsync( @@ -1198,9 +1246,11 @@ public okhttp3.Call listReceiptsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified receipt. -
200 Modified receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyReceiptCall( @@ -1300,9 +1350,11 @@ private okhttp3.Call modifyReceiptValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified receipt. -
200 Modified receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyReceiptResponse modifyReceipt( @@ -1326,9 +1378,11 @@ public ModifyReceiptResponse modifyReceipt( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified receipt. -
200 Modified receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyReceiptWithHttpInfo( @@ -1353,9 +1407,11 @@ public ApiResponse modifyReceiptWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified receipt. -
200 Modified receipt. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyReceiptAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java b/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java index c1834b04..0b7eb8b6 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -89,7 +89,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createReceivedDocumentCall( @@ -179,7 +181,9 @@ private okhttp3.Call createReceivedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateReceivedDocumentResponse createReceivedDocument( @@ -202,7 +206,9 @@ public CreateReceivedDocumentResponse createReceivedDocument( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createReceivedDocumentWithHttpInfo( @@ -226,7 +232,9 @@ public ApiResponse createReceivedDocumentWithHtt * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document created. -
200 Document created. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createReceivedDocumentAsync( @@ -254,7 +262,9 @@ public okhttp3.Call createReceivedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteBinReceivedDocumentCall( @@ -334,7 +344,7 @@ private okhttp3.Call deleteBinReceivedDocumentValidateBeforeCall( } /** - * Delete Bin Received Document + * Delete Bin Received Document Delete Bin Received Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -344,7 +354,9 @@ private okhttp3.Call deleteBinReceivedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void deleteBinReceivedDocument(Integer companyId, Integer documentId) throws ApiException { @@ -352,7 +364,7 @@ public void deleteBinReceivedDocument(Integer companyId, Integer documentId) thr } /** - * Delete Bin Received Document + * Delete Bin Received Document Delete Bin Received Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -363,7 +375,9 @@ public void deleteBinReceivedDocument(Integer companyId, Integer documentId) thr * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteBinReceivedDocumentWithHttpInfo( @@ -374,7 +388,7 @@ public ApiResponse deleteBinReceivedDocumentWithHttpInfo( } /** - * (asynchronously) Delete Bin Received Document + * Delete Bin Received Document (asynchronously) Delete Bin Received Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -385,7 +399,9 @@ public ApiResponse deleteBinReceivedDocumentWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteBinReceivedDocumentAsync( @@ -409,9 +425,11 @@ public okhttp3.Call deleteBinReceivedDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteReceivedDocumentCall( @@ -501,9 +519,11 @@ private okhttp3.Call deleteReceivedDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteReceivedDocument(Integer companyId, Integer documentId) throws ApiException { @@ -522,9 +542,11 @@ public void deleteReceivedDocument(Integer companyId, Integer documentId) throws * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteReceivedDocumentWithHttpInfo(Integer companyId, Integer documentId) @@ -546,9 +568,11 @@ public ApiResponse deleteReceivedDocumentWithHttpInfo(Integer companyId, I * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteReceivedDocumentAsync( @@ -572,9 +596,11 @@ public okhttp3.Call deleteReceivedDocumentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed -
200 File removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteReceivedDocumentAttachmentCall( @@ -664,9 +690,11 @@ private okhttp3.Call deleteReceivedDocumentAttachmentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed -
200 File removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteReceivedDocumentAttachment(Integer companyId, Integer documentId) @@ -686,9 +714,11 @@ public void deleteReceivedDocumentAttachment(Integer companyId, Integer document * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed -
200 File removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteReceivedDocumentAttachmentWithHttpInfo( @@ -711,9 +741,11 @@ public ApiResponse deleteReceivedDocumentAttachmentWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File removed -
200 File removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteReceivedDocumentAttachmentAsync( @@ -737,7 +769,9 @@ public okhttp3.Call deleteReceivedDocumentAttachmentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getBinReceivedDocumentCall( @@ -828,7 +862,9 @@ private okhttp3.Call getBinReceivedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetBinIssuedDocumentResponse getBinReceivedDocument(Integer companyId, Integer documentId) @@ -850,7 +886,9 @@ public GetBinIssuedDocumentResponse getBinReceivedDocument(Integer companyId, In * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getBinReceivedDocumentWithHttpInfo( @@ -873,7 +911,9 @@ public ApiResponse getBinReceivedDocumentWithHttpI * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Bin issued document details -
200 Bin issued document details * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getBinReceivedDocumentAsync( @@ -901,7 +941,9 @@ public okhttp3.Call getBinReceivedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getExistingReceivedDocumentTotalsCall( @@ -1002,7 +1044,9 @@ private okhttp3.Call getExistingReceivedDocumentTotalsValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetExistingReceivedDocumentTotalsResponse getExistingReceivedDocumentTotals( @@ -1029,7 +1073,9 @@ public GetExistingReceivedDocumentTotalsResponse getExistingReceivedDocumentTota * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -1060,7 +1106,9 @@ public GetExistingReceivedDocumentTotalsResponse getExistingReceivedDocumentTota * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getExistingReceivedDocumentTotalsAsync( @@ -1090,9 +1138,11 @@ public okhttp3.Call getExistingReceivedDocumentTotalsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getNewReceivedDocumentTotalsCall( @@ -1183,9 +1233,11 @@ private okhttp3.Call getNewReceivedDocumentTotalsValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetNewReceivedDocumentTotalsResponse getNewReceivedDocumentTotals( @@ -1208,9 +1260,11 @@ public GetNewReceivedDocumentTotalsResponse getNewReceivedDocumentTotals( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getNewReceivedDocumentTotalsWithHttpInfo( @@ -1235,9 +1289,11 @@ public ApiResponse getNewReceivedDocumentT * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document Totals. -
200 Document Totals. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getNewReceivedDocumentTotalsAsync( @@ -1267,9 +1323,11 @@ public okhttp3.Call getNewReceivedDocumentTotalsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document details. -
200 Document details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceivedDocumentCall( @@ -1380,9 +1438,11 @@ private okhttp3.Call getReceivedDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document details. -
200 Document details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetReceivedDocumentResponse getReceivedDocument( @@ -1406,9 +1466,11 @@ public GetReceivedDocumentResponse getReceivedDocument( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document details. -
200 Document details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getReceivedDocumentWithHttpInfo( @@ -1433,9 +1495,11 @@ public ApiResponse getReceivedDocumentWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document details. -
200 Document details. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceivedDocumentAsync( @@ -1464,7 +1528,9 @@ public okhttp3.Call getReceivedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info -
200 Pre-create info * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceivedDocumentPreCreateInfoCall( @@ -1559,7 +1625,9 @@ private okhttp3.Call getReceivedDocumentPreCreateInfoValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info -
200 Pre-create info * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetReceivedDocumentPreCreateInfoResponse getReceivedDocumentPreCreateInfo( @@ -1582,7 +1650,9 @@ public GetReceivedDocumentPreCreateInfoResponse getReceivedDocumentPreCreateInfo * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info -
200 Pre-create info * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -1608,7 +1678,9 @@ public GetReceivedDocumentPreCreateInfoResponse getReceivedDocumentPreCreateInfo * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Pre-create info -
200 Pre-create info * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getReceivedDocumentPreCreateInfoAsync( @@ -1635,7 +1707,9 @@ public okhttp3.Call getReceivedDocumentPreCreateInfoAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listBinReceivedDocumentsCall(Integer companyId, final ApiCallback _callback) @@ -1718,7 +1792,9 @@ private okhttp3.Call listBinReceivedDocumentsValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListBinReceivedDocuments listBinReceivedDocuments(Integer companyId) throws ApiException { @@ -1738,7 +1814,9 @@ public ListBinReceivedDocuments listBinReceivedDocuments(Integer companyId) thro * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listBinReceivedDocumentsWithHttpInfo( @@ -1759,7 +1837,9 @@ public ApiResponse listBinReceivedDocumentsWithHttpInf * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listBinReceivedDocumentsAsync( @@ -1790,8 +1870,10 @@ public okhttp3.Call listBinReceivedDocumentsAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listReceivedDocumentsCall( @@ -1935,8 +2017,10 @@ private okhttp3.Call listReceivedDocumentsValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListReceivedDocumentsResponse listReceivedDocuments( @@ -1974,8 +2058,10 @@ public ListReceivedDocumentsResponse listReceivedDocuments( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listReceivedDocumentsWithHttpInfo( @@ -2014,8 +2100,10 @@ public ApiResponse listReceivedDocumentsWithHttpI * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listReceivedDocumentsAsync( @@ -2050,9 +2138,11 @@ public okhttp3.Call listReceivedDocumentsAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified document. -
200 Modified document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyReceivedDocumentCall( @@ -2153,9 +2243,11 @@ private okhttp3.Call modifyReceivedDocumentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified document. -
200 Modified document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyReceivedDocumentResponse modifyReceivedDocument( @@ -2181,9 +2273,11 @@ public ModifyReceivedDocumentResponse modifyReceivedDocument( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified document. -
200 Modified document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyReceivedDocumentWithHttpInfo( @@ -2211,9 +2305,11 @@ public ApiResponse modifyReceivedDocumentWithHtt * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Modified document. -
200 Modified document. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyReceivedDocumentAsync( @@ -2242,7 +2338,9 @@ public okhttp3.Call modifyReceivedDocumentAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call recoverBinReceivedDocumentCall( @@ -2322,7 +2420,7 @@ private okhttp3.Call recoverBinReceivedDocumentValidateBeforeCall( } /** - * Recover Received Document From The Bin + * Recover Received Document From The Bin Recover Received Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2332,7 +2430,9 @@ private okhttp3.Call recoverBinReceivedDocumentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void recoverBinReceivedDocument(Integer companyId, Integer documentId) @@ -2341,7 +2441,7 @@ public void recoverBinReceivedDocument(Integer companyId, Integer documentId) } /** - * Recover Received Document From The Bin + * Recover Received Document From The Bin Recover Received Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2352,7 +2452,9 @@ public void recoverBinReceivedDocument(Integer companyId, Integer documentId) * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse recoverBinReceivedDocumentWithHttpInfo( @@ -2363,7 +2465,7 @@ public ApiResponse recoverBinReceivedDocumentWithHttpInfo( } /** - * (asynchronously) Recover Received Document From The Bin + * Recover Received Document From The Bin (asynchronously) Recover Received Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2374,7 +2476,9 @@ public ApiResponse recoverBinReceivedDocumentWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call recoverBinReceivedDocumentAsync( @@ -2400,8 +2504,10 @@ public okhttp3.Call recoverBinReceivedDocumentAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadReceivedDocumentAttachmentCall( @@ -2499,8 +2605,10 @@ private okhttp3.Call uploadReceivedDocumentAttachmentValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public UploadReceivedDocumentAttachmentResponse uploadReceivedDocumentAttachment( @@ -2526,8 +2634,10 @@ public UploadReceivedDocumentAttachmentResponse uploadReceivedDocumentAttachment * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse @@ -2556,8 +2666,10 @@ public UploadReceivedDocumentAttachmentResponse uploadReceivedDocumentAttachment * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadReceivedDocumentAttachmentAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java b/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java index 1912ce79..8ec72af0 100644 --- a/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -28,7 +28,9 @@ import it.fattureincloud.sdk.model.GetPaymentAccountResponse; import it.fattureincloud.sdk.model.GetPaymentMethodResponse; import it.fattureincloud.sdk.model.GetTaxProfileResponse; +import it.fattureincloud.sdk.model.GetTemplatesResponse; import it.fattureincloud.sdk.model.GetVatTypeResponse; +import it.fattureincloud.sdk.model.ListTemplatesResponse; import it.fattureincloud.sdk.model.ModifyPaymentAccountRequest; import it.fattureincloud.sdk.model.ModifyPaymentAccountResponse; import it.fattureincloud.sdk.model.ModifyPaymentMethodRequest; @@ -90,7 +92,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createPaymentAccountCall( @@ -180,7 +184,9 @@ private okhttp3.Call createPaymentAccountValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreatePaymentAccountResponse createPaymentAccount( @@ -203,7 +209,9 @@ public CreatePaymentAccountResponse createPaymentAccount( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createPaymentAccountWithHttpInfo( @@ -227,7 +235,9 @@ public ApiResponse createPaymentAccountWithHttpInf * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createPaymentAccountAsync( @@ -254,7 +264,9 @@ public okhttp3.Call createPaymentAccountAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createPaymentMethodCall( @@ -344,7 +356,9 @@ private okhttp3.Call createPaymentMethodValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreatePaymentMethodResponse createPaymentMethod( @@ -367,7 +381,9 @@ public CreatePaymentMethodResponse createPaymentMethod( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createPaymentMethodWithHttpInfo( @@ -391,7 +407,9 @@ public ApiResponse createPaymentMethodWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createPaymentMethodAsync( @@ -418,7 +436,9 @@ public okhttp3.Call createPaymentMethodAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createVatTypeCall( @@ -504,7 +524,9 @@ private okhttp3.Call createVatTypeValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateVatTypeResponse createVatType( @@ -526,7 +548,9 @@ public CreateVatTypeResponse createVatType( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createVatTypeWithHttpInfo( @@ -549,7 +573,9 @@ public ApiResponse createVatTypeWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createVatTypeAsync( @@ -576,7 +602,9 @@ public okhttp3.Call createVatTypeAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deletePaymentAccountCall( @@ -669,7 +697,9 @@ private okhttp3.Call deletePaymentAccountValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void deletePaymentAccount(Integer companyId, Integer paymentAccountId) @@ -689,7 +719,9 @@ public void deletePaymentAccount(Integer companyId, Integer paymentAccountId) * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deletePaymentAccountWithHttpInfo( @@ -711,7 +743,9 @@ public ApiResponse deletePaymentAccountWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deletePaymentAccountAsync( @@ -735,7 +769,9 @@ public okhttp3.Call deletePaymentAccountAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deletePaymentMethodCall( @@ -826,7 +862,9 @@ private okhttp3.Call deletePaymentMethodValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void deletePaymentMethod(Integer companyId, Integer paymentMethodId) throws ApiException { @@ -845,7 +883,9 @@ public void deletePaymentMethod(Integer companyId, Integer paymentMethodId) thro * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deletePaymentMethodWithHttpInfo( @@ -867,7 +907,9 @@ public ApiResponse deletePaymentMethodWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deletePaymentMethodAsync( @@ -891,7 +933,9 @@ public okhttp3.Call deletePaymentMethodAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteVatTypeCall( @@ -981,7 +1025,9 @@ private okhttp3.Call deleteVatTypeValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void deleteVatType(Integer companyId, Integer vatTypeId) throws ApiException { @@ -1000,7 +1046,9 @@ public void deleteVatType(Integer companyId, Integer vatTypeId) throws ApiExcept * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteVatTypeWithHttpInfo(Integer companyId, Integer vatTypeId) @@ -1021,7 +1069,9 @@ public ApiResponse deleteVatTypeWithHttpInfo(Integer companyId, Integer va * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteVatTypeAsync( @@ -1045,7 +1095,9 @@ public okhttp3.Call deleteVatTypeAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPaymentAccountCall( @@ -1157,7 +1209,9 @@ private okhttp3.Call getPaymentAccountValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetPaymentAccountResponse getPaymentAccount( @@ -1182,7 +1236,9 @@ public GetPaymentAccountResponse getPaymentAccount( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getPaymentAccountWithHttpInfo( @@ -1208,7 +1264,9 @@ public ApiResponse getPaymentAccountWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPaymentAccountAsync( @@ -1240,7 +1298,9 @@ public okhttp3.Call getPaymentAccountAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPaymentMethodCall( @@ -1352,7 +1412,9 @@ private okhttp3.Call getPaymentMethodValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetPaymentMethodResponse getPaymentMethod( @@ -1377,7 +1439,9 @@ public GetPaymentMethodResponse getPaymentMethod( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getPaymentMethodWithHttpInfo( @@ -1403,7 +1467,9 @@ public ApiResponse getPaymentMethodWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getPaymentMethodAsync( @@ -1431,7 +1497,9 @@ public okhttp3.Call getPaymentMethodAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getTaxProfileCall(Integer companyId, final ApiCallback _callback) @@ -1514,7 +1582,9 @@ private okhttp3.Call getTaxProfileValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetTaxProfileResponse getTaxProfile(Integer companyId) throws ApiException { @@ -1533,7 +1603,9 @@ public GetTaxProfileResponse getTaxProfile(Integer companyId) throws ApiExceptio * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getTaxProfileWithHttpInfo(Integer companyId) @@ -1554,7 +1626,9 @@ public ApiResponse getTaxProfileWithHttpInfo(Integer comp * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getTaxProfileAsync( @@ -1565,6 +1639,205 @@ public okhttp3.Call getTaxProfileAsync( localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); return localVarCall; } + /** + * Build call for getTemplate + * + * @param companyId The ID of the company. (required) + * @param templateId The Referred Template Id. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public okhttp3.Call getTemplateCall( + Integer companyId, + Integer templateId, + String fields, + String fieldset, + final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = null; + + // create path and map variables + String localVarPath = + "/c/{company_id}/settings/templates/{template_id}" + .replace("{" + "company_id" + "}", localVarApiClient.escapeString(companyId.toString())) + .replace( + "{" + "template_id" + "}", localVarApiClient.escapeString(templateId.toString())); + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + if (fields != null) { + localVarQueryParams.addAll(localVarApiClient.parameterToPair("fields", fields)); + } + + if (fieldset != null) { + localVarQueryParams.addAll(localVarApiClient.parameterToPair("fieldset", fieldset)); + } + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"OAuth2AuthenticationCodeFlow"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "GET", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call getTemplateValidateBeforeCall( + Integer companyId, + Integer templateId, + String fields, + String fieldset, + final ApiCallback _callback) + throws ApiException { + // verify the required parameter 'companyId' is set + if (companyId == null) { + throw new ApiException( + "Missing the required parameter 'companyId' when calling getTemplate(Async)"); + } + + // verify the required parameter 'templateId' is set + if (templateId == null) { + throw new ApiException( + "Missing the required parameter 'templateId' when calling getTemplate(Async)"); + } + + return getTemplateCall(companyId, templateId, fields, fieldset, _callback); + } + + /** + * Get Template Gets a specified template. + * + * @param companyId The ID of the company. (required) + * @param templateId The Referred Template Id. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @return GetTemplatesResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public GetTemplatesResponse getTemplate( + Integer companyId, Integer templateId, String fields, String fieldset) throws ApiException { + ApiResponse localVarResp = + getTemplateWithHttpInfo(companyId, templateId, fields, fieldset); + return localVarResp.getData(); + } + + /** + * Get Template Gets a specified template. + * + * @param companyId The ID of the company. (required) + * @param templateId The Referred Template Id. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @return ApiResponse<GetTemplatesResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public ApiResponse getTemplateWithHttpInfo( + Integer companyId, Integer templateId, String fields, String fieldset) throws ApiException { + okhttp3.Call localVarCall = + getTemplateValidateBeforeCall(companyId, templateId, fields, fieldset, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * Get Template (asynchronously) Gets a specified template. + * + * @param companyId The ID of the company. (required) + * @param templateId The Referred Template Id. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body object + * @http.response.details + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public okhttp3.Call getTemplateAsync( + Integer companyId, + Integer templateId, + String fields, + String fieldset, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + getTemplateValidateBeforeCall(companyId, templateId, fields, fieldset, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } /** * Build call for getVatType * @@ -1577,7 +1850,9 @@ public okhttp3.Call getTaxProfileAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getVatTypeCall( @@ -1668,7 +1943,9 @@ private okhttp3.Call getVatTypeValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetVatTypeResponse getVatType(Integer companyId, Integer vatTypeId) throws ApiException { @@ -1688,7 +1965,9 @@ public GetVatTypeResponse getVatType(Integer companyId, Integer vatTypeId) throw * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getVatTypeWithHttpInfo( @@ -1710,7 +1989,9 @@ public ApiResponse getVatTypeWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getVatTypeAsync( @@ -1722,6 +2003,188 @@ public okhttp3.Call getVatTypeAsync( localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); return localVarCall; } + /** + * Build call for listTemplates + * + * @param companyId The ID of the company. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public okhttp3.Call listTemplatesCall( + Integer companyId, String fields, String fieldset, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = null; + + // create path and map variables + String localVarPath = + "/c/{company_id}/settings/templates" + .replace( + "{" + "company_id" + "}", localVarApiClient.escapeString(companyId.toString())); + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + if (fields != null) { + localVarQueryParams.addAll(localVarApiClient.parameterToPair("fields", fields)); + } + + if (fieldset != null) { + localVarQueryParams.addAll(localVarApiClient.parameterToPair("fieldset", fieldset)); + } + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"OAuth2AuthenticationCodeFlow"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "GET", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call listTemplatesValidateBeforeCall( + Integer companyId, String fields, String fieldset, final ApiCallback _callback) + throws ApiException { + // verify the required parameter 'companyId' is set + if (companyId == null) { + throw new ApiException( + "Missing the required parameter 'companyId' when calling listTemplates(Async)"); + } + + return listTemplatesCall(companyId, fields, fieldset, _callback); + } + + /** + * List Templates Gets all the standard and private templates. + * + * @param companyId The ID of the company. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @return ListTemplatesResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public ListTemplatesResponse listTemplates(Integer companyId, String fields, String fieldset) + throws ApiException { + ApiResponse localVarResp = + listTemplatesWithHttpInfo(companyId, fields, fieldset); + return localVarResp.getData(); + } + + /** + * List Templates Gets all the standard and private templates. + * + * @param companyId The ID of the company. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @return ApiResponse<ListTemplatesResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public ApiResponse listTemplatesWithHttpInfo( + Integer companyId, String fields, String fieldset) throws ApiException { + okhttp3.Call localVarCall = listTemplatesValidateBeforeCall(companyId, fields, fieldset, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * List Templates (asynchronously) Gets all the standard and private templates. + * + * @param companyId The ID of the company. (required) + * @param fields List of comma-separated fields. (optional) + * @param fieldset Name of the fieldset. (optional) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body object + * @http.response.details + * + * + * + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Templates list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
+ */ + public okhttp3.Call listTemplatesAsync( + Integer companyId, + String fields, + String fieldset, + final ApiCallback _callback) + throws ApiException { + + okhttp3.Call localVarCall = + listTemplatesValidateBeforeCall(companyId, fields, fieldset, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } /** * Build call for modifyPaymentAccount * @@ -1735,7 +2198,9 @@ public okhttp3.Call getVatTypeAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyPaymentAccountCall( @@ -1837,7 +2302,9 @@ private okhttp3.Call modifyPaymentAccountValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ModifyPaymentAccountResponse modifyPaymentAccount( @@ -1863,7 +2330,9 @@ public ModifyPaymentAccountResponse modifyPaymentAccount( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyPaymentAccountWithHttpInfo( @@ -1891,7 +2360,9 @@ public ApiResponse modifyPaymentAccountWithHttpInf * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyPaymentAccountAsync( @@ -1921,7 +2392,9 @@ public okhttp3.Call modifyPaymentAccountAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyPaymentMethodCall( @@ -2023,7 +2496,9 @@ private okhttp3.Call modifyPaymentMethodValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ModifyPaymentMethodResponse modifyPaymentMethod( @@ -2049,7 +2524,9 @@ public ModifyPaymentMethodResponse modifyPaymentMethod( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyPaymentMethodWithHttpInfo( @@ -2077,7 +2554,9 @@ public ApiResponse modifyPaymentMethodWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyPaymentMethodAsync( @@ -2107,7 +2586,9 @@ public okhttp3.Call modifyPaymentMethodAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyVatTypeCall( @@ -2207,7 +2688,9 @@ private okhttp3.Call modifyVatTypeValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ModifyVatTypeResponse modifyVatType( @@ -2231,7 +2714,9 @@ public ModifyVatTypeResponse modifyVatType( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyVatTypeWithHttpInfo( @@ -2256,7 +2741,9 @@ public ApiResponse modifyVatTypeWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyVatTypeAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java b/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java index 5e8e9c1e..5658ce21 100644 --- a/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -80,7 +80,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createSupplierCall( @@ -166,7 +168,9 @@ private okhttp3.Call createSupplierValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateSupplierResponse createSupplier( @@ -188,7 +192,9 @@ public CreateSupplierResponse createSupplier( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createSupplierWithHttpInfo( @@ -211,7 +217,9 @@ public ApiResponse createSupplierWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createSupplierAsync( @@ -238,9 +246,11 @@ public okhttp3.Call createSupplierAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteSupplierCall( @@ -330,9 +340,11 @@ private okhttp3.Call deleteSupplierValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteSupplier(Integer companyId, Integer supplierId) throws ApiException { @@ -351,9 +363,11 @@ public void deleteSupplier(Integer companyId, Integer supplierId) throws ApiExce * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteSupplierWithHttpInfo(Integer companyId, Integer supplierId) @@ -374,9 +388,11 @@ public ApiResponse deleteSupplierWithHttpInfo(Integer companyId, Integer s * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Entity Removed -
200 Entity Removed * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteSupplierAsync( @@ -401,9 +417,11 @@ public okhttp3.Call deleteSupplierAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getSupplierCall( @@ -514,9 +532,11 @@ private okhttp3.Call getSupplierValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetSupplierResponse getSupplier( @@ -540,9 +560,11 @@ public GetSupplierResponse getSupplier( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getSupplierWithHttpInfo( @@ -567,9 +589,11 @@ public ApiResponse getSupplierWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getSupplierAsync( @@ -604,8 +628,10 @@ public okhttp3.Call getSupplierAsync( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listSuppliersCall( @@ -735,8 +761,10 @@ private okhttp3.Call listSuppliersValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListSuppliersResponse listSuppliers( @@ -771,8 +799,10 @@ public ListSuppliersResponse listSuppliers( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listSuppliersWithHttpInfo( @@ -808,8 +838,10 @@ public ApiResponse listSuppliersWithHttpInfo( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listSuppliersAsync( @@ -844,9 +876,11 @@ public okhttp3.Call listSuppliersAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifySupplierCall( @@ -947,9 +981,11 @@ private okhttp3.Call modifySupplierValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifySupplierResponse modifySupplier( @@ -974,9 +1010,11 @@ public ModifySupplierResponse modifySupplier( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifySupplierWithHttpInfo( @@ -1002,9 +1040,11 @@ public ApiResponse modifySupplierWithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifySupplierAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java b/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java index c7a2e755..7fbb60dd 100644 --- a/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -82,9 +82,11 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created F24 -
200 The created F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createF24Call( @@ -170,9 +172,11 @@ private okhttp3.Call createF24ValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created F24 -
200 The created F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public CreateF24Response createF24(Integer companyId, CreateF24Request createF24Request) @@ -194,9 +198,11 @@ public CreateF24Response createF24(Integer companyId, CreateF24Request createF24 * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created F24 -
200 The created F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createF24WithHttpInfo( @@ -218,9 +224,11 @@ public ApiResponse createF24WithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The created F24 -
200 The created F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createF24Async( @@ -246,9 +254,11 @@ public okhttp3.Call createF24Async( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteF24Call( @@ -338,9 +348,11 @@ private okhttp3.Call deleteF24ValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteF24(Integer companyId, Integer documentId) throws ApiException { @@ -359,9 +371,11 @@ public void deleteF24(Integer companyId, Integer documentId) throws ApiException * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteF24WithHttpInfo(Integer companyId, Integer documentId) @@ -382,9 +396,11 @@ public ApiResponse deleteF24WithHttpInfo(Integer companyId, Integer docume * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 Document removed. -
200 Document removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteF24Async( @@ -407,9 +423,11 @@ public okhttp3.Call deleteF24Async( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File Removed. -
200 File Removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteF24AttachmentCall( @@ -499,9 +517,11 @@ private okhttp3.Call deleteF24AttachmentValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File Removed. -
200 File Removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public void deleteF24Attachment(Integer companyId, Integer documentId) throws ApiException { @@ -520,9 +540,11 @@ public void deleteF24Attachment(Integer companyId, Integer documentId) throws Ap * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File Removed. -
200 File Removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteF24AttachmentWithHttpInfo(Integer companyId, Integer documentId) @@ -543,9 +565,11 @@ public ApiResponse deleteF24AttachmentWithHttpInfo(Integer companyId, Inte * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 File Removed. -
200 File Removed. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteF24AttachmentAsync( @@ -571,9 +595,11 @@ public okhttp3.Call deleteF24AttachmentAsync( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The F24 -
200 The F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getF24Call( @@ -684,9 +710,11 @@ private okhttp3.Call getF24ValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The F24 -
200 The F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public GetF24Response getF24( @@ -710,9 +738,11 @@ public GetF24Response getF24( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The F24 -
200 The F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getF24WithHttpInfo( @@ -737,9 +767,11 @@ public ApiResponse getF24WithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The F24 -
200 The F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getF24Async( @@ -774,8 +806,10 @@ public okhttp3.Call getF24Async( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listF24Call( @@ -905,8 +939,10 @@ private okhttp3.Call listF24ValidateBeforeCall( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListF24Response listF24( @@ -941,8 +977,10 @@ public ListF24Response listF24( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listF24WithHttpInfo( @@ -978,8 +1016,10 @@ public ApiResponse listF24WithHttpInfo( * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 Results list. -
200 Results list. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listF24Async( @@ -1012,9 +1052,11 @@ public okhttp3.Call listF24Async( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified F24 -
200 The modified F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyF24Call( @@ -1114,9 +1156,11 @@ private okhttp3.Call modifyF24ValidateBeforeCall( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified F24 -
200 The modified F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ModifyF24Response modifyF24( @@ -1140,9 +1184,11 @@ public ModifyF24Response modifyF24( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified F24 -
200 The modified F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyF24WithHttpInfo( @@ -1167,9 +1213,11 @@ public ApiResponse modifyF24WithHttpInfo( * * * - * + * * + * * + * *
Response Details
Status Code Description Response Headers
200 The modified F24 -
200 The modified F24 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
404 Not Found -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyF24Async( @@ -1199,7 +1247,9 @@ public okhttp3.Call modifyF24Async( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadF24AttachmentCall( @@ -1296,7 +1346,9 @@ private okhttp3.Call uploadF24AttachmentValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public UploadF24AttachmentResponse uploadF24Attachment( @@ -1321,7 +1373,9 @@ public UploadF24AttachmentResponse uploadF24Attachment( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse uploadF24AttachmentWithHttpInfo( @@ -1348,7 +1402,9 @@ public ApiResponse uploadF24AttachmentWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Attachment Token. -
200 Attachment Token. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call uploadF24AttachmentAsync( diff --git a/src/main/java/it/fattureincloud/sdk/api/UserApi.java b/src/main/java/it/fattureincloud/sdk/api/UserApi.java index bdeee1c1..616fbae0 100644 --- a/src/main/java/it/fattureincloud/sdk/api/UserApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/UserApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -74,8 +74,10 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getUserInfoCall(final ApiCallback _callback) throws ApiException { @@ -147,8 +149,10 @@ private okhttp3.Call getUserInfoValidateBeforeCall(final ApiCallback _callback) * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetUserInfoResponse getUserInfo() throws ApiException { @@ -166,8 +170,10 @@ public GetUserInfoResponse getUserInfo() throws ApiException { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getUserInfoWithHttpInfo() throws ApiException { @@ -186,8 +192,10 @@ public ApiResponse getUserInfoWithHttpInfo() throws ApiExce * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 -
200 * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized. -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getUserInfoAsync(final ApiCallback _callback) @@ -208,8 +216,10 @@ public okhttp3.Call getUserInfoAsync(final ApiCallback _cal * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 User Companies. -
200 User Companies. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listUserCompaniesCall(final ApiCallback _callback) throws ApiException { @@ -281,8 +291,10 @@ private okhttp3.Call listUserCompaniesValidateBeforeCall(final ApiCallback _call * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 User Companies. -
200 User Companies. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListUserCompaniesResponse listUserCompanies() throws ApiException { @@ -300,8 +312,10 @@ public ListUserCompaniesResponse listUserCompanies() throws ApiException { * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 User Companies. -
200 User Companies. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listUserCompaniesWithHttpInfo() @@ -321,8 +335,10 @@ public ApiResponse listUserCompaniesWithHttpInfo() * * * - * + * * + * + * *
Response Details
Status Code Description Response Headers
200 User Companies. -
200 User Companies. * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
401 Unauthorized -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listUserCompaniesAsync(final ApiCallback _callback) diff --git a/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java b/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java index fd4c5062..758b8364 100644 --- a/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -81,7 +81,9 @@ public void setCustomBaseUrl(String customBaseUrl) { * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createWebhooksSubscriptionCall( @@ -171,7 +173,9 @@ private okhttp3.Call createWebhooksSubscriptionValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public CreateWebhooksSubscriptionResponse createWebhooksSubscription( @@ -194,7 +198,9 @@ public CreateWebhooksSubscriptionResponse createWebhooksSubscription( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse createWebhooksSubscriptionWithHttpInfo( @@ -219,7 +225,9 @@ public ApiResponse createWebhooksSubscriptio * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call createWebhooksSubscriptionAsync( @@ -247,7 +255,9 @@ public okhttp3.Call createWebhooksSubscriptionAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteWebhooksSubscriptionCall( @@ -338,7 +348,9 @@ private okhttp3.Call deleteWebhooksSubscriptionValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void deleteWebhooksSubscription(Integer companyId, String subscriptionId) @@ -358,7 +370,9 @@ public void deleteWebhooksSubscription(Integer companyId, String subscriptionId) * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse deleteWebhooksSubscriptionWithHttpInfo( @@ -380,7 +394,9 @@ public ApiResponse deleteWebhooksSubscriptionWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call deleteWebhooksSubscriptionAsync( @@ -404,7 +420,9 @@ public okhttp3.Call deleteWebhooksSubscriptionAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getWebhooksSubscriptionCall( @@ -496,7 +514,9 @@ private okhttp3.Call getWebhooksSubscriptionValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public GetWebhooksSubscriptionResponse getWebhooksSubscription( @@ -518,7 +538,9 @@ public GetWebhooksSubscriptionResponse getWebhooksSubscription( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse getWebhooksSubscriptionWithHttpInfo( @@ -541,7 +563,9 @@ public ApiResponse getWebhooksSubscriptionWithH * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call getWebhooksSubscriptionAsync( @@ -567,7 +591,9 @@ public okhttp3.Call getWebhooksSubscriptionAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listWebhooksSubscriptionsCall(Integer companyId, final ApiCallback _callback) @@ -650,7 +676,9 @@ private okhttp3.Call listWebhooksSubscriptionsValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ListWebhooksSubscriptionsResponse listWebhooksSubscriptions(Integer companyId) @@ -671,7 +699,9 @@ public ListWebhooksSubscriptionsResponse listWebhooksSubscriptions(Integer compa * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse listWebhooksSubscriptionsWithHttpInfo( @@ -692,7 +722,9 @@ public ApiResponse listWebhooksSubscriptionsW * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call listWebhooksSubscriptionsAsync( @@ -717,7 +749,9 @@ public okhttp3.Call listWebhooksSubscriptionsAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyWebhooksSubscriptionCall( @@ -819,7 +853,9 @@ private okhttp3.Call modifyWebhooksSubscriptionValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ModifyWebhooksSubscriptionResponse modifyWebhooksSubscription( @@ -846,7 +882,9 @@ public ModifyWebhooksSubscriptionResponse modifyWebhooksSubscription( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse modifyWebhooksSubscriptionWithHttpInfo( @@ -874,7 +912,9 @@ public ApiResponse modifyWebhooksSubscriptio * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 Example response -
200 Example response * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call modifyWebhooksSubscriptionAsync( @@ -904,7 +944,9 @@ public okhttp3.Call modifyWebhooksSubscriptionAsync( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call verifyWebhooksSubscriptionCall( @@ -1005,7 +1047,9 @@ private okhttp3.Call verifyWebhooksSubscriptionValidateBeforeCall( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public void verifyWebhooksSubscription( @@ -1030,7 +1074,9 @@ public void verifyWebhooksSubscription( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public ApiResponse verifyWebhooksSubscriptionWithHttpInfo( @@ -1057,7 +1103,9 @@ public ApiResponse verifyWebhooksSubscriptionWithHttpInfo( * * * - * + * + * + * *
Response Details
Status Code Description Response Headers
200 OK -
200 OK * RateLimit-HourlyRemaining -
* RateLimit-HourlyLimit -
* RateLimit-MonthlyRemaining -
* RateLimit-MonthlyLimit -
403 Forbidden - Rate limit exceeded * Retry-After -
429 Too Many Requests * Retry-After -
*/ public okhttp3.Call verifyWebhooksSubscriptionAsync( diff --git a/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java b/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java index 88b4423d..d8c49438 100644 --- a/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java +++ b/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,8 +18,8 @@ /** Abstract class for oneOf,anyOf schemas defined in OpenAPI spec */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public abstract class AbstractOpenApiSchema { // store the actual instance of the schema/object diff --git a/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java b/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java index 5b03b2a5..950da829 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ArchiveDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ArchiveDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java b/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java index a5d8884d..265ccd6d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java +++ b/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** AttachmentData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class AttachmentData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java index e022ba48..24238ad7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** CashbookEntry */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CashbookEntry implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java index 422ce242..05c5c119 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CashbookEntryDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CashbookEntryDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java index 3dc1b6eb..a28b91fd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Cashbook kind */ @JsonAdapter(CashbookEntryKind.Adapter.class) -public enum CashbookEntryKind { +public enum CashbookEntryKind implements Serializable { CASHBOOK("cashbook"), ISSUED_DOCUMENT("issued_document"), @@ -31,7 +31,9 @@ public enum CashbookEntryKind { TAX("tax"), - RECEIPT("receipt"); + RECEIPT("receipt"), + + TS_PAY("ts_pay"); private String value; diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java index ab83c972..bc47e1cb 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Cashbook type */ @JsonAdapter(CashbookEntryType.Adapter.class) -public enum CashbookEntryType { +public enum CashbookEntryType implements Serializable { IN("in"), OUT("out"); diff --git a/src/main/java/it/fattureincloud/sdk/model/City.java b/src/main/java/it/fattureincloud/sdk/model/City.java index 73a04129..6632f683 100644 --- a/src/main/java/it/fattureincloud/sdk/model/City.java +++ b/src/main/java/it/fattureincloud/sdk/model/City.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** City */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class City implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Client.java b/src/main/java/it/fattureincloud/sdk/model/Client.java index 39c095b2..98d30559 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Client.java +++ b/src/main/java/it/fattureincloud/sdk/model/Client.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** Client */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Client implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ClientType.java b/src/main/java/it/fattureincloud/sdk/model/ClientType.java index 27e7aa04..2206ed2d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ClientType.java +++ b/src/main/java/it/fattureincloud/sdk/model/ClientType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Client type */ @JsonAdapter(ClientType.Adapter.class) -public enum ClientType { +public enum ClientType implements Serializable { COMPANY("company"), PERSON("person"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Company.java b/src/main/java/it/fattureincloud/sdk/model/Company.java index 03b1259b..391e5a94 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Company.java +++ b/src/main/java/it/fattureincloud/sdk/model/Company.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** Company */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Company implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java index 549736b7..288b22da 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** CompanyInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CompanyInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java index aade0943..d622f523 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CompanyInfoAccessInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CompanyInfoAccessInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java index ed65d739..3845b477 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Company plan info */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CompanyInfoPlanInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java index a5821c8d..eb004cec 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Access to functions for this company. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CompanyInfoPlanInfoFunctions implements Serializable { private static final long serialVersionUID = 1L; @@ -81,11 +81,6 @@ public class CompanyInfoPlanInfoFunctions implements Serializable { @SerializedName(SERIALIZED_NAME_SMTP) private Boolean smtp; - public static final String SERIALIZED_NAME_SOFORT = "sofort"; - - @SerializedName(SERIALIZED_NAME_SOFORT) - private Boolean sofort; - public static final String SERIALIZED_NAME_STOCK = "stock"; @SerializedName(SERIALIZED_NAME_STOCK) @@ -338,26 +333,6 @@ public void setSmtp(Boolean smtp) { this.smtp = smtp; } - public CompanyInfoPlanInfoFunctions sofort(Boolean sofort) { - - this.sofort = sofort; - return this; - } - - /** - * Get sofort - * - * @return sofort - */ - @javax.annotation.Nullable - public Boolean getSofort() { - return sofort; - } - - public void setSofort(Boolean sofort) { - this.sofort = sofort; - } - public CompanyInfoPlanInfoFunctions stock(Boolean stock) { this.stock = stock; @@ -500,7 +475,6 @@ public boolean equals(Object o) { && Objects.equals(this.receipts, companyInfoPlanInfoFunctions.receipts) && Objects.equals(this.recurring, companyInfoPlanInfoFunctions.recurring) && Objects.equals(this.smtp, companyInfoPlanInfoFunctions.smtp) - && Objects.equals(this.sofort, companyInfoPlanInfoFunctions.sofort) && Objects.equals(this.stock, companyInfoPlanInfoFunctions.stock) && Objects.equals(this.subaccounts, companyInfoPlanInfoFunctions.subaccounts) && Objects.equals(this.tesseraSanitaria, companyInfoPlanInfoFunctions.tesseraSanitaria) @@ -532,7 +506,6 @@ public int hashCode() { receipts, recurring, smtp, - sofort, stock, subaccounts, tesseraSanitaria, @@ -567,7 +540,6 @@ public String toString() { sb.append(" receipts: ").append(toIndentedString(receipts)).append("\n"); sb.append(" recurring: ").append(toIndentedString(recurring)).append("\n"); sb.append(" smtp: ").append(toIndentedString(smtp)).append("\n"); - sb.append(" sofort: ").append(toIndentedString(sofort)).append("\n"); sb.append(" stock: ").append(toIndentedString(stock)).append("\n"); sb.append(" subaccounts: ").append(toIndentedString(subaccounts)).append("\n"); sb.append(" tesseraSanitaria: ").append(toIndentedString(tesseraSanitaria)).append("\n"); diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java index bdb24087..179995cd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CompanyInfoPlanInfoFunctionsStatus */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CompanyInfoPlanInfoFunctionsStatus implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java index d0698e49..21686c65 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Company plan limits */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CompanyInfoPlanInfoLimits implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java b/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java index a203407d..1968a01f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** CompanyPlanUsage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CompanyPlanUsage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyType.java b/src/main/java/it/fattureincloud/sdk/model/CompanyType.java index ac91ae74..a385be2f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyType.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Company type */ @JsonAdapter(CompanyType.Adapter.class) -public enum CompanyType { +public enum CompanyType implements Serializable { COMPANY("company"), ACCOUNTANT("accountant"); diff --git a/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java b/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java index 2e2f71d2..7803b0e6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java +++ b/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ControlledCompany */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ControlledCompany implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java index 6840f2ba..b1306d80 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateArchiveDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java index 558d9e87..299042e5 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateArchiveDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java index 052df3f6..835fc92a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateCashbookEntryRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java index 7d3a03d6..85f850c6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateCashbookEntryResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java index 68d86f3c..38d793e9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateClientRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateClientRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java index d05f426b..deff0e4e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateClientResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateClientResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java b/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java index 66838d34..ed8ed62d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateF24Request implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java b/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java index 4ff5c599..1dddd660 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java index 713a4f95..f6da1323 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateIssuedDocumentRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateIssuedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java index 8e9574f9..a175f2f1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java index a2a7ba30..76fde137 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreatePaymentAccountRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreatePaymentAccountRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java index 618cf8be..9045eb2f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreatePaymentAccountResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreatePaymentAccountResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java index cdf401a3..18f06bae 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreatePaymentMethodRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreatePaymentMethodRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java index 7af3f0be..a352899f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreatePaymentMethodResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreatePaymentMethodResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java index 490b7b38..8a711acb 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateProductRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateProductRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java index bd64db74..0e656979 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateProductResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateProductResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java index ee1517cc..50f7511d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateReceiptRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java index bb57f566..1df07e61 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateReceiptResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java index 8623a91b..8a1fcd85 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateReceivedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java index cdbc90ab..4e9dc29f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateReceivedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java index a2622eb6..eed19694 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateSupplierRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateSupplierRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java index 079af8fa..7b6a9b82 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateSupplierResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateSupplierResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java index e631ec0f..e38a98d9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreateVatTypeRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateVatTypeRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java index 1a6cd493..9728ca7b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreateVatTypeResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateVatTypeResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java index fb80c7ec..05bd3b58 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateWebhooksSubscriptionRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateWebhooksSubscriptionRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java index 5deeb9bf..991e9d3d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** CreateWebhooksSubscriptionResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class CreateWebhooksSubscriptionResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Currency.java b/src/main/java/it/fattureincloud/sdk/model/Currency.java index 84000e3f..d6c7e09e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Currency.java +++ b/src/main/java/it/fattureincloud/sdk/model/Currency.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Currency */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Currency implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java b/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java index 43342681..2132cd51 100644 --- a/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java +++ b/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** DetailedCountry */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class DetailedCountry implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java b/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java index 06720c56..1a2255f8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java +++ b/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -14,15 +14,13 @@ import com.google.gson.annotations.SerializedName; import java.io.Serializable; -import java.util.Arrays; import java.util.Objects; -import org.openapitools.jackson.nullable.JsonNullable; /** DocumentTemplate */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class DocumentTemplate implements Serializable { private static final long serialVersionUID = 1L; @@ -31,15 +29,40 @@ public class DocumentTemplate implements Serializable { @SerializedName(SERIALIZED_NAME_ID) private Integer id; + public static final String SERIALIZED_NAME_PRIVACY = "privacy"; + + @SerializedName(SERIALIZED_NAME_PRIVACY) + private String privacy; + + public static final String SERIALIZED_NAME_TYPE = "type"; + + @SerializedName(SERIALIZED_NAME_TYPE) + private TemplateType type; + public static final String SERIALIZED_NAME_NAME = "name"; @SerializedName(SERIALIZED_NAME_NAME) private String name; - public static final String SERIALIZED_NAME_TYPE = "type"; + public static final String SERIALIZED_NAME_CAN_DISABLE_WATERMARK = "can_disable_watermark"; - @SerializedName(SERIALIZED_NAME_TYPE) - private String type; + @SerializedName(SERIALIZED_NAME_CAN_DISABLE_WATERMARK) + private Boolean canDisableWatermark; + + public static final String SERIALIZED_NAME_AUTHOR = "author"; + + @SerializedName(SERIALIZED_NAME_AUTHOR) + private String author; + + public static final String SERIALIZED_NAME_CONTENT = "content"; + + @SerializedName(SERIALIZED_NAME_CONTENT) + private String content; + + public static final String SERIALIZED_NAME_SUPPORTS_CUSTOM_TAXABLE = "supports_custom_taxable"; + + @SerializedName(SERIALIZED_NAME_SUPPORTS_CUSTOM_TAXABLE) + private Boolean supportsCustomTaxable; public DocumentTemplate() {} @@ -63,6 +86,46 @@ public void setId(Integer id) { this.id = id; } + public DocumentTemplate privacy(String privacy) { + + this.privacy = privacy; + return this; + } + + /** + * Template privacy + * + * @return privacy + */ + @javax.annotation.Nullable + public String getPrivacy() { + return privacy; + } + + public void setPrivacy(String privacy) { + this.privacy = privacy; + } + + public DocumentTemplate type(TemplateType type) { + + this.type = type; + return this; + } + + /** + * Get type + * + * @return type + */ + @javax.annotation.Nullable + public TemplateType getType() { + return type; + } + + public void setType(TemplateType type) { + this.type = type; + } + public DocumentTemplate name(String name) { this.name = name; @@ -83,24 +146,84 @@ public void setName(String name) { this.name = name; } - public DocumentTemplate type(String type) { + public DocumentTemplate canDisableWatermark(Boolean canDisableWatermark) { - this.type = type; + this.canDisableWatermark = canDisableWatermark; return this; } /** - * Template type + * Can disable watermark * - * @return type + * @return canDisableWatermark */ @javax.annotation.Nullable - public String getType() { - return type; + public Boolean getCanDisableWatermark() { + return canDisableWatermark; } - public void setType(String type) { - this.type = type; + public void setCanDisableWatermark(Boolean canDisableWatermark) { + this.canDisableWatermark = canDisableWatermark; + } + + public DocumentTemplate author(String author) { + + this.author = author; + return this; + } + + /** + * Template author + * + * @return author + */ + @javax.annotation.Nullable + public String getAuthor() { + return author; + } + + public void setAuthor(String author) { + this.author = author; + } + + public DocumentTemplate content(String content) { + + this.content = content; + return this; + } + + /** + * Template definition content + * + * @return content + */ + @javax.annotation.Nullable + public String getContent() { + return content; + } + + public void setContent(String content) { + this.content = content; + } + + public DocumentTemplate supportsCustomTaxable(Boolean supportsCustomTaxable) { + + this.supportsCustomTaxable = supportsCustomTaxable; + return this; + } + + /** + * Supports custom taxable + * + * @return supportsCustomTaxable + */ + @javax.annotation.Nullable + public Boolean getSupportsCustomTaxable() { + return supportsCustomTaxable; + } + + public void setSupportsCustomTaxable(Boolean supportsCustomTaxable) { + this.supportsCustomTaxable = supportsCustomTaxable; } @Override @@ -113,29 +236,19 @@ public boolean equals(Object o) { } DocumentTemplate documentTemplate = (DocumentTemplate) o; return Objects.equals(this.id, documentTemplate.id) + && Objects.equals(this.privacy, documentTemplate.privacy) + && Objects.equals(this.type, documentTemplate.type) && Objects.equals(this.name, documentTemplate.name) - && Objects.equals(this.type, documentTemplate.type); - } - - private static boolean equalsNullable(JsonNullable a, JsonNullable b) { - return a == b - || (a != null - && b != null - && a.isPresent() - && b.isPresent() - && Objects.deepEquals(a.get(), b.get())); + && Objects.equals(this.canDisableWatermark, documentTemplate.canDisableWatermark) + && Objects.equals(this.author, documentTemplate.author) + && Objects.equals(this.content, documentTemplate.content) + && Objects.equals(this.supportsCustomTaxable, documentTemplate.supportsCustomTaxable); } @Override public int hashCode() { - return Objects.hash(id, name, type); - } - - private static int hashCodeNullable(JsonNullable a) { - if (a == null) { - return 1; - } - return a.isPresent() ? Arrays.deepHashCode(new Object[] {a.get()}) : 31; + return Objects.hash( + id, privacy, type, name, canDisableWatermark, author, content, supportsCustomTaxable); } @Override @@ -143,8 +256,17 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class DocumentTemplate {\n"); sb.append(" id: ").append(toIndentedString(id)).append("\n"); - sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" privacy: ").append(toIndentedString(privacy)).append("\n"); sb.append(" type: ").append(toIndentedString(type)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" canDisableWatermark: ") + .append(toIndentedString(canDisableWatermark)) + .append("\n"); + sb.append(" author: ").append(toIndentedString(author)).append("\n"); + sb.append(" content: ").append(toIndentedString(content)).append("\n"); + sb.append(" supportsCustomTaxable: ") + .append(toIndentedString(supportsCustomTaxable)) + .append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java b/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java index 06175992..bf73517e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java +++ b/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** EInvoiceRejectionReason */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class EInvoiceRejectionReason implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Email.java b/src/main/java/it/fattureincloud/sdk/model/Email.java index 27af2c3b..7d35c3f0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Email.java +++ b/src/main/java/it/fattureincloud/sdk/model/Email.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** Email */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Email implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java b/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java index 80696af3..61423bb8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** EmailAttachment */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class EmailAttachment implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailData.java b/src/main/java/it/fattureincloud/sdk/model/EmailData.java index c3279b33..92acbcce 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailData.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** EmailData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class EmailData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java b/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java index cf3b7215..84c305d1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Default sender email. (Other emails can be found in **sender_emails_list**) */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class EmailDataDefaultSenderEmail implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java b/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java index c9425ca5..949766d8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Email recipient status */ @JsonAdapter(EmailRecipientStatus.Adapter.class) -public enum EmailRecipientStatus { +public enum EmailRecipientStatus implements Serializable { UNKNOWN("unknown"), DOCUMENT_OPENED("document_opened"), diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java b/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java index baec47ec..157d55ca 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** EmailSchedule */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class EmailSchedule implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java b/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java index ef423da7..81b3b0a2 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** EmailScheduleInclude */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class EmailScheduleInclude implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java b/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java index c773672c..1f34ce04 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Email status */ @JsonAdapter(EmailStatus.Adapter.class) -public enum EmailStatus { +public enum EmailStatus implements Serializable { SENDING("sending"), PENDING("pending"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Entity.java b/src/main/java/it/fattureincloud/sdk/model/Entity.java index b47dc24e..91e3cc84 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Entity.java +++ b/src/main/java/it/fattureincloud/sdk/model/Entity.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Entity */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Entity implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java b/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java index ef65b590..b922b629 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** EntityClientPreCreateInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class EntityClientPreCreateInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EntityType.java b/src/main/java/it/fattureincloud/sdk/model/EntityType.java index 5e2c350e..363f3bbc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EntityType.java +++ b/src/main/java/it/fattureincloud/sdk/model/EntityType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Entity type */ @JsonAdapter(EntityType.Adapter.class) -public enum EntityType { +public enum EntityType implements Serializable { COMPANY("company"), PERSON("person"), diff --git a/src/main/java/it/fattureincloud/sdk/model/EventType.java b/src/main/java/it/fattureincloud/sdk/model/EventType.java index d88889ef..93575145 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EventType.java +++ b/src/main/java/it/fattureincloud/sdk/model/EventType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,52 +12,40 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Webhooks event type */ @JsonAdapter(EventType.Adapter.class) -public enum EventType { - ISSUED_DOCUMENTS_INVOICES_CREATE( - "it.fattureincloud.webhooks.issued_documents.invoices.create"), +public enum EventType implements Serializable { + ISSUED_DOCUMENTS_INVOICES_CREATE("it.fattureincloud.webhooks.issued_documents.invoices.create"), - ISSUED_DOCUMENTS_INVOICES_UPDATE( - "it.fattureincloud.webhooks.issued_documents.invoices.update"), + ISSUED_DOCUMENTS_INVOICES_UPDATE("it.fattureincloud.webhooks.issued_documents.invoices.update"), - ISSUED_DOCUMENTS_INVOICES_DELETE( - "it.fattureincloud.webhooks.issued_documents.invoices.delete"), + ISSUED_DOCUMENTS_INVOICES_DELETE("it.fattureincloud.webhooks.issued_documents.invoices.delete"), - ISSUED_DOCUMENTS_QUOTES_CREATE( - "it.fattureincloud.webhooks.issued_documents.quotes.create"), + ISSUED_DOCUMENTS_QUOTES_CREATE("it.fattureincloud.webhooks.issued_documents.quotes.create"), - ISSUED_DOCUMENTS_QUOTES_UPDATE( - "it.fattureincloud.webhooks.issued_documents.quotes.update"), + ISSUED_DOCUMENTS_QUOTES_UPDATE("it.fattureincloud.webhooks.issued_documents.quotes.update"), - ISSUED_DOCUMENTS_QUOTES_DELETE( - "it.fattureincloud.webhooks.issued_documents.quotes.delete"), + ISSUED_DOCUMENTS_QUOTES_DELETE("it.fattureincloud.webhooks.issued_documents.quotes.delete"), - ISSUED_DOCUMENTS_PROFORMAS_CREATE( - "it.fattureincloud.webhooks.issued_documents.proformas.create"), + ISSUED_DOCUMENTS_PROFORMAS_CREATE("it.fattureincloud.webhooks.issued_documents.proformas.create"), - ISSUED_DOCUMENTS_PROFORMAS_UPDATE( - "it.fattureincloud.webhooks.issued_documents.proformas.update"), + ISSUED_DOCUMENTS_PROFORMAS_UPDATE("it.fattureincloud.webhooks.issued_documents.proformas.update"), - ISSUED_DOCUMENTS_PROFORMAS_DELETE( - "it.fattureincloud.webhooks.issued_documents.proformas.delete"), + ISSUED_DOCUMENTS_PROFORMAS_DELETE("it.fattureincloud.webhooks.issued_documents.proformas.delete"), - ISSUED_DOCUMENTS_RECEIPTS_CREATE( - "it.fattureincloud.webhooks.issued_documents.receipts.create"), + ISSUED_DOCUMENTS_RECEIPTS_CREATE("it.fattureincloud.webhooks.issued_documents.receipts.create"), - ISSUED_DOCUMENTS_RECEIPTS_UPDATE( - "it.fattureincloud.webhooks.issued_documents.receipts.update"), + ISSUED_DOCUMENTS_RECEIPTS_UPDATE("it.fattureincloud.webhooks.issued_documents.receipts.update"), - ISSUED_DOCUMENTS_RECEIPTS_DELETE( - "it.fattureincloud.webhooks.issued_documents.receipts.delete"), + ISSUED_DOCUMENTS_RECEIPTS_DELETE("it.fattureincloud.webhooks.issued_documents.receipts.delete"), ISSUED_DOCUMENTS_DELIVERY_NOTES_CREATE( "it.fattureincloud.webhooks.issued_documents.delivery_notes.create"), @@ -77,14 +65,11 @@ public enum EventType { ISSUED_DOCUMENTS_CREDIT_NOTES_DELETE( "it.fattureincloud.webhooks.issued_documents.credit_notes.delete"), - ISSUED_DOCUMENTS_ORDERS_CREATE( - "it.fattureincloud.webhooks.issued_documents.orders.create"), + ISSUED_DOCUMENTS_ORDERS_CREATE("it.fattureincloud.webhooks.issued_documents.orders.create"), - ISSUED_DOCUMENTS_ORDERS_UPDATE( - "it.fattureincloud.webhooks.issued_documents.orders.update"), + ISSUED_DOCUMENTS_ORDERS_UPDATE("it.fattureincloud.webhooks.issued_documents.orders.update"), - ISSUED_DOCUMENTS_ORDERS_DELETE( - "it.fattureincloud.webhooks.issued_documents.orders.delete"), + ISSUED_DOCUMENTS_ORDERS_DELETE("it.fattureincloud.webhooks.issued_documents.orders.delete"), ISSUED_DOCUMENTS_WORK_REPORTS_CREATE( "it.fattureincloud.webhooks.issued_documents.work_reports.create"), @@ -113,23 +98,17 @@ public enum EventType { ISSUED_DOCUMENTS_SELF_INVOICES_DELETE( "it.fattureincloud.webhooks.issued_documents.self_invoices.delete"), - ISSUED_DOCUMENTS_ALL_CREATE( - "it.fattureincloud.webhooks.issued_documents.all.create"), + ISSUED_DOCUMENTS_ALL_CREATE("it.fattureincloud.webhooks.issued_documents.all.create"), - ISSUED_DOCUMENTS_ALL_UPDATE( - "it.fattureincloud.webhooks.issued_documents.all.update"), + ISSUED_DOCUMENTS_ALL_UPDATE("it.fattureincloud.webhooks.issued_documents.all.update"), - ISSUED_DOCUMENTS_ALL_DELETE( - "it.fattureincloud.webhooks.issued_documents.all.delete"), + ISSUED_DOCUMENTS_ALL_DELETE("it.fattureincloud.webhooks.issued_documents.all.delete"), - RECEIVED_DOCUMENTS_CREATE( - "it.fattureincloud.webhooks.received_documents.create"), + RECEIVED_DOCUMENTS_CREATE("it.fattureincloud.webhooks.received_documents.create"), - RECEIVED_DOCUMENTS_UPDATE( - "it.fattureincloud.webhooks.received_documents.update"), + RECEIVED_DOCUMENTS_UPDATE("it.fattureincloud.webhooks.received_documents.update"), - RECEIVED_DOCUMENTS_DELETE( - "it.fattureincloud.webhooks.received_documents.delete"), + RECEIVED_DOCUMENTS_DELETE("it.fattureincloud.webhooks.received_documents.delete"), RECEIPTS_CREATE("it.fattureincloud.webhooks.receipts.create"), @@ -143,14 +122,11 @@ public enum EventType { TAXES_DELETE("it.fattureincloud.webhooks.taxes.delete"), - ARCHIVE_DOCUMENTS_CREATE( - "it.fattureincloud.webhooks.archive_documents.create"), + ARCHIVE_DOCUMENTS_CREATE("it.fattureincloud.webhooks.archive_documents.create"), - ARCHIVE_DOCUMENTS_UPDATE( - "it.fattureincloud.webhooks.archive_documents.update"), + ARCHIVE_DOCUMENTS_UPDATE("it.fattureincloud.webhooks.archive_documents.update"), - ARCHIVE_DOCUMENTS_DELETE( - "it.fattureincloud.webhooks.archive_documents.delete"), + ARCHIVE_DOCUMENTS_DELETE("it.fattureincloud.webhooks.archive_documents.delete"), CASHBOOK_CREATE("it.fattureincloud.webhooks.cashbook.create"), @@ -164,26 +140,19 @@ public enum EventType { PRODUCTS_DELETE("it.fattureincloud.webhooks.products.delete"), - PRODUCTS_STOCK_UPDATE( - "it.fattureincloud.webhooks.products.stock_update"), + PRODUCTS_STOCK_UPDATE("it.fattureincloud.webhooks.products.stock_update"), - ENTITIES_CLIENTS_CREATE( - "it.fattureincloud.webhooks.entities.clients.create"), + ENTITIES_CLIENTS_CREATE("it.fattureincloud.webhooks.entities.clients.create"), - ENTITIES_CLIENTS_UPDATE( - "it.fattureincloud.webhooks.entities.clients.update"), + ENTITIES_CLIENTS_UPDATE("it.fattureincloud.webhooks.entities.clients.update"), - ENTITIES_CLIENTS_DELETE( - "it.fattureincloud.webhooks.entities.clients.delete"), + ENTITIES_CLIENTS_DELETE("it.fattureincloud.webhooks.entities.clients.delete"), - ENTITIES_SUPPLIERS_CREATE( - "it.fattureincloud.webhooks.entities.suppliers.create"), + ENTITIES_SUPPLIERS_CREATE("it.fattureincloud.webhooks.entities.suppliers.create"), - ENTITIES_SUPPLIERS_UPDATE( - "it.fattureincloud.webhooks.entities.suppliers.update"), + ENTITIES_SUPPLIERS_UPDATE("it.fattureincloud.webhooks.entities.suppliers.update"), - ENTITIES_SUPPLIERS_DELETE( - "it.fattureincloud.webhooks.entities.suppliers.delete"), + ENTITIES_SUPPLIERS_DELETE("it.fattureincloud.webhooks.entities.suppliers.delete"), ENTITIES_ALL_CREATE("it.fattureincloud.webhooks.entities.all.create"), @@ -227,8 +196,7 @@ public enum EventType { ISSUED_DOCUMENTS_SELF_INVOICES_EMAIL_SENT( "it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent"), - ISSUED_DOCUMENTS_ALL_EMAIL_SENT( - "it.fattureincloud.webhooks.issued_documents.all.email_sent"); + ISSUED_DOCUMENTS_ALL_EMAIL_SENT("it.fattureincloud.webhooks.issued_documents.all.email_sent"); private String value; diff --git a/src/main/java/it/fattureincloud/sdk/model/F24.java b/src/main/java/it/fattureincloud/sdk/model/F24.java index c9021075..2cfeb600 100644 --- a/src/main/java/it/fattureincloud/sdk/model/F24.java +++ b/src/main/java/it/fattureincloud/sdk/model/F24.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** F24 */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class F24 implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/F24Status.java b/src/main/java/it/fattureincloud/sdk/model/F24Status.java index 90312ceb..b7f0896a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/F24Status.java +++ b/src/main/java/it/fattureincloud/sdk/model/F24Status.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** F24 status */ @JsonAdapter(F24Status.Adapter.class) -public enum F24Status { +public enum F24Status implements Serializable { PAID("paid"), NOT_PAID("not_paid"), diff --git a/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java b/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java index 7bc44e4d..4555fff5 100644 --- a/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java +++ b/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Fatture in Cloud account plan type. */ @JsonAdapter(FattureInCloudPlanType.Adapter.class) -public enum FattureInCloudPlanType { +public enum FattureInCloudPlanType implements Serializable { TRIAL("trial"), STANDARD("standard"), diff --git a/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java b/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java index b5e9c63b..4b42fefc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** FunctionStatus */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class FunctionStatus implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java index b6bc86d4..e51de39a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetArchiveDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java index 15a67f39..47b67f9a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetBinIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetBinIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java index 6c4af6d4..74d8a96b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetBinReceivedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetBinReceivedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java index 2f287cec..96c8eb9b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetCashbookEntryResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java index 591d1d71..8ba01f51 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetClientResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetClientResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java index 206cf66d..c15a7e68 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetCompanyInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java index 18120339..c704d81a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetCompanyPlanUsageResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java index 789882e8..36575182 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetEInvoiceRejectionReasonResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetEInvoiceRejectionReasonResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java index fce4fa85..cc90f180 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetEmailDataResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetEmailDataResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java index 0f652546..6ad7c026 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetEntityClientPreCreateInfoResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetEntityClientPreCreateInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java index 1197c057..ecb4f4c0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetExistingIssuedDocumentTotalsRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetExistingIssuedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java index 079db4f9..2fae53fb 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetExistingIssuedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java index c2706291..70551def 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetExistingReceivedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java index 8e975c39..53752ad4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetExistingReceivedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java b/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java index 5233e966..6103caad 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetF24Response */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java index edc1d4cb..2a025627 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetIssuedDocumentPreCreateInfoResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetIssuedDocumentPreCreateInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java index 26a50729..8e8e44db 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java index 8476cc08..2346fa17 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetNewIssuedDocumentTotalsRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetNewIssuedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java index 29050aca..e7c3d65b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetNewIssuedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java index 884d69bb..d9fd7315 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetNewReceivedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java index b6815b34..1c1b1f01 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetNewReceivedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java index 36c2418f..55c102f4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetPaymentAccountResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetPaymentAccountResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java index 917a0320..6046cc21 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetPaymentMethodResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetPaymentMethodResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java index 0c2438ae..fb0ccfff 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetPriceListItemsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetPriceListItemsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java index a63a1777..47251805 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetProductResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetProductResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java index 2db8f18c..2e656cab 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetReceiptPreCreateInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java index 2cde3d9f..dfcb3acf 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetReceiptResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java index bc8c8b6f..9c620d7c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetReceiptsMonthlyTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java index 831a0d5f..2ba2fb81 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetReceivedDocumentPreCreateInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java index 41c10a2f..6e1f75f9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetReceivedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java index b70d5243..d8617f96 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetSupplierResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetSupplierResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java index 863fe776..2afaaba0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetTaxProfileResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetTaxProfileResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetTemplatesResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetTemplatesResponse.java new file mode 100644 index 00000000..f2abd991 --- /dev/null +++ b/src/main/java/it/fattureincloud/sdk/model/GetTemplatesResponse.java @@ -0,0 +1,89 @@ +/* + * Fatture in Cloud API v2 - API Reference + * 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. + * + * The version of the OpenAPI document: 2.1.6 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package it.fattureincloud.sdk.model; + +import com.google.gson.annotations.SerializedName; +import java.io.Serializable; +import java.util.Objects; + +/** GetTemplatesResponse */ +@javax.annotation.Generated( + value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") +public class GetTemplatesResponse implements Serializable { + private static final long serialVersionUID = 1L; + + public static final String SERIALIZED_NAME_DATA = "data"; + + @SerializedName(SERIALIZED_NAME_DATA) + private DocumentTemplate data; + + public GetTemplatesResponse() {} + + public GetTemplatesResponse data(DocumentTemplate data) { + + this.data = data; + return this; + } + + /** + * Get data + * + * @return data + */ + @javax.annotation.Nullable + public DocumentTemplate getData() { + return data; + } + + public void setData(DocumentTemplate data) { + this.data = data; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GetTemplatesResponse getTemplatesResponse = (GetTemplatesResponse) o; + return Objects.equals(this.data, getTemplatesResponse.data); + } + + @Override + public int hashCode() { + return Objects.hash(data); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GetTemplatesResponse {\n"); + sb.append(" data: ").append(toIndentedString(data)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java index c7e254d1..de2c4b63 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetUserInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java index 6f7350f0..1b40ee30 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetUserInfoResponseEmailConfirmationState */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetUserInfoResponseEmailConfirmationState implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java index c5ccdd40..df6132f0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetUserInfoResponseInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetUserInfoResponseInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java index aa890622..2c0daa4e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetVatTypeResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetVatTypeResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java index 365f43d5..fa109d39 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetWebhooksSubscriptionResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class GetWebhooksSubscriptionResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java index 80995839..835a6b6f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,7 +12,6 @@ package it.fattureincloud.sdk.model; -import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -31,8 +30,8 @@ /** IssuedDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java index d0d63b4f..ee65ca27 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Issued document e-invoice data [Only if e_invoice=true] */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentEiData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java index 7f2055ea..3978ba58 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,8 +26,8 @@ */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentExtraData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java index 99a40402..0a0b8d8c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** IssuedDocumentItemsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentItemsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java index 15b8e692..3ad07888 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** IssuedDocumentOptions */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentOptions implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java index 3a37a265..b64ad002 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** IssuedDocumentPaymentsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentPaymentsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java index b2499828..fee223c6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** IssuedDocumentPaymentsListItemPaymentTerms */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentPaymentsListItemPaymentTerms implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java index fc772ec3..1f8e74c6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** IssuedDocumentPreCreateInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentPreCreateInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java index 9bad96c9..dfd667d4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Issued document default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentPreCreateInfoDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java index d2c5c233..f6a36aae 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Issued document extra data default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentPreCreateInfoExtraDataDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java index 592a37a1..4693753a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Issued document items default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentPreCreateInfoItemsDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java index 4055b598..f8719c35 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Issued document status */ @JsonAdapter(IssuedDocumentStatus.Adapter.class) -public enum IssuedDocumentStatus { +public enum IssuedDocumentStatus implements Serializable { NOT_PAID("not_paid"), PAID("paid"), diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java index 28d425f7..5bb585e4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** IssuedDocumentTotals */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class IssuedDocumentTotals implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java index 35fd248a..cc4083f1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Issued document type */ @JsonAdapter(IssuedDocumentType.Adapter.class) -public enum IssuedDocumentType { +public enum IssuedDocumentType implements Serializable { INVOICE("invoice"), QUOTE("quote"), diff --git a/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java index 17184d4c..67b100a7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** JoinIssuedDocumentsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class JoinIssuedDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Language.java b/src/main/java/it/fattureincloud/sdk/model/Language.java index eeb08c26..e9ff5159 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Language.java +++ b/src/main/java/it/fattureincloud/sdk/model/Language.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Language */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Language implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java index 5c81f752..a1811c2b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListArchiveCategoriesResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListArchiveCategoriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java index 272bb885..19af0325 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListArchiveDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java index 9828e3c3..80938f52 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListArchiveDocumentsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListArchiveDocumentsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java b/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java index 11e798fa..11d0feb3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListBinIssuedDocuments */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListBinIssuedDocuments implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java b/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java index 8f0cf900..8a8fe704 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListBinReceivedDocuments */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListBinReceivedDocuments implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java index 501a06b6..8c3e9bec 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListCashbookEntriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java index 28e6f29e..a9679001 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListCitiesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java index aec52418..73298e40 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListClientsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListClientsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java index f0688446..21b976a6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListClientsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListClientsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java index e06110bf..93f53756 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListCostCentersResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListCostCentersResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java index 99ff401e..c5e5ab40 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListCountriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java index 0e45cba0..8b9cd267 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListCurrenciesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java index db3d154f..1e2bfb5b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListDeliveryNotesDefaultCausalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java index c61b5cd0..2e820372 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListDetailedCountriesResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListDetailedCountriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java index f15ebcaa..5d2238d0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListEmailsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListEmailsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java index db418720..3dccc8fc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListEmailsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListEmailsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java b/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java index e89da6e8..6c293c71 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java index 1fffdd43..de69908f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ListF24ResponseAggregatedData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListF24ResponseAggregatedData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java index 6f415881..205da59b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ListF24ResponseAggregation */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListF24ResponseAggregation implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java index 25fdc2df..08d0d269 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListF24ResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListF24ResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java index 000684e3..657090fd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListIssuedDocumentsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListIssuedDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java index e8acba94..937d59fd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListIssuedDocumentsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListIssuedDocumentsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java index f476d63a..e30560dd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListLanguagesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java index ded424a1..13c50cc2 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListPaymentAccountsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java index 70540bd9..19b7ef67 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListPaymentMethodsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java index 853f0cff..e4a0beee 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListPriceListsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListPriceListsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java index caaf6f6b..163258c3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListProductCategoriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java index 3227a9ec..ffd9ae0c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListProductsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListProductsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java index 4ac22376..52ca965b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListProductsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListProductsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java index 0c0baa64..634b7276 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListReceiptsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java index 8ed4f7c8..226cd911 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListReceiptsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListReceiptsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java index 3cd1ffbd..be12b9ff 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListReceivedDocumentCategoriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java index 79bcf0ca..5b98b344 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListReceivedDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java index 04540c4e..0981bcc8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListReceivedDocumentsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListReceivedDocumentsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java index ae6836bf..62270a02 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListRevenueCentersResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java index 21f4318c..c2d93a94 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListSuppliersResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListSuppliersResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java index ac56f0b5..d85d1067 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListSuppliersResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListSuppliersResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java index f1fc0a3a..d2fc24be 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListTemplatesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java index aeaeb6b9..678bf206 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListUnitsOfMeasureResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java index 88476949..b3fe68c7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListUserCompaniesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java index 207293e7..4703fecd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListUserCompaniesResponseData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListUserCompaniesResponseData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java index dcb6e86c..53ad32fd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListVatTypesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java index 9173c0fa..afb989aa 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListWebhooksSubscriptionsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ListWebhooksSubscriptionsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java index 49a3eb80..73e2873a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyArchiveDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java index 60a17003..9bdacca9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyArchiveDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java index 4b196c30..a8d6fde6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyCashbookEntryRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java index 90859e2a..6fa112a5 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyCashbookEntryResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java index 0215ae46..01635597 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyClientRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java index 88efb2ba..af5b8e01 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyClientResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyClientResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java index 7830f8bd..2d6e146a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyF24Request implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java index 3bd5c1d0..a0540e16 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java index cef5a3bd..c19c76dd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyIssuedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java index eea08c6f..db88f379 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java index fe6e3a7f..2ffbf491 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyPaymentAccountRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyPaymentAccountRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java index fb80c0f2..9d59923e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyPaymentAccountResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyPaymentAccountResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java index 0d19cb6b..362f34e4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyPaymentMethodRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyPaymentMethodRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java index bfc186b6..7538965b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyPaymentMethodResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyPaymentMethodResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java index 185e9d7d..715a8e2d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyProductRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyProductRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java index 34de6a52..ab5f845f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyProductResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyProductResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java index b9fff34b..287e3275 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyReceiptRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java index c395365a..74bd205d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyReceiptResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java index b3bff64d..87026f17 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyReceivedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java index 63c96443..ba0ba5c0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyReceivedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java index e038a8fe..8a2130c8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifySupplierRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifySupplierRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java index d6c6d24e..aa20ea50 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifySupplierResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifySupplierResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java index 1e25ff7e..4df278bc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyVatTypeRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyVatTypeRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java index ccfe2a3d..6224ace9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyVatTypeResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyVatTypeResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java index d4300fa7..92ce5f26 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyWebhooksSubscriptionRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyWebhooksSubscriptionRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java index 3a7b61d1..e15b3b12 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ModifyWebhooksSubscriptionResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ModifyWebhooksSubscriptionResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java b/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java index f7ed2136..1ae82395 100644 --- a/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java +++ b/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** MonthlyTotal */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class MonthlyTotal implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java b/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java index bdfddaa1..dfb7b94e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java +++ b/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Issued document original document type */ @JsonAdapter(OriginalDocumentType.Adapter.class) -public enum OriginalDocumentType { +public enum OriginalDocumentType implements Serializable { ORDINE("ordine"), CONTRATTO("contratto"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Pagination.java b/src/main/java/it/fattureincloud/sdk/model/Pagination.java index 399398be..8ae0dc81 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Pagination.java +++ b/src/main/java/it/fattureincloud/sdk/model/Pagination.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Pagination implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java b/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java index 51493ef8..69af95d1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** PaymentAccount */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class PaymentAccount implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java b/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java index 1b8c07e3..5fb0a5de 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Payment account type */ @JsonAdapter(PaymentAccountType.Adapter.class) -public enum PaymentAccountType { +public enum PaymentAccountType implements Serializable { STANDARD("standard"), BANK("bank"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java b/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java index 9ce8caef..e430e43e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class PaymentMethod implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java index 72dc59bf..a5c11abf 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** PaymentMethodDetails */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class PaymentMethodDetails implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java index e2d3c046..05cab751 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Payment method type */ @JsonAdapter(PaymentMethodType.Adapter.class) -public enum PaymentMethodType { +public enum PaymentMethodType implements Serializable { STANDARD("standard"), RIBA("riba"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java b/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java index 0a0564cd..ca49c663 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Payment terms type */ @JsonAdapter(PaymentTermsType.Adapter.class) -public enum PaymentTermsType { +public enum PaymentTermsType implements Serializable { STANDARD("standard"), END_OF_MONTH("end_of_month"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java b/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java index a5a7d520..4abc7ff3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java +++ b/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Permission level */ @JsonAdapter(PermissionLevel.Adapter.class) -public enum PermissionLevel { +public enum PermissionLevel implements Serializable { NONE("none"), READ("read"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Permissions.java b/src/main/java/it/fattureincloud/sdk/model/Permissions.java index c395ef4e..1c561b18 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Permissions.java +++ b/src/main/java/it/fattureincloud/sdk/model/Permissions.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Permissions implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java b/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java index 1fe00682..efdbacc4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java +++ b/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** PermissionsFicIssuedDocumentsDetailed */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class PermissionsFicIssuedDocumentsDetailed implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceList.java b/src/main/java/it/fattureincloud/sdk/model/PriceList.java index 935dddcb..31c2d283 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceList.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceList.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** PriceList */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class PriceList implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java b/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java index 58fdd22d..7d55f386 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,8 +20,8 @@ /** PriceListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class PriceListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java b/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java index d3f98b10..daf6dd28 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Price list prices type */ @JsonAdapter(PriceListPricesType.Adapter.class) -public enum PriceListPricesType { +public enum PriceListPricesType implements Serializable { NET("net"), GROSS("gross"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceListType.java b/src/main/java/it/fattureincloud/sdk/model/PriceListType.java index 82287a41..d812423c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceListType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceListType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Price list types */ @JsonAdapter(PriceListType.Adapter.class) -public enum PriceListType { +public enum PriceListType implements Serializable { SELL("sell"), PURCHASE("purchase"); diff --git a/src/main/java/it/fattureincloud/sdk/model/Product.java b/src/main/java/it/fattureincloud/sdk/model/Product.java index a98bd572..72f3da5c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Product.java +++ b/src/main/java/it/fattureincloud/sdk/model/Product.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Product */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Product implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Receipt.java b/src/main/java/it/fattureincloud/sdk/model/Receipt.java index 328121ac..d3a9b1e9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Receipt.java +++ b/src/main/java/it/fattureincloud/sdk/model/Receipt.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** Receipt */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Receipt implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java b/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java index 8a3db1b7..186c6e58 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ReceiptItemsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceiptItemsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java b/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java index 24aa5d32..959f2dc3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** ReceiptPreCreateInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceiptPreCreateInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java b/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java index 73e6a782..07410691 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Receipt type */ @JsonAdapter(ReceiptType.Adapter.class) -public enum ReceiptType { +public enum ReceiptType implements Serializable { TILL_RECEIPT("till_receipt"), SALES_RECEIPT("sales_receipt"); diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java index b8c9a143..466eefa9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** ReceivedDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java index 78c6dfe9..211dde90 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ReceivedDocumentInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocumentInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java index 83bb8b13..094ec302 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Received document default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocumentInfoDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java index f9ab55bd..3959211c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Received document items default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocumentInfoItemsDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java index 5212f201..5d427333 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ReceivedDocumentItemsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocumentItemsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java index 7bdb926e..fba45158 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ReceivedDocumentPaymentsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocumentPaymentsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java index 61da5437..a067ed67 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ReceivedDocumentPaymentsListItemPaymentTerms */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocumentPaymentsListItemPaymentTerms implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java index 272fa3c6..83c862bf 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ReceivedDocumentTotals */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ReceivedDocumentTotals implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java index 30b25c2a..6ba956f1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Received document type */ @JsonAdapter(ReceivedDocumentType.Adapter.class) -public enum ReceivedDocumentType { +public enum ReceivedDocumentType implements Serializable { EXPENSE("expense"), PASSIVE_CREDIT_NOTE("passive_credit_note"), diff --git a/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java b/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java index 63707dc6..3dde1928 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class ScheduleEmailRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java index ca36aee3..298ada8c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class SendEInvoiceRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java index 4be6e0de..8516cf29 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceRequestData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class SendEInvoiceRequestData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java index b3cd63be..4abd72d8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceRequestOptions */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class SendEInvoiceRequestOptions implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java index 4942bfea..150dfa67 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class SendEInvoiceResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java index f5b6eb33..378c7e7e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceResponseData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class SendEInvoiceResponseData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java b/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java index e070bb1d..b575419b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java +++ b/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SenderEmail */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class SenderEmail implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java b/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java index eebe0648..efd758c6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java +++ b/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Show totals mode */ @JsonAdapter(ShowTotalsMode.Adapter.class) -public enum ShowTotalsMode { +public enum ShowTotalsMode implements Serializable { NONE("none"), NETS("nets"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Supplier.java b/src/main/java/it/fattureincloud/sdk/model/Supplier.java index b2619f1b..15a99767 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Supplier.java +++ b/src/main/java/it/fattureincloud/sdk/model/Supplier.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Supplier */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class Supplier implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SupplierType.java b/src/main/java/it/fattureincloud/sdk/model/SupplierType.java index ab6ede55..e2d74522 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SupplierType.java +++ b/src/main/java/it/fattureincloud/sdk/model/SupplierType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Supplier type */ @JsonAdapter(SupplierType.Adapter.class) -public enum SupplierType { +public enum SupplierType implements Serializable { COMPANY("company"), PERSON("person"), diff --git a/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java b/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java index e3da7ca0..24ffd3bf 100644 --- a/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java +++ b/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** TaxProfile */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class TaxProfile implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/TemplateType.java b/src/main/java/it/fattureincloud/sdk/model/TemplateType.java new file mode 100644 index 00000000..4c1ef4ff --- /dev/null +++ b/src/main/java/it/fattureincloud/sdk/model/TemplateType.java @@ -0,0 +1,74 @@ +/* + * Fatture in Cloud API v2 - API Reference + * 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. + * + * The version of the OpenAPI document: 2.1.6 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + +package it.fattureincloud.sdk.model; + +import com.google.gson.JsonElement; +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import java.io.IOException; +import java.io.Serializable; + +/** Template type */ +@JsonAdapter(TemplateType.Adapter.class) +public enum TemplateType implements Serializable { + STANDARD("standard"), + + DELIVERY_NOTE("delivery_note"), + + ACCOMPANYING_INVOICE("accompanying_invoice"); + + private String value; + + TemplateType(String value) { + this.value = value; + } + + public String getValue() { + return value; + } + + @Override + public String toString() { + return String.valueOf(value); + } + + public static TemplateType fromValue(String value) { + for (TemplateType b : TemplateType.values()) { + if (b.value.equals(value)) { + return b; + } + } + throw new IllegalArgumentException("Unexpected value '" + value + "'"); + } + + public static class Adapter extends TypeAdapter { + @Override + public void write(final JsonWriter jsonWriter, final TemplateType enumeration) + throws IOException { + jsonWriter.value(enumeration.getValue()); + } + + @Override + public TemplateType read(final JsonReader jsonReader) throws IOException { + String value = jsonReader.nextString(); + return TemplateType.fromValue(value); + } + } + + public static void validateJsonElement(JsonElement jsonElement) throws IOException { + String value = jsonElement.getAsString(); + TemplateType.fromValue(value); + } +} diff --git a/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java index a4983b76..b7c44fb0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** TransformIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class TransformIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java index 9e43508e..fd5b0626 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadArchiveAttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class UploadArchiveAttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java index a884b338..065321bb 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadF24AttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class UploadF24AttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java index 396a79d7..f16c6d0a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadIssuedDocumentAttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class UploadIssuedDocumentAttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java index 5e739e5b..9c3cdc01 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadReceivedDocumentAttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class UploadReceivedDocumentAttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/User.java b/src/main/java/it/fattureincloud/sdk/model/User.java index 5fa68f92..3af27860 100644 --- a/src/main/java/it/fattureincloud/sdk/model/User.java +++ b/src/main/java/it/fattureincloud/sdk/model/User.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** User */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class User implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java b/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java index 4dd8ec25..84f81724 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java +++ b/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** User company role */ @JsonAdapter(UserCompanyRole.Adapter.class) -public enum UserCompanyRole { +public enum UserCompanyRole implements Serializable { MASTER("master"), SUBACCOUNT("subaccount"), diff --git a/src/main/java/it/fattureincloud/sdk/model/VatItem.java b/src/main/java/it/fattureincloud/sdk/model/VatItem.java index 28cdeab4..3aab07f6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VatItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/VatItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** VatItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VatItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VatKind.java b/src/main/java/it/fattureincloud/sdk/model/VatKind.java index ef8e670e..3b30a01d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VatKind.java +++ b/src/main/java/it/fattureincloud/sdk/model/VatKind.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Vat kind [esigibilità IVA] */ @JsonAdapter(VatKind.Adapter.class) -public enum VatKind { +public enum VatKind implements Serializable { I("I"), D("D"), diff --git a/src/main/java/it/fattureincloud/sdk/model/VatType.java b/src/main/java/it/fattureincloud/sdk/model/VatType.java index bee8a8e3..80fb47b6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VatType.java +++ b/src/main/java/it/fattureincloud/sdk/model/VatType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** VatType */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VatType implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java index c42e7d5f..8145dcec 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlErrorResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyEInvoiceXmlErrorResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java index 2d8e7566..50d4e459 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlErrorResponseError */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyEInvoiceXmlErrorResponseError implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java index fc07b693..2ff86513 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** VerifyEInvoiceXmlErrorResponseErrorValidationResult */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyEInvoiceXmlErrorResponseErrorValidationResult implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java index a6d017f1..5df1c85d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** VerifyEInvoiceXmlErrorResponseExtra */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyEInvoiceXmlErrorResponseExtra implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java index ebef7b28..e92fab21 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyEInvoiceXmlResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java index fcd8f701..a630230e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlResponseData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyEInvoiceXmlResponseData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java index c6c3e6e6..55310e89 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyWebhooksSubscription */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyWebhooksSubscription implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java index 4b3fa428..f17e7fa8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** VerifyWebhooksSubscriptionRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class VerifyWebhooksSubscriptionRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java index 45969489..f18140fc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** WebhooksSubscription */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class WebhooksSubscription implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java index 48ef353f..e13d25d3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** WebhooksSubscriptionConfig */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-12-12T14:42:37.606601Z[Etc/UTC]", + comments = "Generator version: 7.17.0") public class WebhooksSubscriptionConfig implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java index 95b01ae8..6bc4711d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Webhooks Subscription mapping */ @JsonAdapter(WebhooksSubscriptionMapping.Adapter.class) -public enum WebhooksSubscriptionMapping { +public enum WebhooksSubscriptionMapping implements Serializable { BINARY("binary"), STRUCTURED("structured"); diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java index b26ef784..7a0a6eca 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * 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. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.6 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ package it.fattureincloud.sdk.model; - import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Webhooks Subscription verification method */ @JsonAdapter(WebhooksSubscriptionVerificationMethod.Adapter.class) -public enum WebhooksSubscriptionVerificationMethod { +public enum WebhooksSubscriptionVerificationMethod implements Serializable { HEADER("header"), QUERY("query"); diff --git a/src/test/java/it/fattureincloud/sdk/model/GetTemplatesResponseTest.java b/src/test/java/it/fattureincloud/sdk/model/GetTemplatesResponseTest.java new file mode 100644 index 00000000..c3722a65 --- /dev/null +++ b/src/test/java/it/fattureincloud/sdk/model/GetTemplatesResponseTest.java @@ -0,0 +1,49 @@ +/* + * Fatture in Cloud API v2 - API Reference + * 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. + * + * The version of the OpenAPI document: 2.1.6 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package it.fattureincloud.sdk.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import it.fattureincloud.sdk.model.DocumentTemplate; +import java.io.IOException; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for GetTemplatesResponse + */ +public class GetTemplatesResponseTest { + private final GetTemplatesResponse model = new GetTemplatesResponse(); + + /** + * Model tests for GetTemplatesResponse + */ + @Test + public void testGetTemplatesResponse() { + // TODO: test GetTemplatesResponse + } + + /** + * Test the property 'data' + */ + @Test + public void dataTest() { + // TODO: test data + } + +} diff --git a/src/test/java/it/fattureincloud/sdk/model/TemplateTypeTest.java b/src/test/java/it/fattureincloud/sdk/model/TemplateTypeTest.java new file mode 100644 index 00000000..40a6176c --- /dev/null +++ b/src/test/java/it/fattureincloud/sdk/model/TemplateTypeTest.java @@ -0,0 +1,32 @@ +/* + * Fatture in Cloud API v2 - API Reference + * 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. + * + * The version of the OpenAPI document: 2.1.6 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +package it.fattureincloud.sdk.model; + +import com.google.gson.annotations.SerializedName; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for TemplateType + */ +public class TemplateTypeTest { + /** + * Model tests for TemplateType + */ + @Test + public void testTemplateType() { + // TODO: test TemplateType + } + +}