BeneServizioService.CollegaDocumento method
Returns a BeneServizio
containing a properly formatted document reference. It is important to use this method because otherwise the document reference will be lost on electronic-invoice creation.
public Task<Response<BeneServizio>> CollegaDocumento(CollegaDocumentoData collegaDocumentoData,
RequestSettings? settings = null)
parameter |
description |
collegaDocumentoData |
link options |
settings |
request settings |
Exceptions
exception |
condition |
ArgumentNullException |
|
See Also