Object: carrier

Con­tact details of the car­ri­er whose offer was accept­ed.

Object Fields
AttributeTypeExam­pleDescrip­tion
addressObjectCar­ri­er’s com­pa­ny address
address.countryString“de”Coun­try using ISO val­ues (see dic­tio­nary)
address.localityString“Berlin”City name
address.postal_codeString“09230”Postal code
address.streetString“Mag­a­zin­strasse”Street name
emailStringmmiller@company.comCar­ri­er’s com­pa­ny e‑mail address
idInt1012343Car­ri­er’s com­pa­ny Trans.eu offi­ceId
nameString“Com­pa­ny GmbH”Car­ri­er’s com­pa­ny name
tele­phoneString“0049 301234567”Car­ri­er’s com­pa­ny tele­phone num­ber
vat_idString“DE999999999”Car­ri­er’s com­pa­ny 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"
    }