FinOpenPOS
API ReferenceFunctions

buildBatchManifestationXml()

@finopenpos/fiscal / buildBatchManifestationXml

function buildBatchManifestationXml(options): string;

Defined in: sefaz-request-builders.ts:1001

Build batch manifestation XML (multiple events in one envelope).

Parameters

ParameterType
options{ environment: 1 | 2; eventDateTime: string; events: { accessKey: string; eventType: number; reason?: string; sequenceNumber?: number; }[]; isCpf?: boolean; lotId?: string; taxId: string; }
options.environment1 | 2
options.eventDateTimestring
options.events{ accessKey: string; eventType: number; reason?: string; sequenceNumber?: number; }[]
options.isCpf?boolean
options.lotId?string
options.taxIdstring

Returns

string

On this page