| 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'] |
-
UBL(value:"UBL") -
CII(value:"CII")
-
base64(value:"base64") -
file(value:"file")