Skip to main content

Create special open hours

POST 

/api/v1/businesses/:id/special_open_hours

Create special open hours

Request

Path Parameters

    id stringrequired

Body

required

    data

    object

    type string

    Possible values: [special_open_hours]

    attributes

    object

    start_date daterequired
    end_date daterequired
    schedule array

    Hours in 24h format, earliest opening hour and latest closing hour is 00:00, e.g. ["00:00-08:00", "14:00-00:00"].

Responses

Create special open hours

Schema

    data

    object

    required

    id string
    type string

    attributes

    object

    start_date string
    end_date string
    schedule string[]
Loading...