Skip to main content
id
integer
required
ID of the address.
name
string
required
For example, “John Smith” or “Acme Products”.
email
string
required
The contact email address.
line_1
string
required
Line 1 of the address.
line_2
string
Line 2 of the address.
city
string
required
The address’ town or city.
region
string
required
The address’ state, province, or region.
post_code
string
required
The address’ post or zip code.
country
integer
required
A Country enum representing the address’ country.
created_at
string
required
Timestamp of when the address was created.
updated_at
string
required
Timestamp of when the address was last updated.
{
    "id": 1,
    "name": "Kohler Group",
    "email": "parisian.kristoffer@yahoo.com",
    "line_1": "193 Dach Shores Suite 632",
    "line_2": "Apt. 300",
    "city": "Moenburgh",
    "region": "Colorado",
    "post_code": "72099",
    "country": 1,
    "created_at": "2024-12-09 22:49:57",
    "updated_at": "2024-12-09 22:49:57"
}