@gooday_corp/gooday-api-client 4.6.9 → 4.6.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/.openapi-generator/FILES +20 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/api.ts +13295 -2204
  4. package/base.ts +24 -0
  5. package/common.ts +38 -15
  6. package/configuration.ts +18 -24
  7. package/docs/AcceptBookingInvitePayload.md +3 -1
  8. package/docs/BookingPaymentCreateResponse.md +4 -0
  9. package/docs/BusinessApi.md +154 -9
  10. package/docs/BusinessTypeResponse.md +22 -0
  11. package/docs/ConfirmRSVPV2PaymentDTO.md +20 -0
  12. package/docs/ContactsPayloadDTO.md +2 -0
  13. package/docs/CreateBookingPayload.md +2 -2
  14. package/docs/CreateRSVPCollaboratorPayload.md +32 -0
  15. package/docs/CreateRSVPEventBookingPayload.md +2 -2
  16. package/docs/CreateRSVPEventV2DTO.md +96 -0
  17. package/docs/CreateWalkInBookingPayload.md +2 -2
  18. package/docs/DiscountV2DTO.md +22 -0
  19. package/docs/HashtagPayloadDTO.md +22 -0
  20. package/docs/HashtagResponseDTO.md +22 -0
  21. package/docs/HashtagUpdatePayloadDTO.md +24 -0
  22. package/docs/HashtagsApi.md +327 -0
  23. package/docs/HashtagsResponse.md +24 -0
  24. package/docs/HashtagsResponseDTO.md +22 -0
  25. package/docs/HostV2DTO.md +22 -0
  26. package/docs/InviteRSVPArrayDTO.md +20 -0
  27. package/docs/InviteRSVPDTO.md +34 -0
  28. package/docs/JoinRSVPEventDTO.md +34 -0
  29. package/docs/PaymentDetailsPayload.md +2 -2
  30. package/docs/PlansApi.md +56 -2
  31. package/docs/PromoCodeResponseDTO.md +2 -0
  32. package/docs/RSVPEvenPayloadDTO.md +6 -0
  33. package/docs/RSVPEventEntity.md +6 -0
  34. package/docs/RSVPEventFindDTO.md +6 -2
  35. package/docs/RSVPEventFindV2DTO.md +32 -0
  36. package/docs/RSVPEventLocationDTO.md +2 -2
  37. package/docs/RSVPEventMetaDTO.md +1 -1
  38. package/docs/RSVPEventMetaDataDTO.md +2 -0
  39. package/docs/RSVPV2Api.md +1311 -0
  40. package/docs/RejectBookingInvitePayload.md +3 -1
  41. package/docs/RescheduleBookingPayload.md +1 -1
  42. package/docs/SetupRSVPV2PaymentDTO.md +20 -0
  43. package/docs/UpdateRSVPEventV2DTO.md +96 -0
  44. package/docs/UpdateRSVPStatusDTO.md +20 -0
  45. package/docs/UserEntity.md +2 -0
  46. package/docs/WaitlistPayloadDTO.md +2 -2
  47. package/docs/WhatsOnLocationDTO.md +3 -3
  48. package/docs/WhatsOnLocationMetaDTO.md +1 -1
  49. package/package.json +1 -1
