Skip to content

Commit

Permalink
docs: Update 07.shipment-related-object-definitions.md (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvhoek authored Feb 17, 2023
1 parent 5d04027 commit 12cd8b5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/api-reference/07.shipment-related-object-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 12cd8b5

Please sign in to comment.