-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d48b2f9
commit 8af7401
Showing
272 changed files
with
512 additions
and
533 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.3.0 | ||
7.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -403,7 +403,7 @@ OAuth2AuthenticationCodeFlow.accessToken = 'YOUR ACCESS TOKEN'; | |
let apiInstance = new fattureInCloudSdk.IssuedDocumentsApi(); | ||
let companyId = 12345; // Number | The ID of the company. | ||
let opts = { | ||
'getNewIssuedDocumentTotalsRequest': {"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","stamp_duty":0,"use_gross_prices":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_paypal_button":true,"show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Via Italia, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"[email protected]","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"€"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid"}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf"}} // GetNewIssuedDocumentTotalsRequest | | ||
'getNewIssuedDocumentTotalsRequest': {"data":{"id":12345,"type":"receipt","year":2021,"numeration":"rec123","subject":"","visible_subject":"","rc_center":"","stamp_duty":0,"use_gross_prices":false,"delivery_note":false,"accompanying_invoice":false,"amount_net":68.18,"amount_vat":6.82,"amount_due_discount":0,"amount_rivalsa":0,"amount_cassa":0,"amount_withholding_tax":0,"amount_other_withholding_tax":0,"h_margins":15,"v_margins":16,"show_payment_method":false,"show_payments":true,"show_totals":"all","show_notification_button":false,"is_marked":false,"created_at":"2021-08-13 09:30:20","updated_at":"2021-08-23 05:34:20","entity":{"id":54321,"name":"Mary Red S.r.L.","vat_number":"IT05432181211","tax_code":"IT05432181211","address_street":"Via Italia, 66","address_postal_code":"20900","address_city":"Milano","address_province":"MI","address_extra":"","country":"Italia","certified_email":"[email protected]","ei_code":"ABCXCR1"},"date":"2021-08-20","number":1,"currency":{"id":"EUR","exchange_rate":"1.00000","symbol":"€"},"language":{"code":"it","name":"Italiano"},"notes":"","rivalsa":0,"cassa":0,"withholding_tax":0,"withholding_tax_taxable":100,"other_withholding_tax":0,"payment_method":{"id":4,"name":"Credit card"},"use_split_payment":false,"items_list":[{"product_id":5432,"code":"SG3","name":"Soggiorno","measure":"","net_price":68.18182,"category":"","id":277876033,"apply_withholding_taxes":true,"discount":0,"discount_highlight":false,"in_dn":false,"qty":1,"vat":{"id":3,"value":10,"description":""},"stock":false,"description":"","not_taxable":false}],"payments_list":[{"amount":75,"due_date":"2020-08-23","id":69078013,"payment_terms":{"days":0,"type":"standard"},"status":"not_paid"}],"attachment_url":"kdijrnf893hnwkfk45f50f.pdf","next_due_date":"2020-08-23","template":{"id":2821,"name":"Light Smoke"},"url":"y12h45rn9yf2mse0p43t7ec90vr.pdf"}} // GetNewIssuedDocumentTotalsRequest | | ||
}; | ||
apiInstance.getNewIssuedDocumentTotals(companyId, opts).then((result) => { | ||
console.log('API called successfully. Returned result: ' + JSON.stringify(result)); | ||
|
@@ -454,7 +454,7 @@ OAuth2AuthenticationCodeFlow.accessToken = 'YOUR ACCESS TOKEN'; | |
|
||
let apiInstance = new fattureInCloudSdk.IssuedDocumentsApi(); | ||
let companyId = 12345; // Number | The ID of the company. | ||
let ids = 1,2,3,4; // String | Ids of the documents. | ||
let ids = "1,2,3,4"; // String | Ids of the documents. | ||
let opts = { | ||
'group': 56, // Number | Group items. | ||
'eInvoice': 56 // Number | New document e_invoice. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
info: | ||
version: 2.0.25 | ||
version: 2.0.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -16,7 +16,7 @@ import querystring from 'querystring' | |
|
||
/** | ||
* @module ApiClient | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
|
||
/** | ||
|
@@ -54,7 +54,7 @@ class ApiClient { | |
* @default {} | ||
*/ | ||
this.defaultHeaders = { | ||
'User-Agent': 'FattureInCloud/2.0.25/JavaScript-SDK' | ||
'User-Agent': 'FattureInCloud/2.0.26/JavaScript-SDK' | ||
} | ||
|
||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -21,7 +21,7 @@ import UploadArchiveAttachmentResponse from '../model/UploadArchiveAttachmentRes | |
/** | ||
* Archive service. | ||
* @module api/ArchiveApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class ArchiveApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -20,7 +20,7 @@ import ModifyCashbookEntryResponse from '../model/ModifyCashbookEntryResponse' | |
/** | ||
* Cashbook service. | ||
* @module api/CashbookApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class CashbookApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -20,7 +20,7 @@ import ModifyClientResponse from '../model/ModifyClientResponse' | |
/** | ||
* Clients service. | ||
* @module api/ClientsApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class ClientsApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -18,7 +18,7 @@ import GetCompanyPlanUsageResponse from '../model/GetCompanyPlanUsageResponse' | |
/** | ||
* Companies service. | ||
* @module api/CompaniesApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class CompaniesApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -17,7 +17,7 @@ import ListEmailsResponse from '../model/ListEmailsResponse' | |
/** | ||
* Emails service. | ||
* @module api/EmailsApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class EmailsApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -32,7 +32,7 @@ import ListVatTypesResponse from '../model/ListVatTypesResponse' | |
/** | ||
* Info service. | ||
* @module api/InfoApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class InfoApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -27,7 +27,7 @@ import UploadIssuedDocumentAttachmentResponse from '../model/UploadIssuedDocumen | |
/** | ||
* IssuedDocuments service. | ||
* @module api/IssuedDocumentsApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class IssuedDocumentsApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -19,7 +19,7 @@ import VerifyEInvoiceXmlResponse from '../model/VerifyEInvoiceXmlResponse' | |
/** | ||
* IssuedEInvoices service. | ||
* @module api/IssuedEInvoicesApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class IssuedEInvoicesApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -20,7 +20,7 @@ import ModifyProductResponse from '../model/ModifyProductResponse' | |
/** | ||
* Products service. | ||
* @module api/ProductsApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class ProductsApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -22,7 +22,7 @@ import ModifyReceiptResponse from '../model/ModifyReceiptResponse' | |
/** | ||
* Receipts service. | ||
* @module api/ReceiptsApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class ReceiptsApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -24,7 +24,7 @@ import UploadReceivedDocumentAttachmentResponse from '../model/UploadReceivedDoc | |
/** | ||
* ReceivedDocuments service. | ||
* @module api/ReceivedDocumentsApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class ReceivedDocumentsApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -25,7 +25,7 @@ import ModifyVatTypeResponse from '../model/ModifyVatTypeResponse' | |
/** | ||
* Settings service. | ||
* @module api/SettingsApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class SettingsApi { | ||
/** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Fatture in Cloud API v2 - API Reference | ||
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. | ||
* | ||
* The version of the OpenAPI document: 2.0.32 | ||
* The version of the OpenAPI document: 2.0.33 | ||
* Contact: [email protected] | ||
* | ||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). | ||
|
@@ -20,7 +20,7 @@ import ModifySupplierResponse from '../model/ModifySupplierResponse' | |
/** | ||
* Suppliers service. | ||
* @module api/SuppliersApi | ||
* @version 2.0.25 | ||
* @version 2.0.26 | ||
*/ | ||
export default class SuppliersApi { | ||
/** | ||
|
Oops, something went wrong.