-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest-event-creation.json
More file actions
65 lines (65 loc) · 2.41 KB
/
test-event-creation.json
File metadata and controls
65 lines (65 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"title": "GDG On Campus TIU Orientation 2025",
"description": "Join industry leaders for a comprehensive exploration of AI technologies, machine learning innovations, and the future of digital transformation. This event features keynote speakers, interactive workshops, and networking opportunities.",
"start_time": "2025-09-15T04:30:00.000Z",
"end_time": "2025-09-15T11:30:00.000Z",
"location": "EM-4, Sector-V, Salt Lake, Kolkata, WB, India",
"admin_id": "3259cbaf-6abe-45fc-b54c-9158d27c031c",
"total_seats": 300,
"available_seats": 250,
"status": "CREATED",
"ticket_types": [
{
"name": "Student",
"price": 0,
"available_tickets": 200
},
{
"name": "Sponsor",
"price": 0,
"available_tickets": 50
}
],
"coupons": [
{
"code": "EARLY2025",
"discount_percentage": 10,
"valid_from": "2025-09-14T17:00",
"valid_until": "2025-09-14T19:00",
"usage_limit": 50
}
],
"event_type": "SEMINAR",
"category": "EDUCATION",
"tags": [
"AI",
"Machine Learning",
"Blockchain",
"Go",
"Rust",
"Web Development"
],
"max_tickets_per_user": 5,
"booking_start_time": "2025-09-14T07:30:00.000Z",
"booking_end_time": "2025-09-14T17:30:00.000Z",
"refund_policy": "- No refunds will be done after the registration period is closed\n- Refunds will be done at the venue only",
"terms_and_conditions": "- Don't be late\n- Bring your refreshments\n- Bring your laptop and all of the accessories",
"contact_email": "admin@everato.org",
"contact_phone": "8910530975",
"organizer_name": "Piush Bose",
"organizer_email": "dev.bosepiush@gmail.com",
"organizer_phone": "8910530975",
"organization": "GDG On Campus TIU",
"website_url": "https://portfolio-piush.vercel.app/",
"facebook_url": "https://www.facebook.com/PiushBose/",
"twitter_url": "https://x.com/piushthedev",
"linkedin_url": "https://www.linkedin.com/in/bosepiush/",
"venue_name": "Techno India University - Conference Hall",
"address_line1": "EM-4 Block, EM2 Bypass, Sector V, Salt Lake",
"city": "Kolkata",
"state": "West Bengal",
"postal_code": "700002",
"country": "India",
"banner_url": "https://example.com",
"icon_url": "https://example.com"
}