FinOpenPOS
API ReferenceFunctions

attachInutilizacao()

@finopenpos/fiscal / attachInutilizacao

function attachInutilizacao(requestXml, responseXml): string;

Defined in: complement.ts:219

Attach the SEFAZ inutilizacao response to the request, producing the ProcInutNFe wrapper.

produzindo o wrapper ProcInutNFe.

Output format:

<ProcInutNFe xmlns="..." versao="4.00">
  <inutNFe>...</inutNFe>
  <retInutNFe>...</retInutNFe>
</ProcInutNFe>

Parameters

ParameterTypeDescription

Returns

string

The ProcInutNFe XML string

On this page