Skip to content

DocumentoService.ImportDdt method

Import one or more DDTs into an existing document.

public Task<Response<Documento>> ImportDdt(int id, DdtImportData ddtImportData, 
    RequestSettings? settings = null)
parameter description
id id of the document in which the DDTs should be imported
ddtImportData DDT import options
settings request settings

Exceptions

exception condition
ArgumentNullException

See Also