Create an open period for a business
POST/api/v1/open_periods
Create an open period for a business
Request
- application/vnd.api+json
Body
required
data object
type stringrequired
Possible values: [open_periods
]
attributes object
opened_from stringrequired
opened_to stringrequired
weekday stringrequired
status stringrequired
Possible values: [open
, close
]
location string
relationships object
business object
data object
type stringrequired
Possible values: [business
]
id stringrequired
Related business ID
Responses
- 201
Create an open period for a business
- application/vnd.api+json
- Schema
Schema
- any
Loading...