Skip to content

Latest commit

 

History

History
33 lines (13 loc) · 764 Bytes

File metadata and controls

33 lines (13 loc) · 764 Bytes

PDFGeneratorAPI.CreateEInvoiceRequest

Properties

Name Type Description Notes
data Object JSON payload that represents the Peppol BIS Billing 3.0 UBL Invoice (https://docs.peppol.eu/poacc/billing/3.0/) Use the Get schema endpoint to see the detailed payload structure.
type String Formatting type. [optional] [default to 'UBL']
output String Response format. When the "file" option is used the API returns the file inline. [optional] [default to 'base64']

Enum: TypeEnum

  • UBL (value: "UBL")

  • CII (value: "CII")

Enum: OutputEnum

  • base64 (value: "base64")

  • file (value: "file")