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
| Parameter | Type |
|---|---|
options | { environment: 1 | 2; eventDateTime: string; events: { accessKey: string; eventType: number; reason?: string; sequenceNumber?: number; }[]; isCpf?: boolean; lotId?: string; taxId: string; } |
options.environment | 1 | 2 |
options.eventDateTime | string |
options.events | { accessKey: string; eventType: number; reason?: string; sequenceNumber?: number; }[] |
options.isCpf? | boolean |
options.lotId? | string |
options.taxId | string |
Returns
string