Skip to content

Documentation / @facturometro/einvoice / codelistDocsUrl

Function: codelistDocsUrl() ​

codelistDocsUrl(listId): string

Defined in: packages/core/src/constants.ts:186

Builds the documentation URL of a code list.

Parameters ​

listId ​

string

Code list id as used by the documentation site, for example UNCL5305.

Returns ​

string

The documentation URL, with a trailing slash.

Example ​

ts
import { codelistDocsUrl } from '@facturometro/core';

codelistDocsUrl('ISO4217'); // 'https://docs.peppol.eu/poacc/billing/3.0/codelist/ISO4217/'

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.