Contact details of the carrier whose offer was accepted.
Object Fields
| Attribute | Type | Example | Description |
| address | Object | Carrier’s company address | |
| address.country | String | “de” | Country using ISO values (see dictionary) |
| address.locality | String | “Berlin” | City name |
| address.postal_code | String | “09230” | Postal code |
| address.street | String | “Magazinstrasse” | Street name |
| String | mmiller@company.com | Carrier’s company e‑mail address | |
| id | Int | 1012343 | Carrier’s company Trans.eu officeId |
| name | String | “Company GmbH” | Carrier’s company name |
| telephone | String | “0049 301234567” | Carrier’s company telephone number |
| vat_id | String | “DE999999999” | Carrier’s company vat id |
Example Object Body
"carrier": {
"address": {
"country": "de",
"locality": "Berlin",
"postal_code": "09230",
"street": "Magazinstrasse 2"
},
"email": "mmiller@company.com",
"id": 1567361,
"name": "Company GmbH",
"telephone": "0049 301234567",
"vat_id": "DE999999999"
}