post https://{api_url}/api/v5/admin//event_chains
Creates a new event chain.
Event chains are either single events, regularly occurring events or are courses.
Log in to see full request history
Response
Creates a new event chain.
Event chains are either single events, regularly occurring events or are courses.
xxxxxxxxxx
13curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/event_chains \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"spaces": 10,
"duration": 60,
"ticket_type": "multi_space",
"repeat": 6,
"type": 3
}
'
Try It!
to start a request and see the response here! Or choose an example: