DocumentoService.ImportPreventivi method
Imports one or more quotes into an existing document.
public Task<Response<Documento>> ImportPreventivi(int id, DocumentoImportData preventiviImportData,
RequestSettings? settings = null)
| parameter | description |
|---|---|
| id | id of the document in which the quotes should be imported. |
| preventiviImportData | import options |
| settings | request settings |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException |
See Also
- class Response<T>
- class Documento
- class DocumentoImportData
- class RequestSettings
- class DocumentoService
- namespace Amica