Skip to content

Latest commit

History

History
33 lines (17 loc) · 806 Bytes

File metadata and controls

33 lines (17 loc) · 806 Bytes

CreateEInvoiceRequest

Properties

NameTypeDescriptionNotes
dataObjectJSON 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.
typeTypeEnumFormatting type.[optional]
outputOutputEnumResponse format. When the "file" option is used the API returns the file inline.[optional]

Enum: TypeEnum

NameValue
UBL"UBL"
CII"CII"

Enum: OutputEnum

NameValue
BASE64"base64"
FILE"file"