Skip to content

DocumentoService.ImportPreventivi method

Imports one or more quotes into an existing document.

public Task<Response<Documento>> ImportPreventivi(int id, DocumentoImportData preventiviImportData, 
    RequestSettings settings)
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