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