Skip to main content
POST
Create Store Event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
main_picture
file
required
name
string
required
price
string
required
event_type
string
required
is_active
string
required
discount_percent
string
required
duration
string
required
participants_limit
string
required
short_desc
string
required
detail_desc
string
required
start_time
string
required
city
string | null
address
string | null
postal_code
string | null
country
string | null
latitude
string | null
longitude
string | null

Response

Successful Response

id
string
required
name
string
required
price
number
required
start_time
string<date-time>
required
duration
integer
required
event_type
string
required
participants_limit
integer
required
is_active
boolean
required
store
ProductUpcomingRoundStoreGetResponse · object
required
short_desc
string
required
format_price
string
required
read-only
platform_price
number | null
end_time
string<date-time> | null
meeting_password
string | null
meeting_platform
string | null
cover_picture_url
string | null
detail_desc
string | null
question_id
integer | null
location
EventLocationGetResponse · object | null