Create
Creates a new location for the specified company. The location will be associated with the company identified by company_id.
Request
This endpoint expects a multipart form.
city
Optional: City
name
Required: Name of the location
phone
Optional: Phone
state
Optional: State
country
Optional: Country
website
Optional: Website
zipcode
Optional: Zipcode
address1
Optional: Address 1
address2
Optional: Address 2
timezone
Optional: IANA timezone name (e.g. America/New_York, Europe/London). Drives business-hours-aware behavior — e.g. Communications inbound-callback routing reads location.timezone first, then falls back to tenant.timezone, then config(‘app.timezone’). Validates against PHP timezone:all rule.
description
Optional: Description
display_name
Optional: Display name
Response
Successful response

