-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update 07.shipment-related-object-definitions.md (#42)
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -527,6 +527,11 @@ Data type: [string] | |
Required: no | ||
Street number suffix. | ||
|
||
**box_number** | ||
Data type: [string] | ||
Required: no | ||
Only applicable for Belgian addresses. Up to 8 characters long. | ||
|
||
**person** | ||
Data type: [string] | ||
Required: yes. | ||
|
@@ -597,6 +602,22 @@ The address phone. | |
``` | ||
::: | ||
|
||
::: expand h4: Belgian recipient | ||
```json | ||
{ | ||
"cc": "BE", | ||
"city": "Deinze", | ||
"street": "Kortijkstraat", | ||
"number": "37", | ||
"box_number": "bus 1", | ||
"postal_code": "9800", | ||
"person": "Paul Janssens", | ||
"phone": "003281000000", | ||
"email": "[email protected]" | ||
} | ||
``` | ||
::: | ||
|
||
::: expand h4: French recipient | ||
```json | ||
{ | ||
|