@@ -0,0 +1,1311 @@
1
+ # RSVPV2Api
2
+
3
+ All URIs are relative to *http://localhost:8080*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**rSVPV2ControllerAddEventCalendar**](#rsvpv2controlleraddeventcalendar) | **PUT** /v1/rsvp/v2/calendar/{id} | |
8
+ |[**rSVPV2ControllerCheckAvailability**](#rsvpv2controllercheckavailability) | **GET** /v1/rsvp/v2/events/{id}/availability | |
9
+ |[**rSVPV2ControllerConfirmPayment**](#rsvpv2controllerconfirmpayment) | **POST** /v1/rsvp/v2/attendees/payment/confirm | |
10
+ |[**rSVPV2ControllerCreateEvent**](#rsvpv2controllercreateevent) | **POST** /v1/rsvp/v2/events | |
11
+ |[**rSVPV2ControllerDeleteEvent**](#rsvpv2controllerdeleteevent) | **DELETE** /v1/rsvp/v2/events/{id} | |
12
+ |[**rSVPV2ControllerDeleteEventSuperAdmin**](#rsvpv2controllerdeleteeventsuperadmin) | **DELETE** /v1/rsvp/v2/super-admin/rsvp | |
13
+ |[**rSVPV2ControllerDeleteRSVPFavorites**](#rsvpv2controllerdeletersvpfavorites) | **DELETE** /v1/rsvp/v2/event/unfavorite | |
14
+ |[**rSVPV2ControllerFavoriteRSVPEventById**](#rsvpv2controllerfavoritersvpeventbyid) | **GET** /v1/rsvp/v2/favoriteId/{id} | |
15
+ |[**rSVPV2ControllerGetAttendees**](#rsvpv2controllergetattendees) | **GET** /v1/rsvp/v2/events/{id}/attendees | |
16
+ |[**rSVPV2ControllerGetEventById**](#rsvpv2controllergeteventbyid) | **GET** /v1/rsvp/v2/events/{id} | |
17
+ |[**rSVPV2ControllerGetEventsByBusiness**](#rsvpv2controllergeteventsbybusiness) | **GET** /v1/rsvp/v2/events/business/{businessId} | |
18
+ |[**rSVPV2ControllerGetEventsByVenue**](#rsvpv2controllergeteventsbyvenue) | **GET** /v1/rsvp/v2/events/venue/{venueId} | |
19
+ |[**rSVPV2ControllerGetHostEvents**](#rsvpv2controllergethostevents) | **GET** /v1/rsvp/v2/host/events | |
20
+ |[**rSVPV2ControllerGetMyEvents**](#rsvpv2controllergetmyevents) | **GET** /v1/rsvp/v2/my/events | |
21
+ |[**rSVPV2ControllerGetNearbyPublicEvents**](#rsvpv2controllergetnearbypublicevents) | **GET** /v1/rsvp/v2/events/nearby | |
22
+ |[**rSVPV2ControllerGetSuperAdminEvents**](#rsvpv2controllergetsuperadminevents) | **POST** /v1/rsvp/v2/super-admin/events | |
23
+ |[**rSVPV2ControllerInvite**](#rsvpv2controllerinvite) | **POST** /v1/rsvp/v2/events/{id}/invite | |
24
+ |[**rSVPV2ControllerJoinEvent**](#rsvpv2controllerjoinevent) | **POST** /v1/rsvp/v2/events/{id}/join | |
25
+ |[**rSVPV2ControllerReminderEventCalendar**](#rsvpv2controllerremindereventcalendar) | **PUT** /v1/rsvp/v2/remindar/{id} | |
26
+ |[**rSVPV2ControllerRsvpFavorites**](#rsvpv2controllerrsvpfavorites) | **POST** /v1/rsvp/v2/event/favorite | |
27
+ |[**rSVPV2ControllerSetupPayment**](#rsvpv2controllersetuppayment) | **POST** /v1/rsvp/v2/attendees/payment/setup | |
28
+ |[**rSVPV2ControllerUpdateEvent**](#rsvpv2controllerupdateevent) | **PUT** /v1/rsvp/v2/events/{id} | |
29
+ |[**rSVPV2ControllerUpdateStatus**](#rsvpv2controllerupdatestatus) | **PUT** /v1/rsvp/v2/attendees/{id}/status | |
30
+
31
+ # **rSVPV2ControllerAddEventCalendar**
32
+ > rSVPV2ControllerAddEventCalendar()
33
+
34
+
35
+ ### Example
36
+
37
+ ```typescript
38
+ import {
39
+ RSVPV2Api,
40
+ Configuration
41
+ } from './api';
42
+
43
+ const configuration = new Configuration();
44
+ const apiInstance = new RSVPV2Api(configuration);
45
+
46
+ let id: string; // (default to undefined)
47
+
48
+ const { status, data } = await apiInstance.rSVPV2ControllerAddEventCalendar(
49
+ id
50
+ );
51
+ ```
52
+
53
+ ### Parameters
54
+
55
+ |Name | Type | Description | Notes|
56
+ |------------- | ------------- | ------------- | -------------|
57
+ | **id** | [**string**] | | defaults to undefined|
58
+
59
+
60
+ ### Return type
61
+
62
+ void (empty response body)
63
+
64
+ ### Authorization
65
+
66
+ No authorization required
67
+
68
+ ### HTTP request headers
69
+
70
+ - **Content-Type**: Not defined
71
+ - **Accept**: Not defined
72
+
73
+
74
+ ### HTTP response details
75
+ | Status code | Description | Response headers |
76
+ |-------------|-------------|------------------|
77
+ |**200** | Add RSVP Event to Calendar | - |
78
+
79
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
80
+
81
+ # **rSVPV2ControllerCheckAvailability**
82
+ > rSVPV2ControllerCheckAvailability()
83
+
84
+
85
+ ### Example
86
+
87
+ ```typescript
88
+ import {
89
+ RSVPV2Api,
90
+ Configuration
91
+ } from './api';
92
+
93
+ const configuration = new Configuration();
94
+ const apiInstance = new RSVPV2Api(configuration);
95
+
96
+ let id: string; // (default to undefined)
97
+ let attendees: number; //Number of attendees to check for (optional) (default to 1)
98
+
99
+ const { status, data } = await apiInstance.rSVPV2ControllerCheckAvailability(
100
+ id,
101
+ attendees
102
+ );
103
+ ```
104
+
105
+ ### Parameters
106
+
107
+ |Name | Type | Description | Notes|
108
+ |------------- | ------------- | ------------- | -------------|
109
+ | **id** | [**string**] | | defaults to undefined|
110
+ | **attendees** | [**number**] | Number of attendees to check for | (optional) defaults to 1|
111
+
112
+
113
+ ### Return type
114
+
115
+ void (empty response body)
116
+
117
+ ### Authorization
118
+
119
+ No authorization required
120
+
121
+ ### HTTP request headers
122
+
123
+ - **Content-Type**: Not defined
124
+ - **Accept**: Not defined
125
+
126
+
127
+ ### HTTP response details
128
+ | Status code | Description | Response headers |
129
+ |-------------|-------------|------------------|
130
+ |**200** | Check event availability | - |
131
+
132
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
133
+
134
+ # **rSVPV2ControllerConfirmPayment**
135
+ > rSVPV2ControllerConfirmPayment(confirmRSVPV2PaymentDTO)
136
+
137
+
138
+ ### Example
139
+
140
+ ```typescript
141
+ import {
142
+ RSVPV2Api,
143
+ Configuration,
144
+ ConfirmRSVPV2PaymentDTO
145
+ } from './api';
146
+
147
+ const configuration = new Configuration();
148
+ const apiInstance = new RSVPV2Api(configuration);
149
+
150
+ let confirmRSVPV2PaymentDTO: ConfirmRSVPV2PaymentDTO; //
151
+
152
+ const { status, data } = await apiInstance.rSVPV2ControllerConfirmPayment(
153
+ confirmRSVPV2PaymentDTO
154
+ );
155
+ ```
156
+
157
+ ### Parameters
158
+
159
+ |Name | Type | Description | Notes|
160
+ |------------- | ------------- | ------------- | -------------|
161
+ | **confirmRSVPV2PaymentDTO** | **ConfirmRSVPV2PaymentDTO**| | |
162
+
163
+
164
+ ### Return type
165
+
166
+ void (empty response body)
167
+
168
+ ### Authorization
169
+
170
+ No authorization required
171
+
172
+ ### HTTP request headers
173
+
174
+ - **Content-Type**: application/json
175
+ - **Accept**: Not defined
176
+
177
+
178
+ ### HTTP response details
179
+ | Status code | Description | Response headers |
180
+ |-------------|-------------|------------------|
181
+ |**200** | Confirm payment success for an entire group | - |
182
+
183
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
184
+
185
+ # **rSVPV2ControllerCreateEvent**
186
+ > rSVPV2ControllerCreateEvent(createRSVPEventV2DTO)
187
+
188
+
189
+ ### Example
190
+
191
+ ```typescript
192
+ import {
193
+ RSVPV2Api,
194
+ Configuration,
195
+ CreateRSVPEventV2DTO
196
+ } from './api';
197
+
198
+ const configuration = new Configuration();
199
+ const apiInstance = new RSVPV2Api(configuration);
200
+
201
+ let createRSVPEventV2DTO: CreateRSVPEventV2DTO; //
202
+
203
+ const { status, data } = await apiInstance.rSVPV2ControllerCreateEvent(
204
+ createRSVPEventV2DTO
205
+ );
206
+ ```
207
+
208
+ ### Parameters
209
+
210
+ |Name | Type | Description | Notes|
211
+ |------------- | ------------- | ------------- | -------------|
212
+ | **createRSVPEventV2DTO** | **CreateRSVPEventV2DTO**| | |
213
+
214
+
215
+ ### Return type
216
+
217
+ void (empty response body)
218
+
219
+ ### Authorization
220
+
221
+ [bearer](../README.md#bearer)
222
+
223
+ ### HTTP request headers
224
+
225
+ - **Content-Type**: application/json
226
+ - **Accept**: Not defined
227
+
228
+
229
+ ### HTTP response details
230
+ | Status code | Description | Response headers |
231
+ |-------------|-------------|------------------|
232
+ |**201** | Create a new RSVP event (public or private) | - |
233
+
234
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
235
+
236
+ # **rSVPV2ControllerDeleteEvent**
237
+ > rSVPV2ControllerDeleteEvent()
238
+
239
+
240
+ ### Example
241
+
242
+ ```typescript
243
+ import {
244
+ RSVPV2Api,
245
+ Configuration
246
+ } from './api';
247
+
248
+ const configuration = new Configuration();
249
+ const apiInstance = new RSVPV2Api(configuration);
250
+
251
+ let id: string; // (default to undefined)
252
+
253
+ const { status, data } = await apiInstance.rSVPV2ControllerDeleteEvent(
254
+ id
255
+ );
256
+ ```
257
+
258
+ ### Parameters
259
+
260
+ |Name | Type | Description | Notes|
261
+ |------------- | ------------- | ------------- | -------------|
262
+ | **id** | [**string**] | | defaults to undefined|
263
+
264
+
265
+ ### Return type
266
+
267
+ void (empty response body)
268
+
269
+ ### Authorization
270
+
271
+ [bearer](../README.md#bearer)
272
+
273
+ ### HTTP request headers
274
+
275
+ - **Content-Type**: Not defined
276
+ - **Accept**: Not defined
277
+
278
+
279
+ ### HTTP response details
280
+ | Status code | Description | Response headers |
281
+ |-------------|-------------|------------------|
282
+ |**200** | Delete an existing RSVP event and purge its data | - |
283
+
284
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
285
+
286
+ # **rSVPV2ControllerDeleteEventSuperAdmin**
287
+ > rSVPV2ControllerDeleteEventSuperAdmin(rSVPEventDeleteDTO)
288
+
289
+
290
+ ### Example
291
+
292
+ ```typescript
293
+ import {
294
+ RSVPV2Api,
295
+ Configuration,
296
+ RSVPEventDeleteDTO
297
+ } from './api';
298
+
299
+ const configuration = new Configuration();
300
+ const apiInstance = new RSVPV2Api(configuration);
301
+
302
+ let rSVPEventDeleteDTO: RSVPEventDeleteDTO; //
303
+
304
+ const { status, data } = await apiInstance.rSVPV2ControllerDeleteEventSuperAdmin(
305
+ rSVPEventDeleteDTO
306
+ );
307
+ ```
308
+
309
+ ### Parameters
310
+
311
+ |Name | Type | Description | Notes|
312
+ |------------- | ------------- | ------------- | -------------|
313
+ | **rSVPEventDeleteDTO** | **RSVPEventDeleteDTO**| | |
314
+
315
+
316
+ ### Return type
317
+
318
+ void (empty response body)
319
+
320
+ ### Authorization
321
+
322
+ [bearer](../README.md#bearer)
323
+
324
+ ### HTTP request headers
325
+
326
+ - **Content-Type**: application/json
327
+ - **Accept**: Not defined
328
+
329
+
330
+ ### HTTP response details
331
+ | Status code | Description | Response headers |
332
+ |-------------|-------------|------------------|
333
+ |**200** | Delete an RSVP V2 event as super admin | - |
334
+
335
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
336
+
337
+ # **rSVPV2ControllerDeleteRSVPFavorites**
338
+ > RSVPEventFavoriteAndUnfavoritedDTO rSVPV2ControllerDeleteRSVPFavorites(rSVPEventFavoriteDTO)
339
+
340
+
341
+ ### Example
342
+
343
+ ```typescript
344
+ import {
345
+ RSVPV2Api,
346
+ Configuration,
347
+ RSVPEventFavoriteDTO
348
+ } from './api';
349
+
350
+ const configuration = new Configuration();
351
+ const apiInstance = new RSVPV2Api(configuration);
352
+
353
+ let rSVPEventFavoriteDTO: RSVPEventFavoriteDTO; //
354
+
355
+ const { status, data } = await apiInstance.rSVPV2ControllerDeleteRSVPFavorites(
356
+ rSVPEventFavoriteDTO
357
+ );
358
+ ```
359
+
360
+ ### Parameters
361
+
362
+ |Name | Type | Description | Notes|
363
+ |------------- | ------------- | ------------- | -------------|
364
+ | **rSVPEventFavoriteDTO** | **RSVPEventFavoriteDTO**| | |
365
+
366
+
367
+ ### Return type
368
+
369
+ **RSVPEventFavoriteAndUnfavoritedDTO**
370
+
371
+ ### Authorization
372
+
373
+ [bearer](../README.md#bearer)
374
+
375
+ ### HTTP request headers
376
+
377
+ - **Content-Type**: application/json
378
+ - **Accept**: application/json
379
+
380
+
381
+ ### HTTP response details
382
+ | Status code | Description | Response headers |
383
+ |-------------|-------------|------------------|
384
+ |**200** | | - |
385
+
386
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
387
+
388
+ # **rSVPV2ControllerFavoriteRSVPEventById**
389
+ > RSVPEventFavoriteResponsedDTO rSVPV2ControllerFavoriteRSVPEventById()
390
+
391
+
392
+ ### Example
393
+
394
+ ```typescript
395
+ import {
396
+ RSVPV2Api,
397
+ Configuration
398
+ } from './api';
399
+
400
+ const configuration = new Configuration();
401
+ const apiInstance = new RSVPV2Api(configuration);
402
+
403
+ let id: string; // (default to undefined)
404
+
405
+ const { status, data } = await apiInstance.rSVPV2ControllerFavoriteRSVPEventById(
406
+ id
407
+ );
408
+ ```
409
+
410
+ ### Parameters
411
+
412
+ |Name | Type | Description | Notes|
413
+ |------------- | ------------- | ------------- | -------------|
414
+ | **id** | [**string**] | | defaults to undefined|
415
+
416
+
417
+ ### Return type
418
+
419
+ **RSVPEventFavoriteResponsedDTO**
420
+
421
+ ### Authorization
422
+
423
+ [bearer](../README.md#bearer)
424
+
425
+ ### HTTP request headers
426
+
427
+ - **Content-Type**: Not defined
428
+ - **Accept**: application/json
429
+
430
+
431
+ ### HTTP response details
432
+ | Status code | Description | Response headers |
433
+ |-------------|-------------|------------------|
434
+ |**200** | | - |
435
+
436
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
437
+
438
+ # **rSVPV2ControllerGetAttendees**
439
+ > rSVPV2ControllerGetAttendees()
440
+
441
+
442
+ ### Example
443
+
444
+ ```typescript
445
+ import {
446
+ RSVPV2Api,
447
+ Configuration
448
+ } from './api';
449
+
450
+ const configuration = new Configuration();
451
+ const apiInstance = new RSVPV2Api(configuration);
452
+
453
+ let id: string; // (default to undefined)
454
+ let page: number; // (optional) (default to undefined)
455
+ let pageSize: number; // (optional) (default to undefined)
456
+ let isInvited: boolean; // (optional) (default to undefined)
457
+
458
+ const { status, data } = await apiInstance.rSVPV2ControllerGetAttendees(
459
+ id,
460
+ page,
461
+ pageSize,
462
+ isInvited
463
+ );
464
+ ```
465
+
466
+ ### Parameters
467
+
468
+ |Name | Type | Description | Notes|
469
+ |------------- | ------------- | ------------- | -------------|
470
+ | **id** | [**string**] | | defaults to undefined|
471
+ | **page** | [**number**] | | (optional) defaults to undefined|
472
+ | **pageSize** | [**number**] | | (optional) defaults to undefined|
473
+ | **isInvited** | [**boolean**] | | (optional) defaults to undefined|
474
+
475
+
476
+ ### Return type
477
+
478
+ void (empty response body)
479
+
480
+ ### Authorization
481
+
482
+ No authorization required
483
+
484
+ ### HTTP request headers
485
+
486
+ - **Content-Type**: Not defined
487
+ - **Accept**: Not defined
488
+
489
+
490
+ ### HTTP response details
491
+ | Status code | Description | Response headers |
492
+ |-------------|-------------|------------------|
493
+ |**200** | Get list of attendees (scalable with pagination) | - |
494
+
495
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
496
+
497
+ # **rSVPV2ControllerGetEventById**
498
+ > rSVPV2ControllerGetEventById()
499
+
500
+
501
+ ### Example
502
+
503
+ ```typescript
504
+ import {
505
+ RSVPV2Api,
506
+ Configuration
507
+ } from './api';
508
+
509
+ const configuration = new Configuration();
510
+ const apiInstance = new RSVPV2Api(configuration);
511
+
512
+ let id: string; // (default to undefined)
513
+
514
+ const { status, data } = await apiInstance.rSVPV2ControllerGetEventById(
515
+ id
516
+ );
517
+ ```
518
+
519
+ ### Parameters
520
+
521
+ |Name | Type | Description | Notes|
522
+ |------------- | ------------- | ------------- | -------------|
523
+ | **id** | [**string**] | | defaults to undefined|
524
+
525
+
526
+ ### Return type
527
+
528
+ void (empty response body)
529
+
530
+ ### Authorization
531
+
532
+ No authorization required
533
+
534
+ ### HTTP request headers
535
+
536
+ - **Content-Type**: Not defined
537
+ - **Accept**: Not defined
538
+
539
+
540
+ ### HTTP response details
541
+ | Status code | Description | Response headers |
542
+ |-------------|-------------|------------------|
543
+ |**200** | Get event details by ID with attendee summary | - |
544
+
545
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
546
+
547
+ # **rSVPV2ControllerGetEventsByBusiness**
548
+ > rSVPV2ControllerGetEventsByBusiness()
549
+
550
+
551
+ ### Example
552
+
553
+ ```typescript
554
+ import {
555
+ RSVPV2Api,
556
+ Configuration
557
+ } from './api';
558
+
559
+ const configuration = new Configuration();
560
+ const apiInstance = new RSVPV2Api(configuration);
561
+
562
+ let businessId: string; // (default to undefined)
563
+ let page: number; // (default to undefined)
564
+ let pageSize: number; // (default to undefined)
565
+ let search: string; // (optional) (default to undefined)
566
+ let venue: string; // (optional) (default to undefined)
567
+ let lat: number; // (optional) (default to undefined)
568
+ let lng: number; // (optional) (default to undefined)
569
+ let distance: number; // (optional) (default to undefined)
570
+
571
+ const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByBusiness(
572
+ businessId,
573
+ page,
574
+ pageSize,
575
+ search,
576
+ venue,
577
+ lat,
578
+ lng,
579
+ distance
580
+ );
581
+ ```
582
+
583
+ ### Parameters
584
+
585
+ |Name | Type | Description | Notes|
586
+ |------------- | ------------- | ------------- | -------------|
587
+ | **businessId** | [**string**] | | defaults to undefined|
588
+ | **page** | [**number**] | | defaults to undefined|
589
+ | **pageSize** | [**number**] | | defaults to undefined|
590
+ | **search** | [**string**] | | (optional) defaults to undefined|
591
+ | **venue** | [**string**] | | (optional) defaults to undefined|
592
+ | **lat** | [**number**] | | (optional) defaults to undefined|
593
+ | **lng** | [**number**] | | (optional) defaults to undefined|
594
+ | **distance** | [**number**] | | (optional) defaults to undefined|
595
+
596
+
597
+ ### Return type
598
+
599
+ void (empty response body)
600
+
601
+ ### Authorization
602
+
603
+ No authorization required
604
+
605
+ ### HTTP request headers
606
+
607
+ - **Content-Type**: Not defined
608
+ - **Accept**: Not defined
609
+
610
+
611
+ ### HTTP response details
612
+ | Status code | Description | Response headers |
613
+ |-------------|-------------|------------------|
614
+ |**200** | Get list of events for a specific business | - |
615
+
616
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
617
+
618
+ # **rSVPV2ControllerGetEventsByVenue**
619
+ > rSVPV2ControllerGetEventsByVenue()
620
+
621
+
622
+ ### Example
623
+
624
+ ```typescript
625
+ import {
626
+ RSVPV2Api,
627
+ Configuration
628
+ } from './api';
629
+
630
+ const configuration = new Configuration();
631
+ const apiInstance = new RSVPV2Api(configuration);
632
+
633
+ let venueId: string; // (default to undefined)
634
+ let page: number; // (default to undefined)
635
+ let pageSize: number; // (default to undefined)
636
+ let search: string; // (optional) (default to undefined)
637
+ let venue: string; // (optional) (default to undefined)
638
+ let lat: number; // (optional) (default to undefined)
639
+ let lng: number; // (optional) (default to undefined)
640
+ let distance: number; // (optional) (default to undefined)
641
+
642
+ const { status, data } = await apiInstance.rSVPV2ControllerGetEventsByVenue(
643
+ venueId,
644
+ page,
645
+ pageSize,
646
+ search,
647
+ venue,
648
+ lat,
649
+ lng,
650
+ distance
651
+ );
652
+ ```
653
+
654
+ ### Parameters
655
+
656
+ |Name | Type | Description | Notes|
657
+ |------------- | ------------- | ------------- | -------------|
658
+ | **venueId** | [**string**] | | defaults to undefined|
659
+ | **page** | [**number**] | | defaults to undefined|
660
+ | **pageSize** | [**number**] | | defaults to undefined|
661
+ | **search** | [**string**] | | (optional) defaults to undefined|
662
+ | **venue** | [**string**] | | (optional) defaults to undefined|
663
+ | **lat** | [**number**] | | (optional) defaults to undefined|
664
+ | **lng** | [**number**] | | (optional) defaults to undefined|
665
+ | **distance** | [**number**] | | (optional) defaults to undefined|
666
+
667
+
668
+ ### Return type
669
+
670
+ void (empty response body)
671
+
672
+ ### Authorization
673
+
674
+ No authorization required
675
+
676
+ ### HTTP request headers
677
+
678
+ - **Content-Type**: Not defined
679
+ - **Accept**: Not defined
680
+
681
+
682
+ ### HTTP response details
683
+ | Status code | Description | Response headers |
684
+ |-------------|-------------|------------------|
685
+ |**200** | Get list of events for a specific venue | - |
686
+
687
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
688
+
689
+ # **rSVPV2ControllerGetHostEvents**
690
+ > rSVPV2ControllerGetHostEvents()
691
+
692
+
693
+ ### Example
694
+
695
+ ```typescript
696
+ import {
697
+ RSVPV2Api,
698
+ Configuration
699
+ } from './api';
700
+
701
+ const configuration = new Configuration();
702
+ const apiInstance = new RSVPV2Api(configuration);
703
+
704
+ let page: number; // (default to undefined)
705
+ let pageSize: number; // (default to undefined)
706
+ let search: string; // (optional) (default to undefined)
707
+ let venue: string; // (optional) (default to undefined)
708
+ let lat: number; // (optional) (default to undefined)
709
+ let lng: number; // (optional) (default to undefined)
710
+ let distance: number; // (optional) (default to undefined)
711
+
712
+ const { status, data } = await apiInstance.rSVPV2ControllerGetHostEvents(
713
+ page,
714
+ pageSize,
715
+ search,
716
+ venue,
717
+ lat,
718
+ lng,
719
+ distance
720
+ );
721
+ ```
722
+
723
+ ### Parameters
724
+
725
+ |Name | Type | Description | Notes|
726
+ |------------- | ------------- | ------------- | -------------|
727
+ | **page** | [**number**] | | defaults to undefined|
728
+ | **pageSize** | [**number**] | | defaults to undefined|
729
+ | **search** | [**string**] | | (optional) defaults to undefined|
730
+ | **venue** | [**string**] | | (optional) defaults to undefined|
731
+ | **lat** | [**number**] | | (optional) defaults to undefined|
732
+ | **lng** | [**number**] | | (optional) defaults to undefined|
733
+ | **distance** | [**number**] | | (optional) defaults to undefined|
734
+
735
+
736
+ ### Return type
737
+
738
+ void (empty response body)
739
+
740
+ ### Authorization
741
+
742
+ [bearer](../README.md#bearer)
743
+
744
+ ### HTTP request headers
745
+
746
+ - **Content-Type**: Not defined
747
+ - **Accept**: Not defined
748
+
749
+
750
+ ### HTTP response details
751
+ | Status code | Description | Response headers |
752
+ |-------------|-------------|------------------|
753
+ |**200** | Get list of events where the user is a host | - |
754
+
755
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
756
+
757
+ # **rSVPV2ControllerGetMyEvents**
758
+ > rSVPV2ControllerGetMyEvents()
759
+
760
+
761
+ ### Example
762
+
763
+ ```typescript
764
+ import {
765
+ RSVPV2Api,
766
+ Configuration
767
+ } from './api';
768
+
769
+ const configuration = new Configuration();
770
+ const apiInstance = new RSVPV2Api(configuration);
771
+
772
+ let page: number; // (default to undefined)
773
+ let pageSize: number; // (default to undefined)
774
+ let search: string; // (optional) (default to undefined)
775
+ let venue: string; // (optional) (default to undefined)
776
+ let lat: number; // (optional) (default to undefined)
777
+ let lng: number; // (optional) (default to undefined)
778
+ let distance: number; // (optional) (default to undefined)
779
+
780
+ const { status, data } = await apiInstance.rSVPV2ControllerGetMyEvents(
781
+ page,
782
+ pageSize,
783
+ search,
784
+ venue,
785
+ lat,
786
+ lng,
787
+ distance
788
+ );
789
+ ```
790
+
791
+ ### Parameters
792
+
793
+ |Name | Type | Description | Notes|
794
+ |------------- | ------------- | ------------- | -------------|
795
+ | **page** | [**number**] | | defaults to undefined|
796
+ | **pageSize** | [**number**] | | defaults to undefined|
797
+ | **search** | [**string**] | | (optional) defaults to undefined|
798
+ | **venue** | [**string**] | | (optional) defaults to undefined|
799
+ | **lat** | [**number**] | | (optional) defaults to undefined|
800
+ | **lng** | [**number**] | | (optional) defaults to undefined|
801
+ | **distance** | [**number**] | | (optional) defaults to undefined|
802
+
803
+
804
+ ### Return type
805
+
806
+ void (empty response body)
807
+
808
+ ### Authorization
809
+
810
+ [bearer](../README.md#bearer)
811
+
812
+ ### HTTP request headers
813
+
814
+ - **Content-Type**: Not defined
815
+ - **Accept**: Not defined
816
+
817
+
818
+ ### HTTP response details
819
+ | Status code | Description | Response headers |
820
+ |-------------|-------------|------------------|
821
+ |**200** | Get list of events hosted by OR joined by the user | - |
822
+
823
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
824
+
825
+ # **rSVPV2ControllerGetNearbyPublicEvents**
826
+ > rSVPV2ControllerGetNearbyPublicEvents()
827
+
828
+
829
+ ### Example
830
+
831
+ ```typescript
832
+ import {
833
+ RSVPV2Api,
834
+ Configuration
835
+ } from './api';
836
+
837
+ const configuration = new Configuration();
838
+ const apiInstance = new RSVPV2Api(configuration);
839
+
840
+ let page: number; // (default to undefined)
841
+ let pageSize: number; // (default to undefined)
842
+ let search: string; // (optional) (default to undefined)
843
+ let venue: string; // (optional) (default to undefined)
844
+ let lat: number; // (optional) (default to undefined)
845
+ let lng: number; // (optional) (default to undefined)
846
+ let distance: number; // (optional) (default to undefined)
847
+
848
+ const { status, data } = await apiInstance.rSVPV2ControllerGetNearbyPublicEvents(
849
+ page,
850
+ pageSize,
851
+ search,
852
+ venue,
853
+ lat,
854
+ lng,
855
+ distance
856
+ );
857
+ ```
858
+
859
+ ### Parameters
860
+
861
+ |Name | Type | Description | Notes|
862
+ |------------- | ------------- | ------------- | -------------|
863
+ | **page** | [**number**] | | defaults to undefined|
864
+ | **pageSize** | [**number**] | | defaults to undefined|
865
+ | **search** | [**string**] | | (optional) defaults to undefined|
866
+ | **venue** | [**string**] | | (optional) defaults to undefined|
867
+ | **lat** | [**number**] | | (optional) defaults to undefined|
868
+ | **lng** | [**number**] | | (optional) defaults to undefined|
869
+ | **distance** | [**number**] | | (optional) defaults to undefined|
870
+
871
+
872
+ ### Return type
873
+
874
+ void (empty response body)
875
+
876
+ ### Authorization
877
+
878
+ No authorization required
879
+
880
+ ### HTTP request headers
881
+
882
+ - **Content-Type**: Not defined
883
+ - **Accept**: Not defined
884
+
885
+
886
+ ### HTTP response details
887
+ | Status code | Description | Response headers |
888
+ |-------------|-------------|------------------|
889
+ |**200** | Get public events near a specific location | - |
890
+
891
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
892
+
893
+ # **rSVPV2ControllerGetSuperAdminEvents**
894
+ > rSVPV2ControllerGetSuperAdminEvents(rSVPEventFindV2DTO)
895
+
896
+
897
+ ### Example
898
+
899
+ ```typescript
900
+ import {
901
+ RSVPV2Api,
902
+ Configuration,
903
+ RSVPEventFindV2DTO
904
+ } from './api';
905
+
906
+ const configuration = new Configuration();
907
+ const apiInstance = new RSVPV2Api(configuration);
908
+
909
+ let rSVPEventFindV2DTO: RSVPEventFindV2DTO; //
910
+
911
+ const { status, data } = await apiInstance.rSVPV2ControllerGetSuperAdminEvents(
912
+ rSVPEventFindV2DTO
913
+ );
914
+ ```
915
+
916
+ ### Parameters
917
+
918
+ |Name | Type | Description | Notes|
919
+ |------------- | ------------- | ------------- | -------------|
920
+ | **rSVPEventFindV2DTO** | **RSVPEventFindV2DTO**| | |
921
+
922
+
923
+ ### Return type
924
+
925
+ void (empty response body)
926
+
927
+ ### Authorization
928
+
929
+ No authorization required
930
+
931
+ ### HTTP request headers
932
+
933
+ - **Content-Type**: application/json
934
+ - **Accept**: Not defined
935
+
936
+
937
+ ### HTTP response details
938
+ | Status code | Description | Response headers |
939
+ |-------------|-------------|------------------|
940
+ |**200** | Get list of RSVP V2 events for super admin | - |
941
+
942
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
943
+
944
+ # **rSVPV2ControllerInvite**
945
+ > rSVPV2ControllerInvite(inviteRSVPArrayDTO)
946
+
947
+
948
+ ### Example
949
+
950
+ ```typescript
951
+ import {
952
+ RSVPV2Api,
953
+ Configuration,
954
+ InviteRSVPArrayDTO
955
+ } from './api';
956
+
957
+ const configuration = new Configuration();
958
+ const apiInstance = new RSVPV2Api(configuration);
959
+
960
+ let id: string; // (default to undefined)
961
+ let inviteRSVPArrayDTO: InviteRSVPArrayDTO; //
962
+
963
+ const { status, data } = await apiInstance.rSVPV2ControllerInvite(
964
+ id,
965
+ inviteRSVPArrayDTO
966
+ );
967
+ ```
968
+
969
+ ### Parameters
970
+
971
+ |Name | Type | Description | Notes|
972
+ |------------- | ------------- | ------------- | -------------|
973
+ | **inviteRSVPArrayDTO** | **InviteRSVPArrayDTO**| | |
974
+ | **id** | [**string**] | | defaults to undefined|
975
+
976
+
977
+ ### Return type
978
+
979
+ void (empty response body)
980
+
981
+ ### Authorization
982
+
983
+ [bearer](../README.md#bearer)
984
+
985
+ ### HTTP request headers
986
+
987
+ - **Content-Type**: application/json
988
+ - **Accept**: Not defined
989
+
990
+
991
+ ### HTTP response details
992
+ | Status code | Description | Response headers |
993
+ |-------------|-------------|------------------|
994
+ |**200** | Invite participants to an event | - |
995
+
996
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
997
+
998
+ # **rSVPV2ControllerJoinEvent**
999
+ > rSVPV2ControllerJoinEvent(joinRSVPEventDTO)
1000
+
1001
+
1002
+ ### Example
1003
+
1004
+ ```typescript
1005
+ import {
1006
+ RSVPV2Api,
1007
+ Configuration,
1008
+ JoinRSVPEventDTO
1009
+ } from './api';
1010
+
1011
+ const configuration = new Configuration();
1012
+ const apiInstance = new RSVPV2Api(configuration);
1013
+
1014
+ let id: string; // (default to undefined)
1015
+ let joinRSVPEventDTO: JoinRSVPEventDTO; //
1016
+
1017
+ const { status, data } = await apiInstance.rSVPV2ControllerJoinEvent(
1018
+ id,
1019
+ joinRSVPEventDTO
1020
+ );
1021
+ ```
1022
+
1023
+ ### Parameters
1024
+
1025
+ |Name | Type | Description | Notes|
1026
+ |------------- | ------------- | ------------- | -------------|
1027
+ | **joinRSVPEventDTO** | **JoinRSVPEventDTO**| | |
1028
+ | **id** | [**string**] | | defaults to undefined|
1029
+
1030
+
1031
+ ### Return type
1032
+
1033
+ void (empty response body)
1034
+
1035
+ ### Authorization
1036
+
1037
+ [bearer](../README.md#bearer)
1038
+
1039
+ ### HTTP request headers
1040
+
1041
+ - **Content-Type**: application/json
1042
+ - **Accept**: Not defined
1043
+
1044
+
1045
+ ### HTTP response details
1046
+ | Status code | Description | Response headers |
1047
+ |-------------|-------------|------------------|
1048
+ |**200** | Join/RSVP to an event | - |
1049
+
1050
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1051
+
1052
+ # **rSVPV2ControllerReminderEventCalendar**
1053
+ > rSVPV2ControllerReminderEventCalendar()
1054
+
1055
+
1056
+ ### Example
1057
+
1058
+ ```typescript
1059
+ import {
1060
+ RSVPV2Api,
1061
+ Configuration
1062
+ } from './api';
1063
+
1064
+ const configuration = new Configuration();
1065
+ const apiInstance = new RSVPV2Api(configuration);
1066
+
1067
+ let id: string; // (default to undefined)
1068
+
1069
+ const { status, data } = await apiInstance.rSVPV2ControllerReminderEventCalendar(
1070
+ id
1071
+ );
1072
+ ```
1073
+
1074
+ ### Parameters
1075
+
1076
+ |Name | Type | Description | Notes|
1077
+ |------------- | ------------- | ------------- | -------------|
1078
+ | **id** | [**string**] | | defaults to undefined|
1079
+
1080
+
1081
+ ### Return type
1082
+
1083
+ void (empty response body)
1084
+
1085
+ ### Authorization
1086
+
1087
+ No authorization required
1088
+
1089
+ ### HTTP request headers
1090
+
1091
+ - **Content-Type**: Not defined
1092
+ - **Accept**: Not defined
1093
+
1094
+
1095
+ ### HTTP response details
1096
+ | Status code | Description | Response headers |
1097
+ |-------------|-------------|------------------|
1098
+ |**200** | Add reminder for RSVP Event | - |
1099
+
1100
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1101
+
1102
+ # **rSVPV2ControllerRsvpFavorites**
1103
+ > RSVPEventFavoritedDTO rSVPV2ControllerRsvpFavorites(rSVPEventFavoriteDTO)
1104
+
1105
+
1106
+ ### Example
1107
+
1108
+ ```typescript
1109
+ import {
1110
+ RSVPV2Api,
1111
+ Configuration,
1112
+ RSVPEventFavoriteDTO
1113
+ } from './api';
1114
+
1115
+ const configuration = new Configuration();
1116
+ const apiInstance = new RSVPV2Api(configuration);
1117
+
1118
+ let rSVPEventFavoriteDTO: RSVPEventFavoriteDTO; //
1119
+
1120
+ const { status, data } = await apiInstance.rSVPV2ControllerRsvpFavorites(
1121
+ rSVPEventFavoriteDTO
1122
+ );
1123
+ ```
1124
+
1125
+ ### Parameters
1126
+
1127
+ |Name | Type | Description | Notes|
1128
+ |------------- | ------------- | ------------- | -------------|
1129
+ | **rSVPEventFavoriteDTO** | **RSVPEventFavoriteDTO**| | |
1130
+
1131
+
1132
+ ### Return type
1133
+
1134
+ **RSVPEventFavoritedDTO**
1135
+
1136
+ ### Authorization
1137
+
1138
+ [bearer](../README.md#bearer)
1139
+
1140
+ ### HTTP request headers
1141
+
1142
+ - **Content-Type**: application/json
1143
+ - **Accept**: application/json
1144
+
1145
+
1146
+ ### HTTP response details
1147
+ | Status code | Description | Response headers |
1148
+ |-------------|-------------|------------------|
1149
+ |**200** | | - |
1150
+
1151
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1152
+
1153
+ # **rSVPV2ControllerSetupPayment**
1154
+ > rSVPV2ControllerSetupPayment(setupRSVPV2PaymentDTO)
1155
+
1156
+
1157
+ ### Example
1158
+
1159
+ ```typescript
1160
+ import {
1161
+ RSVPV2Api,
1162
+ Configuration,
1163
+ SetupRSVPV2PaymentDTO
1164
+ } from './api';
1165
+
1166
+ const configuration = new Configuration();
1167
+ const apiInstance = new RSVPV2Api(configuration);
1168
+
1169
+ let setupRSVPV2PaymentDTO: SetupRSVPV2PaymentDTO; //
1170
+
1171
+ const { status, data } = await apiInstance.rSVPV2ControllerSetupPayment(
1172
+ setupRSVPV2PaymentDTO
1173
+ );
1174
+ ```
1175
+
1176
+ ### Parameters
1177
+
1178
+ |Name | Type | Description | Notes|
1179
+ |------------- | ------------- | ------------- | -------------|
1180
+ | **setupRSVPV2PaymentDTO** | **SetupRSVPV2PaymentDTO**| | |
1181
+
1182
+
1183
+ ### Return type
1184
+
1185
+ void (empty response body)
1186
+
1187
+ ### Authorization
1188
+
1189
+ No authorization required
1190
+
1191
+ ### HTTP request headers
1192
+
1193
+ - **Content-Type**: application/json
1194
+ - **Accept**: Not defined
1195
+
1196
+
1197
+ ### HTTP response details
1198
+ | Status code | Description | Response headers |
1199
+ |-------------|-------------|------------------|
1200
+ |**200** | Setup payment intent for multiple attendees at once | - |
1201
+
1202
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1203
+
1204
+ # **rSVPV2ControllerUpdateEvent**
1205
+ > rSVPV2ControllerUpdateEvent(updateRSVPEventV2DTO)
1206
+
1207
+
1208
+ ### Example
1209
+
1210
+ ```typescript
1211
+ import {
1212
+ RSVPV2Api,
1213
+ Configuration,
1214
+ UpdateRSVPEventV2DTO
1215
+ } from './api';
1216
+
1217
+ const configuration = new Configuration();
1218
+ const apiInstance = new RSVPV2Api(configuration);
1219
+
1220
+ let id: string; // (default to undefined)
1221
+ let updateRSVPEventV2DTO: UpdateRSVPEventV2DTO; //
1222
+
1223
+ const { status, data } = await apiInstance.rSVPV2ControllerUpdateEvent(
1224
+ id,
1225
+ updateRSVPEventV2DTO
1226
+ );
1227
+ ```
1228
+
1229
+ ### Parameters
1230
+
1231
+ |Name | Type | Description | Notes|
1232
+ |------------- | ------------- | ------------- | -------------|
1233
+ | **updateRSVPEventV2DTO** | **UpdateRSVPEventV2DTO**| | |
1234
+ | **id** | [**string**] | | defaults to undefined|
1235
+
1236
+
1237
+ ### Return type
1238
+
1239
+ void (empty response body)
1240
+
1241
+ ### Authorization
1242
+
1243
+ [bearer](../README.md#bearer)
1244
+
1245
+ ### HTTP request headers
1246
+
1247
+ - **Content-Type**: application/json
1248
+ - **Accept**: Not defined
1249
+
1250
+
1251
+ ### HTTP response details
1252
+ | Status code | Description | Response headers |
1253
+ |-------------|-------------|------------------|
1254
+ |**200** | Update an existing RSVP event | - |
1255
+
1256
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1257
+
1258
+ # **rSVPV2ControllerUpdateStatus**
1259
+ > rSVPV2ControllerUpdateStatus(updateRSVPStatusDTO)
1260
+
1261
+
1262
+ ### Example
1263
+
1264
+ ```typescript
1265
+ import {
1266
+ RSVPV2Api,
1267
+ Configuration,
1268
+ UpdateRSVPStatusDTO
1269
+ } from './api';
1270
+
1271
+ const configuration = new Configuration();
1272
+ const apiInstance = new RSVPV2Api(configuration);
1273
+
1274
+ let id: string; // (default to undefined)
1275
+ let updateRSVPStatusDTO: UpdateRSVPStatusDTO; //
1276
+
1277
+ const { status, data } = await apiInstance.rSVPV2ControllerUpdateStatus(
1278
+ id,
1279
+ updateRSVPStatusDTO
1280
+ );
1281
+ ```
1282
+
1283
+ ### Parameters
1284
+
1285
+ |Name | Type | Description | Notes|
1286
+ |------------- | ------------- | ------------- | -------------|
1287
+ | **updateRSVPStatusDTO** | **UpdateRSVPStatusDTO**| | |
1288
+ | **id** | [**string**] | | defaults to undefined|
1289
+
1290
+
1291
+ ### Return type
1292
+
1293
+ void (empty response body)
1294
+
1295
+ ### Authorization
1296
+
1297
+ [bearer](../README.md#bearer)
1298
+
1299
+ ### HTTP request headers
1300
+
1301
+ - **Content-Type**: application/json
1302
+ - **Accept**: Not defined
1303
+
1304
+
1305
+ ### HTTP response details
1306
+ | Status code | Description | Response headers |
1307
+ |-------------|-------------|------------------|
1308
+ |**200** | Update your own status or manage attendees (if host) | - |
1309
+
1310
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
1311
+