Skip to main content

Location

idstring

Unique identifier for the Location object.

Example: nGBr7Vr7mNqW
entity_idstring

Unique identifier for the Entity object.

Example: 9zOe70LNPwlN
namestring

Name of Location.

Example: JT Bottle Shop
address1string

Address line 1.

Example: 61707 29 Palms Hwy
address2stringnullable

Address line 2.

citystring

City.

Example: Joshua Tree
statestring

State.

Example: CA
postal_codestring

Postal code.

Example: 92252
phone_numberstring

Phone number.

Example: +1917xxxxx00
emailstring

Email address.

Example: jason@bookkeep.co
headquartersboolean

Indicates if this is the headquarters location.

Example: true
end_of_daystring

Time of day that the business closes.

Example: 00:00
timezonestring

Timezone.

Example: Pacific Time (US & Canada)
updated_atstring<date-time>
Example: 2023-05-23T07:57:26.851Z
closeout_offsetinteger

Defaults to 0, minutes after midnight in the timezone of this address the location considers its end of day ie. closes at 2am, so through 2am is included in prior day

Example: 0
Location
{
"id": "nGBr7Vr7mNqW",
"entity_id": "9zOe70LNPwlN",
"name": "JT Bottle Shop",
"address1": "61707 29 Palms Hwy",
"address2": "string",
"city": "Joshua Tree",
"state": "CA",
"postal_code": 92252,
"phone_number": "+1917xxxxx00",
"email": "jason@bookkeep.co",
"headquarters": true,
"end_of_day": "00:00",
"timezone": "Pacific Time (US & Canada)",
"updated_at": "2023-05-23T07:57:26.851Z",
"closeout_offset": 0
}