Common Objects
Shared schema objects used across multiple endpoints.
These objects are referenced by multiple request schemas.
PeppolId
Address
| Field | Type | Required | Description |
|---|---|---|---|
additionalStreet | string | No | |
city | string | No | |
countryCode | string | No | |
countrySubdivision | string | No | |
postCode | string | No | |
street1 | string | No | |
street2 | string | No |
BankAccount
| Field | Type | Required | Description |
|---|---|---|---|
accountName | string | No | |
bic | string | No | |
iban | string | No |
Attachment
| Field | Type | Required | Description |
|---|---|---|---|
content | string | No | |
contentType | string | No | |
description | string | No | |
filename | string | No |