@@ -8,8 +8,8 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t
88
99This C# SDK is automatically generated by the [ OpenAPI Generator] ( https://openapi-generator.tech ) project:
1010
11- - API version: 2.1.5
12- - SDK version: 2.1.2
11+ - API version: 2.1.6
12+ - SDK version: 2.1.3
1313- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
1414
1515
@@ -141,6 +141,7 @@ Class | Method | HTTP request | Description
141141* InfoApi* | [ ** ListCostCenters** ] ( docs/InfoApi.md#listcostcenters ) | ** GET** /c/{company_id}/info/cost_centers | List Cost Centers
142142* InfoApi* | [ ** ListCountries** ] ( docs/InfoApi.md#listcountries ) | ** GET** /info/countries | List Countries
143143* InfoApi* | [ ** ListCurrencies** ] ( docs/InfoApi.md#listcurrencies ) | ** GET** /info/currencies | List Currencies
144+ * InfoApi* | [ ** ListDefaultTemplates** ] ( docs/InfoApi.md#listdefaulttemplates ) | ** GET** /info/templates | List Default Templates
144145* InfoApi* | [ ** ListDeliveryNotesDefaultCausals** ] ( docs/InfoApi.md#listdeliverynotesdefaultcausals ) | ** GET** /info/dn_causals | List Delivery Notes Default Causals
145146* InfoApi* | [ ** ListDetailedCountries** ] ( docs/InfoApi.md#listdetailedcountries ) | ** GET** /info/detailed_countries | List Detailed Countries
146147* InfoApi* | [ ** ListLanguages** ] ( docs/InfoApi.md#listlanguages ) | ** GET** /info/languages | List Languages
@@ -149,7 +150,6 @@ Class | Method | HTTP request | Description
149150* InfoApi* | [ ** ListProductCategories** ] ( docs/InfoApi.md#listproductcategories ) | ** GET** /c/{company_id}/info/product_categories | List Product Categories
150151* InfoApi* | [ ** ListReceivedDocumentCategories** ] ( docs/InfoApi.md#listreceiveddocumentcategories ) | ** GET** /c/{company_id}/info/received_document_categories | List Received Document Categories
151152* InfoApi* | [ ** ListRevenueCenters** ] ( docs/InfoApi.md#listrevenuecenters ) | ** GET** /c/{company_id}/info/revenue_centers | List Revenue Centers
152- * InfoApi* | [ ** ListTemplates** ] ( docs/InfoApi.md#listtemplates ) | ** GET** /info/templates | List Templates
153153* InfoApi* | [ ** ListUnitsOfMeasure** ] ( docs/InfoApi.md#listunitsofmeasure ) | ** GET** /info/measures | List Units of Measure
154154* InfoApi* | [ ** ListVatTypes** ] ( docs/InfoApi.md#listvattypes ) | ** GET** /c/{company_id}/info/vat_types | List Vat Types
155155* IssuedDocumentsApi* | [ ** CreateIssuedDocument** ] ( docs/IssuedDocumentsApi.md#createissueddocument ) | ** POST** /c/{company_id}/issued_documents | Create Issued Document
@@ -211,7 +211,9 @@ Class | Method | HTTP request | Description
211211* SettingsApi* | [ ** GetPaymentAccount** ] ( docs/SettingsApi.md#getpaymentaccount ) | ** GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account
212212* SettingsApi* | [ ** GetPaymentMethod** ] ( docs/SettingsApi.md#getpaymentmethod ) | ** GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method
213213* SettingsApi* | [ ** GetTaxProfile** ] ( docs/SettingsApi.md#gettaxprofile ) | ** GET** /c/{company_id}/settings/tax_profile | Get Tax Profile
214+ * SettingsApi* | [ ** GetTemplate** ] ( docs/SettingsApi.md#gettemplate ) | ** GET** /c/{company_id}/settings/templates/{template_id} | Get Template
214215* SettingsApi* | [ ** GetVatType** ] ( docs/SettingsApi.md#getvattype ) | ** GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type
216+ * SettingsApi* | [ ** ListTemplates** ] ( docs/SettingsApi.md#listtemplates ) | ** GET** /c/{company_id}/settings/templates | List Templates
215217* SettingsApi* | [ ** ModifyPaymentAccount** ] ( docs/SettingsApi.md#modifypaymentaccount ) | ** PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account
216218* SettingsApi* | [ ** ModifyPaymentMethod** ] ( docs/SettingsApi.md#modifypaymentmethod ) | ** PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method
217219* SettingsApi* | [ ** ModifyVatType** ] ( docs/SettingsApi.md#modifyvattype ) | ** PUT** /c/{company_id}/settings/vat_types/{vat_type_id} | Modify Vat Type
@@ -336,6 +338,7 @@ Class | Method | HTTP request | Description
336338 - [ Model.GetReceivedDocumentResponse] ( docs/GetReceivedDocumentResponse.md )
337339 - [ Model.GetSupplierResponse] ( docs/GetSupplierResponse.md )
338340 - [ Model.GetTaxProfileResponse] ( docs/GetTaxProfileResponse.md )
341+ - [ Model.GetTemplatesResponse] ( docs/GetTemplatesResponse.md )
339342 - [ Model.GetUserInfoResponse] ( docs/GetUserInfoResponse.md )
340343 - [ Model.GetUserInfoResponseEmailConfirmationState] ( docs/GetUserInfoResponseEmailConfirmationState.md )
341344 - [ Model.GetUserInfoResponseInfo] ( docs/GetUserInfoResponseInfo.md )
@@ -468,6 +471,7 @@ Class | Method | HTTP request | Description
468471 - [ Model.Supplier] ( docs/Supplier.md )
469472 - [ Model.SupplierType] ( docs/SupplierType.md )
470473 - [ Model.TaxProfile] ( docs/TaxProfile.md )
474+ - [ Model.TemplateType] ( docs/TemplateType.md )
471475 - [ Model.TransformIssuedDocumentResponse] ( docs/TransformIssuedDocumentResponse.md )
472476 - [ Model.UploadArchiveAttachmentResponse] ( docs/UploadArchiveAttachmentResponse.md )
473477 - [ Model.UploadF24AttachmentResponse] ( docs/UploadF24AttachmentResponse.md )
0 commit comments