| 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 | TypeEnum | Formatting type. | [optional] |
| output | OutputEnum | Response format. When the "file" option is used the API returns the file inline. | [optional] |
| Name | Value |
|---|---|
| UBL | "UBL" |
| CII | "CII" |
| Name | Value |
|---|---|
| BASE64 | "base64" |
| FILE | "file" |