Models
Delivery
Properties
| Name | Type | Required | Description |
|---|---|---|---|
date | string | null | No | The date of the delivery. Example: "2025-03-20". Format: date |
locationIdentifier | object | null | No | The identifier of the delivery location. Schemes can be found here. Example: {"scheme":"0088","identifier":"123456789"} |
location | object | No | |
recipientName | string | No | The name of the party to which the goods and services are delivered. Example: "Company Ltd." |
locationIdentifier properties
| Name | Type | Required | Description |
|---|---|---|---|
scheme | string | Yes | Example: "0088" |
identifier | string | Yes | Example: "123456789" |
location properties
| Name | Type | Required | Description |
|---|---|---|---|
street | string | null | No | Example: "Example Street 1" |
street2 | string | null | No | Example: "Suite 100" |
city | string | null | No | Example: "Brussels" |
postalZone | string | null | No | Example: "1000" |
country | string | Yes | Example: "BE" |