v1
latestOpenAPI 3.0.22026-07-24154101.1 MBLocations
Create Location
post/v2/company/{company_id}/locations
Path parameters
company_idinteger required
Company ID
Headers
x-api-versionstring
An API version
Example:2022-05-01
7shifts API version
x-company-guidstring uuid
Company GUID
Request body
Example request
{
"name": "Quackers",
"country": "CA",
"formatted_address": "701 Broadway Ave #200, MadeUpCity, SK SVN 1C3, Canada",
"state": "ON",
"city": "Toronto",
"timezone": "America/Chicago",
"sun_is_closed": true,
"mon_is_closed": true,
"tue_is_closed": true,
"wed_is_closed": true,
"thu_is_closed": true,
"fri_is_closed": true,
"sat_is_closed": true,
"enable_shift_feedback": true,
"shift_feedback": true,
"coupon": "Quakers",
"stripe_token_id": "tok_1KG8LT2eZvKYlo2CODSv0IXB",
"copy_from_id": 123
}Response
Created
Example response
{
"data": {
"id": 1234,
"company_id": 1234,
"name": "Quackers",
"country": "CA",
"state": "ON",
"city": "Toronto",
"formatted_address": "200 Bathurst Street, Toronto, ON, Canada",
"lat": 43.6478436,
"lng": -79.4043708,
"place_id": "ChIJUyrhFOc0K4gRyuFq6AUlfmE",
"timezone": "America/Chicago",
"timezone_updated": true,
"auto_send_log_book_time": "03:00",
"sun_is_closed": true,
"mon_is_closed": true,
"tue_is_closed": true,
"wed_is_closed": true,
"thu_is_closed": true,
"fri_is_closed": true,
"sat_is_closed": true,
"shift_feedback": true,
"message": "msg",
"created": "2020-01-01T12:00:00+00:00",
"modified": "2020-01-02T12:00:00+00:00"
}
}