@gooday_corp/gooday-api-client 1.3.33 → 1.3.34
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.
- package/.openapi-generator/FILES +290 -0
- package/.openapi-generator/VERSION +1 -1
- package/api.ts +6 -0
- package/docs/AIApi.md +150 -0
- package/docs/AISuggestionEntity.md +32 -0
- package/docs/AISuggestionListResponse.md +22 -0
- package/docs/AcceptBookingInvitePayload.md +20 -0
- package/docs/AcceptCollaborateInvitePayload.md +20 -0
- package/docs/AcceptEventInvitePayload.md +20 -0
- package/docs/ActivityDTO.md +22 -0
- package/docs/ActivityResponse.md +24 -0
- package/docs/AddCollaboratorPayload.md +20 -0
- package/docs/AddDevicePayload.md +28 -0
- package/docs/AppApi.md +111 -0
- package/docs/AppleDashboardPayloadDTO.md +24 -0
- package/docs/AppleOAuthResponseDTO.md +22 -0
- package/docs/AppleVerificationPayloadDTO.md +24 -0
- package/docs/ApproveFriendshipRequestPayload.md +20 -0
- package/docs/AssignTaskPayload.md +22 -0
- package/docs/AssistantEntity.md +32 -0
- package/docs/AssistantListResponse.md +22 -0
- package/docs/AttributesDto.md +24 -0
- package/docs/AuthApi.md +530 -0
- package/docs/AvailabilityDayDto.md +24 -0
- package/docs/BlockoutApi.md +273 -0
- package/docs/BlockoutDTO.md +22 -0
- package/docs/BlockoutDeleteResponseDTO.md +20 -0
- package/docs/BlockoutEntity.md +46 -0
- package/docs/BlockoutPayloadDTO.md +40 -0
- package/docs/BlockoutResponseDTO.md +22 -0
- package/docs/BookingApi.md +740 -0
- package/docs/BookingConfirmPayload.md +22 -0
- package/docs/BookingDurationEntity.md +24 -0
- package/docs/BookingDurationListResponse.md +22 -0
- package/docs/BookingEntity.md +72 -0
- package/docs/BookingPaymentCreateResponse.md +36 -0
- package/docs/BookingPaymentCreateResponseDTO.md +22 -0
- package/docs/BookingPaymentPayloadDTO.md +20 -0
- package/docs/BookingRequestResponseDTO.md +22 -0
- package/docs/BookingResponse.md +62 -0
- package/docs/BookingResponseDTO.md +22 -0
- package/docs/BookingRulesEntity.md +22 -0
- package/docs/BookingRulesPayloadDTO.md +22 -0
- package/docs/BusinessApi.md +1114 -0
- package/docs/BusinessConnectedAccount.md +22 -0
- package/docs/BusinessDetailsPayloadDTO.md +42 -0
- package/docs/BusinessEntity.md +44 -0
- package/docs/BusinessFavoriteCount.md +22 -0
- package/docs/BusinessFavoriteCountResponseDTO.md +22 -0
- package/docs/BusinessFavoriteDTO.md +20 -0
- package/docs/BusinessFavoriteListResponseDTO.md +22 -0
- package/docs/BusinessFavoriteResponse.md +22 -0
- package/docs/BusinessFavoriteResponseDTO.md +22 -0
- package/docs/BusinessOnBoardingDTO.md +38 -0
- package/docs/BusinessOnBoardingResponseDTO.md +22 -0
- package/docs/BusinessStaffDTO.md +48 -0
- package/docs/BusinessStaffDeleteResponseDTO.md +22 -0
- package/docs/BusinessStaffEntity.md +50 -0
- package/docs/BusinessStaffResponseDTO.md +22 -0
- package/docs/BusinessStaffsResponseDTO.md +22 -0
- package/docs/BusinessTime.md +24 -0
- package/docs/BusinessTiming.md +24 -0
- package/docs/BusinessTypeEntity.md +26 -0
- package/docs/BusinessTypeImageDTO.md +22 -0
- package/docs/BusinessTypeListResponse.md +22 -0
- package/docs/BusinessUnFavoriteResponse.md +22 -0
- package/docs/BusinessVenueDTO.md +46 -0
- package/docs/BusinessVenueDetailsEntity.md +56 -0
- package/docs/BusinessVenueResponseDTO.md +22 -0
- package/docs/BusinessVenueTimingPayload.md +20 -0
- package/docs/BusinessVerificationEntity.md +20 -0
- package/docs/BusinessVerificationResponse.md +22 -0
- package/docs/CalendarAccessDTO.md +20 -0
- package/docs/CalendarApi.md +726 -0
- package/docs/CalendarDTO.md +22 -0
- package/docs/CalendarEventDTO.md +22 -0
- package/docs/CalendarEventResponse.md +36 -0
- package/docs/CalendarEventResponseDTO.md +22 -0
- package/docs/CalendarEvents.md +22 -0
- package/docs/CalendarEventsDTO.md +22 -0
- package/docs/CalendarEventsListPayload.md +32 -0
- package/docs/CalendarListResponse.md +26 -0
- package/docs/CalendarListResponseDTO.md +22 -0
- package/docs/CalendarResponseDTO.md +22 -0
- package/docs/CalendarSlotResponse.md +22 -0
- package/docs/CalendarSlots.md +28 -0
- package/docs/CalendarSlotsDTO.md +22 -0
- package/docs/CalendarSocialEventResponseDTO.md +22 -0
- package/docs/CancelBookingDTO.md +22 -0
- package/docs/CancelBookingResponseDTO.md +22 -0
- package/docs/CategoryEntity.md +26 -0
- package/docs/CategoryListResponse.md +22 -0
- package/docs/CreateBookingCollaboratorPayload.md +32 -0
- package/docs/CreateBookingPayload.md +60 -0
- package/docs/CreateCalendarPayload.md +20 -0
- package/docs/CreateCustomerPayloadDTO.md +36 -0
- package/docs/CreateEventCollaboratorPayload.md +30 -0
- package/docs/CreateEventPayloadDTO.md +50 -0
- package/docs/CreatePaymentLinkDTO.md +20 -0
- package/docs/CreateTaskPayload.md +22 -0
- package/docs/CreateTodoPayload.md +20 -0
- package/docs/CreateWaitlistBookingCollaboratorPayload.md +30 -0
- package/docs/CustomerApi.md +268 -0
- package/docs/CustomerBookingResponseDTO.md +22 -0
- package/docs/CustomerDeleteResponseDTO.md +22 -0
- package/docs/CustomerEntity.md +38 -0
- package/docs/CustomerFilter.md +26 -0
- package/docs/CustomerResponseDTO.md +22 -0
- package/docs/DeclineFriendshipRequestPayload.md +20 -0
- package/docs/DeviceAddResponse.md +22 -0
- package/docs/DeviceApi.md +59 -0
- package/docs/DeviceEntity.md +28 -0
- package/docs/Discount.md +24 -0
- package/docs/EmployeesSizeEntity.md +24 -0
- package/docs/EmployeesSizeListResponse.md +22 -0
- package/docs/EventDTO.md +22 -0
- package/docs/EventDeletePayload.md +20 -0
- package/docs/EventDeleteResponseDTO.md +22 -0
- package/docs/EventResponse.md +60 -0
- package/docs/EventResponseDTO.md +22 -0
- package/docs/EventsApi.md +318 -0
- package/docs/FeedbackPayloadDTO.md +20 -0
- package/docs/FileNameUploadDTO.md +22 -0
- package/docs/FindBookingPayload.md +36 -0
- package/docs/FindBookingResponseDTO.md +22 -0
- package/docs/FindBusinessStaff.md +28 -0
- package/docs/FindCustomerBookingPayload.md +28 -0
- package/docs/FindFriendsFavoritesDTO.md +32 -0
- package/docs/FindHistoryResponseDTO.md +22 -0
- package/docs/FindMyFriendRequestPayload.md +30 -0
- package/docs/FindWaitlistResponseDTO.md +22 -0
- package/docs/FindWhatsOnAndPrepaidService.md +28 -0
- package/docs/FineCustomerResponseDTO.md +22 -0
- package/docs/ForgotPasswordPayloadDTO.md +20 -0
- package/docs/ForgotPasswordResponseDTO.md +22 -0
- package/docs/FriendsApi.md +575 -0
- package/docs/FriendsDTO.md +22 -0
- package/docs/FriendsResponseDTO.md +22 -0
- package/docs/FriendshipStatusCheck.md +20 -0
- package/docs/FriendshipStatusDTO.md +22 -0
- package/docs/GcsApi.md +59 -0
- package/docs/GetBusinessVenueDto.md +38 -0
- package/docs/GetNotificationDTO.md +22 -0
- package/docs/GetUserDTO.md +20 -0
- package/docs/GoalEntity.md +22 -0
- package/docs/GoalListResponse.md +22 -0
- package/docs/GoalsApi.md +51 -0
- package/docs/GoogleOAuthResponseDTO.md +22 -0
- package/docs/GoogleVerificationPayloadDTO.md +20 -0
- package/docs/HelpCenterPayloadDTO.md +26 -0
- package/docs/HistoryApi.md +116 -0
- package/docs/HistoryEntity.md +30 -0
- package/docs/HistoryPayloadDTO.md +26 -0
- package/docs/HistoryResponseDTO.md +22 -0
- package/docs/IntegrationApi.md +157 -0
- package/docs/IntegrationEntity.md +30 -0
- package/docs/IntegrationResponse.md +22 -0
- package/docs/IntegrationsResponse.md +22 -0
- package/docs/LeaveBookingDTO.md +20 -0
- package/docs/LeaveBookingResponseDTO.md +22 -0
- package/docs/ListTaskListPayload.md +30 -0
- package/docs/LocationApi.md +112 -0
- package/docs/LocationCoordinatesResponse.md +22 -0
- package/docs/LocationDTO.md +26 -0
- package/docs/LocationEntityResponse.md +22 -0
- package/docs/LocationMetaDTO.md +22 -0
- package/docs/LoggedOutPayloadDTO.md +20 -0
- package/docs/LoggedOutResponse.md +22 -0
- package/docs/MicrosoftCalendarAccessDTO.md +22 -0
- package/docs/MutualFindFriendRequestPayload.md +28 -0
- package/docs/MutualFriendDTO.md +22 -0
- package/docs/MutualFriendPayload.md +20 -0
- package/docs/MutualFriendsListDTO.md +22 -0
- package/docs/MyAssistantResponse.md +22 -0
- package/docs/NewPasswordPayloadDTO.md +22 -0
- package/docs/NewPasswordResponseDTO.md +22 -0
- package/docs/NotificationActionEventPayload.md +22 -0
- package/docs/NotificationActionEventResponseDTO.md +22 -0
- package/docs/NotificationApi.md +265 -0
- package/docs/NotificationCountDTO.md +20 -0
- package/docs/NotificationCountResponseDTO.md +22 -0
- package/docs/NotificationEntity.md +32 -0
- package/docs/NotificationReadDTO.md +20 -0
- package/docs/NotificationReadResponseDTO.md +22 -0
- package/docs/OAuthApi.md +267 -0
- package/docs/OnBoardingDTO.md +30 -0
- package/docs/OnBoardingResponseDTO.md +22 -0
- package/docs/Places.md +22 -0
- package/docs/PlanEntity.md +32 -0
- package/docs/PlanFeature.md +22 -0
- package/docs/PlanResponseDTO.md +22 -0
- package/docs/PlansApi.md +477 -0
- package/docs/PrepaidServiceApi.md +416 -0
- package/docs/PrepaidServiceAvailabilityPayloadDTO.md +28 -0
- package/docs/PrepaidServiceAvailabilityResponseDTO.md +22 -0
- package/docs/PrepaidServiceCategoriesDTO.md +22 -0
- package/docs/PrepaidServiceDTO.md +22 -0
- package/docs/PrepaidServiceDiscount.md +24 -0
- package/docs/PrepaidServiceDiscountCodePayloadDTO.md +22 -0
- package/docs/PrepaidServiceDiscountCodeResponseDTO.md +22 -0
- package/docs/PrepaidServiceEntity.md +78 -0
- package/docs/PrepaidServiceFindDTO.md +26 -0
- package/docs/PrepaidServicePayloadDTO.md +72 -0
- package/docs/PrepaidServiceResponseDTO.md +22 -0
- package/docs/PriceEntity.md +26 -0
- package/docs/PriceRangeEntity.md +24 -0
- package/docs/PriceRangeListResponse.md +22 -0
- package/docs/ProductResponseDTO.md +22 -0
- package/docs/RegularBookingAvailabilityPayloadDTO.md +28 -0
- package/docs/RegularBookingAvailabilityResponseDTO.md +22 -0
- package/docs/RejectBookingInvitePayload.md +20 -0
- package/docs/RejectCollaborateInvitePayload.md +20 -0
- package/docs/RejectEventInvitePayload.md +20 -0
- package/docs/RemoveCalendarPayload.md +20 -0
- package/docs/RemoveFriendshipRequestPayload.md +20 -0
- package/docs/RenameCalendarPayload.md +22 -0
- package/docs/RescheduleBookingPayload.md +24 -0
- package/docs/ResetPasswordPayloadDTO.md +22 -0
- package/docs/ResetPasswordResponseDTO.md +22 -0
- package/docs/SendCollaborateInvitePayload.md +22 -0
- package/docs/SendFriendshipRequestPayload.md +20 -0
- package/docs/SignInDto.md +22 -0
- package/docs/SignInResponse.md +22 -0
- package/docs/SignInResponseDto.md +24 -0
- package/docs/SignedUrlResponseDTO.md +22 -0
- package/docs/SignupDto.md +30 -0
- package/docs/SignupResponse.md +22 -0
- package/docs/SignupResponseDto.md +24 -0
- package/docs/SkillDto.md +22 -0
- package/docs/SocialMedia.md +22 -0
- package/docs/StaffPrice.md +22 -0
- package/docs/StandardBookingSlotsPayload.md +28 -0
- package/docs/StripeSetupIntentResponseDTO.md +22 -0
- package/docs/StripeSetupPaymentIntentDTO.md +20 -0
- package/docs/TagPayloadDTO.md +28 -0
- package/docs/TagResponseDTO.md +22 -0
- package/docs/TagUpdatePayloadDTO.md +30 -0
- package/docs/TagsApi.md +273 -0
- package/docs/TagsResponse.md +30 -0
- package/docs/TagsResponseDTO.md +22 -0
- package/docs/TaskDetailResponseDTO.md +22 -0
- package/docs/TaskEntity.md +38 -0
- package/docs/TaskListReorderPayload.md +22 -0
- package/docs/TaskListReorderPayloadDTO.md +22 -0
- package/docs/TaskListResponseDTO.md +22 -0
- package/docs/TimeSlotDto.md +22 -0
- package/docs/TodoApi.md +925 -0
- package/docs/TodoDetailResponseDTO.md +22 -0
- package/docs/TodoEntity.md +28 -0
- package/docs/TodoListResponseDTO.md +22 -0
- package/docs/UndoPayloadDTO.md +24 -0
- package/docs/UndoResponseDTO.md +22 -0
- package/docs/UpdateTaskPayload.md +24 -0
- package/docs/UpdateTodoPayload.md +20 -0
- package/docs/UserEntity.md +70 -0
- package/docs/UserHangout.md +20 -0
- package/docs/UserMeDTO.md +22 -0
- package/docs/UserPermissionDTO.md +36 -0
- package/docs/UserPlanDTO.md +22 -0
- package/docs/UserSyncDTO.md +22 -0
- package/docs/UserWaitingListPayloadDTO.md +26 -0
- package/docs/UserWaitingListResponseDTO.md +22 -0
- package/docs/UsersApi.md +549 -0
- package/docs/VerificationLinkResponseDTO.md +22 -0
- package/docs/VerifyOTPPayloadDTO.md +22 -0
- package/docs/VerifyOTPResponseDTO.md +22 -0
- package/docs/WaitlistApi.md +166 -0
- package/docs/WaitlistEntity.md +42 -0
- package/docs/WaitlistPayloadDTO.md +38 -0
- package/docs/WaitlistResponseDTO.md +22 -0
- package/docs/WaitlistStaff.md +28 -0
- package/docs/Weather.md +22 -0
- package/docs/WhatsDiscountCodePayloadDTO.md +22 -0
- package/docs/WhatsDiscountCodeResponseDTO.md +22 -0
- package/docs/WhatsOnApi.md +634 -0
- package/docs/WhatsOnAvailabilityPayloadDTO.md +28 -0
- package/docs/WhatsOnAvailabilityResponseDTO.md +22 -0
- package/docs/WhatsOnDTO.md +22 -0
- package/docs/WhatsOnDeleteResponseDTO.md +20 -0
- package/docs/WhatsOnEntity.md +74 -0
- package/docs/WhatsOnFavoriteCount.md +22 -0
- package/docs/WhatsOnFavoriteCountResponseDTO.md +22 -0
- package/docs/WhatsOnFavoriteDTO.md +20 -0
- package/docs/WhatsOnFavoriteListResponseDTO.md +22 -0
- package/docs/WhatsOnFavoriteResponse.md +22 -0
- package/docs/WhatsOnFavoriteResponseDTO.md +22 -0
- package/docs/WhatsOnFindDTO.md +26 -0
- package/docs/WhatsOnLocationDTO.md +26 -0
- package/docs/WhatsOnLocationMetaDTO.md +22 -0
- package/docs/WhatsOnPayloadDTO.md +66 -0
- package/docs/WhatsOnResponseDTO.md +22 -0
- package/docs/WhatsOnSlotsPayload.md +28 -0
- package/docs/WhatsOnUnFavoriteResponse.md +22 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1114 @@
|
|
|
1
|
+
# BusinessApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost:8080*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**businessControllerBusinessOnboarding**](#businesscontrollerbusinessonboarding) | **POST** /v1/business/onboarding | |
|
|
8
|
+
|[**businessControllerGetMe**](#businesscontrollergetme) | **GET** /v1/business/me | |
|
|
9
|
+
|[**businessControllerListBusinesses**](#businesscontrollerlistbusinesses) | **GET** /v1/business | |
|
|
10
|
+
|[**businessControllerUpdateBusinessDetails**](#businesscontrollerupdatebusinessdetails) | **PUT** /v1/business/business-details | |
|
|
11
|
+
|[**businessControllerUpdateBusinessVenueTiming**](#businesscontrollerupdatebusinessvenuetiming) | **PUT** /v1/business/venue/timing | |
|
|
12
|
+
|[**businessStaffControllerDeleteStaff**](#businessstaffcontrollerdeletestaff) | **DELETE** /v1/business-staff/{id} | |
|
|
13
|
+
|[**businessStaffControllerFindBusinessStaffs**](#businessstaffcontrollerfindbusinessstaffs) | **POST** /v1/business-staff/list | |
|
|
14
|
+
|[**businessStaffControllerFindByIdBusinessStaff**](#businessstaffcontrollerfindbyidbusinessstaff) | **GET** /v1/business-staff/{id} | |
|
|
15
|
+
|[**businessStaffControllerSaveBusinessStaff**](#businessstaffcontrollersavebusinessstaff) | **POST** /v1/business-staff | |
|
|
16
|
+
|[**businessStaffControllerUpdateStaff**](#businessstaffcontrollerupdatestaff) | **PUT** /v1/business-staff/{id} | |
|
|
17
|
+
|[**businessTypeControllerFindFavoriteBusinessVenue**](#businesstypecontrollerfindfavoritebusinessvenue) | **GET** /v1/business/favorite/{id} | |
|
|
18
|
+
|[**businessTypeControllerFindFavoriteBusinessVenueCount**](#businesstypecontrollerfindfavoritebusinessvenuecount) | **GET** /v1/business/favorite/count/{id} | |
|
|
19
|
+
|[**businessTypeControllerFindFriendsFavoriteBusinessVenueList**](#businesstypecontrollerfindfriendsfavoritebusinessvenuelist) | **POST** /v1/business/friends/favorite | |
|
|
20
|
+
|[**businessTypeControllerGetBusinessVenue**](#businesstypecontrollergetbusinessvenue) | **POST** /v1/business/business-venue | |
|
|
21
|
+
|[**businessTypeControllerListBookingDurations**](#businesstypecontrollerlistbookingdurations) | **GET** /v1/business/booking-durations | |
|
|
22
|
+
|[**businessTypeControllerListBusinessType**](#businesstypecontrollerlistbusinesstype) | **GET** /v1/business/list{favorite} | |
|
|
23
|
+
|[**businessTypeControllerListCategories**](#businesstypecontrollerlistcategories) | **GET** /v1/business/{businessTypeId}/categories | |
|
|
24
|
+
|[**businessTypeControllerListEmployeesSize**](#businesstypecontrollerlistemployeessize) | **GET** /v1/business/employee-size | |
|
|
25
|
+
|[**businessTypeControllerListPriceRange**](#businesstypecontrollerlistpricerange) | **GET** /v1/business/price-range | |
|
|
26
|
+
|[**businessTypeControllerMarkBusinessAsFavorite**](#businesstypecontrollermarkbusinessasfavorite) | **POST** /v1/business/favorite | |
|
|
27
|
+
|[**businessTypeControllerUnFavoriteBusiness**](#businesstypecontrollerunfavoritebusiness) | **POST** /v1/business/unfavorite | |
|
|
28
|
+
|[**businessVerificationControllerABNVerification**](#businessverificationcontrollerabnverification) | **GET** /v1/business/verify/{type}/{businessNumber} | |
|
|
29
|
+
|
|
30
|
+
# **businessControllerBusinessOnboarding**
|
|
31
|
+
> BusinessOnBoardingResponseDTO businessControllerBusinessOnboarding(businessOnBoardingDTO)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Example
|
|
35
|
+
|
|
36
|
+
```typescript
|
|
37
|
+
import {
|
|
38
|
+
BusinessApi,
|
|
39
|
+
Configuration,
|
|
40
|
+
BusinessOnBoardingDTO
|
|
41
|
+
} from './api';
|
|
42
|
+
|
|
43
|
+
const configuration = new Configuration();
|
|
44
|
+
const apiInstance = new BusinessApi(configuration);
|
|
45
|
+
|
|
46
|
+
let businessOnBoardingDTO: BusinessOnBoardingDTO; //
|
|
47
|
+
|
|
48
|
+
const { status, data } = await apiInstance.businessControllerBusinessOnboarding(
|
|
49
|
+
businessOnBoardingDTO
|
|
50
|
+
);
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Parameters
|
|
54
|
+
|
|
55
|
+
|Name | Type | Description | Notes|
|
|
56
|
+
|------------- | ------------- | ------------- | -------------|
|
|
57
|
+
| **businessOnBoardingDTO** | **BusinessOnBoardingDTO**| | |
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### Return type
|
|
61
|
+
|
|
62
|
+
**BusinessOnBoardingResponseDTO**
|
|
63
|
+
|
|
64
|
+
### Authorization
|
|
65
|
+
|
|
66
|
+
[bearer](../README.md#bearer)
|
|
67
|
+
|
|
68
|
+
### HTTP request headers
|
|
69
|
+
|
|
70
|
+
- **Content-Type**: application/json
|
|
71
|
+
- **Accept**: application/json
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### HTTP response details
|
|
75
|
+
| Status code | Description | Response headers |
|
|
76
|
+
|-------------|-------------|------------------|
|
|
77
|
+
|**200** | | - |
|
|
78
|
+
|**400** | User is not found | - |
|
|
79
|
+
|
|
80
|
+
[[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)
|
|
81
|
+
|
|
82
|
+
# **businessControllerGetMe**
|
|
83
|
+
> BusinessOnBoardingResponseDTO businessControllerGetMe()
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Example
|
|
87
|
+
|
|
88
|
+
```typescript
|
|
89
|
+
import {
|
|
90
|
+
BusinessApi,
|
|
91
|
+
Configuration
|
|
92
|
+
} from './api';
|
|
93
|
+
|
|
94
|
+
const configuration = new Configuration();
|
|
95
|
+
const apiInstance = new BusinessApi(configuration);
|
|
96
|
+
|
|
97
|
+
const { status, data } = await apiInstance.businessControllerGetMe();
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
### Parameters
|
|
101
|
+
This endpoint does not have any parameters.
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Return type
|
|
105
|
+
|
|
106
|
+
**BusinessOnBoardingResponseDTO**
|
|
107
|
+
|
|
108
|
+
### Authorization
|
|
109
|
+
|
|
110
|
+
[bearer](../README.md#bearer)
|
|
111
|
+
|
|
112
|
+
### HTTP request headers
|
|
113
|
+
|
|
114
|
+
- **Content-Type**: Not defined
|
|
115
|
+
- **Accept**: application/json
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
### HTTP response details
|
|
119
|
+
| Status code | Description | Response headers |
|
|
120
|
+
|-------------|-------------|------------------|
|
|
121
|
+
|**200** | | - |
|
|
122
|
+
|**400** | Business user is not found | - |
|
|
123
|
+
|
|
124
|
+
[[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)
|
|
125
|
+
|
|
126
|
+
# **businessControllerListBusinesses**
|
|
127
|
+
> Array<BusinessEntity> businessControllerListBusinesses()
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Example
|
|
131
|
+
|
|
132
|
+
```typescript
|
|
133
|
+
import {
|
|
134
|
+
BusinessApi,
|
|
135
|
+
Configuration
|
|
136
|
+
} from './api';
|
|
137
|
+
|
|
138
|
+
const configuration = new Configuration();
|
|
139
|
+
const apiInstance = new BusinessApi(configuration);
|
|
140
|
+
|
|
141
|
+
const { status, data } = await apiInstance.businessControllerListBusinesses();
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
### Parameters
|
|
145
|
+
This endpoint does not have any parameters.
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Return type
|
|
149
|
+
|
|
150
|
+
**Array<BusinessEntity>**
|
|
151
|
+
|
|
152
|
+
### Authorization
|
|
153
|
+
|
|
154
|
+
No authorization required
|
|
155
|
+
|
|
156
|
+
### HTTP request headers
|
|
157
|
+
|
|
158
|
+
- **Content-Type**: Not defined
|
|
159
|
+
- **Accept**: application/json
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
### HTTP response details
|
|
163
|
+
| Status code | Description | Response headers |
|
|
164
|
+
|-------------|-------------|------------------|
|
|
165
|
+
|**200** | | - |
|
|
166
|
+
|
|
167
|
+
[[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)
|
|
168
|
+
|
|
169
|
+
# **businessControllerUpdateBusinessDetails**
|
|
170
|
+
> BusinessOnBoardingResponseDTO businessControllerUpdateBusinessDetails(businessDetailsPayloadDTO)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Example
|
|
174
|
+
|
|
175
|
+
```typescript
|
|
176
|
+
import {
|
|
177
|
+
BusinessApi,
|
|
178
|
+
Configuration,
|
|
179
|
+
BusinessDetailsPayloadDTO
|
|
180
|
+
} from './api';
|
|
181
|
+
|
|
182
|
+
const configuration = new Configuration();
|
|
183
|
+
const apiInstance = new BusinessApi(configuration);
|
|
184
|
+
|
|
185
|
+
let businessDetailsPayloadDTO: BusinessDetailsPayloadDTO; //
|
|
186
|
+
|
|
187
|
+
const { status, data } = await apiInstance.businessControllerUpdateBusinessDetails(
|
|
188
|
+
businessDetailsPayloadDTO
|
|
189
|
+
);
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
### Parameters
|
|
193
|
+
|
|
194
|
+
|Name | Type | Description | Notes|
|
|
195
|
+
|------------- | ------------- | ------------- | -------------|
|
|
196
|
+
| **businessDetailsPayloadDTO** | **BusinessDetailsPayloadDTO**| | |
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Return type
|
|
200
|
+
|
|
201
|
+
**BusinessOnBoardingResponseDTO**
|
|
202
|
+
|
|
203
|
+
### Authorization
|
|
204
|
+
|
|
205
|
+
[bearer](../README.md#bearer)
|
|
206
|
+
|
|
207
|
+
### HTTP request headers
|
|
208
|
+
|
|
209
|
+
- **Content-Type**: application/json
|
|
210
|
+
- **Accept**: application/json
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
### HTTP response details
|
|
214
|
+
| Status code | Description | Response headers |
|
|
215
|
+
|-------------|-------------|------------------|
|
|
216
|
+
|**200** | | - |
|
|
217
|
+
|
|
218
|
+
[[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)
|
|
219
|
+
|
|
220
|
+
# **businessControllerUpdateBusinessVenueTiming**
|
|
221
|
+
> BusinessOnBoardingResponseDTO businessControllerUpdateBusinessVenueTiming(businessVenueTimingPayload)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
### Example
|
|
225
|
+
|
|
226
|
+
```typescript
|
|
227
|
+
import {
|
|
228
|
+
BusinessApi,
|
|
229
|
+
Configuration,
|
|
230
|
+
BusinessVenueTimingPayload
|
|
231
|
+
} from './api';
|
|
232
|
+
|
|
233
|
+
const configuration = new Configuration();
|
|
234
|
+
const apiInstance = new BusinessApi(configuration);
|
|
235
|
+
|
|
236
|
+
let businessVenueTimingPayload: BusinessVenueTimingPayload; //
|
|
237
|
+
|
|
238
|
+
const { status, data } = await apiInstance.businessControllerUpdateBusinessVenueTiming(
|
|
239
|
+
businessVenueTimingPayload
|
|
240
|
+
);
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
### Parameters
|
|
244
|
+
|
|
245
|
+
|Name | Type | Description | Notes|
|
|
246
|
+
|------------- | ------------- | ------------- | -------------|
|
|
247
|
+
| **businessVenueTimingPayload** | **BusinessVenueTimingPayload**| | |
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Return type
|
|
251
|
+
|
|
252
|
+
**BusinessOnBoardingResponseDTO**
|
|
253
|
+
|
|
254
|
+
### Authorization
|
|
255
|
+
|
|
256
|
+
[bearer](../README.md#bearer)
|
|
257
|
+
|
|
258
|
+
### HTTP request headers
|
|
259
|
+
|
|
260
|
+
- **Content-Type**: application/json
|
|
261
|
+
- **Accept**: application/json
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### HTTP response details
|
|
265
|
+
| Status code | Description | Response headers |
|
|
266
|
+
|-------------|-------------|------------------|
|
|
267
|
+
|**200** | | - |
|
|
268
|
+
|
|
269
|
+
[[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)
|
|
270
|
+
|
|
271
|
+
# **businessStaffControllerDeleteStaff**
|
|
272
|
+
> BusinessStaffDeleteResponseDTO businessStaffControllerDeleteStaff()
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Example
|
|
276
|
+
|
|
277
|
+
```typescript
|
|
278
|
+
import {
|
|
279
|
+
BusinessApi,
|
|
280
|
+
Configuration
|
|
281
|
+
} from './api';
|
|
282
|
+
|
|
283
|
+
const configuration = new Configuration();
|
|
284
|
+
const apiInstance = new BusinessApi(configuration);
|
|
285
|
+
|
|
286
|
+
let id: string; // (default to undefined)
|
|
287
|
+
|
|
288
|
+
const { status, data } = await apiInstance.businessStaffControllerDeleteStaff(
|
|
289
|
+
id
|
|
290
|
+
);
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
### Parameters
|
|
294
|
+
|
|
295
|
+
|Name | Type | Description | Notes|
|
|
296
|
+
|------------- | ------------- | ------------- | -------------|
|
|
297
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
### Return type
|
|
301
|
+
|
|
302
|
+
**BusinessStaffDeleteResponseDTO**
|
|
303
|
+
|
|
304
|
+
### Authorization
|
|
305
|
+
|
|
306
|
+
[bearer](../README.md#bearer)
|
|
307
|
+
|
|
308
|
+
### HTTP request headers
|
|
309
|
+
|
|
310
|
+
- **Content-Type**: Not defined
|
|
311
|
+
- **Accept**: application/json
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### HTTP response details
|
|
315
|
+
| Status code | Description | Response headers |
|
|
316
|
+
|-------------|-------------|------------------|
|
|
317
|
+
|**200** | | - |
|
|
318
|
+
|
|
319
|
+
[[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)
|
|
320
|
+
|
|
321
|
+
# **businessStaffControllerFindBusinessStaffs**
|
|
322
|
+
> BusinessStaffsResponseDTO businessStaffControllerFindBusinessStaffs(findBusinessStaff)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
### Example
|
|
326
|
+
|
|
327
|
+
```typescript
|
|
328
|
+
import {
|
|
329
|
+
BusinessApi,
|
|
330
|
+
Configuration,
|
|
331
|
+
FindBusinessStaff
|
|
332
|
+
} from './api';
|
|
333
|
+
|
|
334
|
+
const configuration = new Configuration();
|
|
335
|
+
const apiInstance = new BusinessApi(configuration);
|
|
336
|
+
|
|
337
|
+
let findBusinessStaff: FindBusinessStaff; //
|
|
338
|
+
|
|
339
|
+
const { status, data } = await apiInstance.businessStaffControllerFindBusinessStaffs(
|
|
340
|
+
findBusinessStaff
|
|
341
|
+
);
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
### Parameters
|
|
345
|
+
|
|
346
|
+
|Name | Type | Description | Notes|
|
|
347
|
+
|------------- | ------------- | ------------- | -------------|
|
|
348
|
+
| **findBusinessStaff** | **FindBusinessStaff**| | |
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
### Return type
|
|
352
|
+
|
|
353
|
+
**BusinessStaffsResponseDTO**
|
|
354
|
+
|
|
355
|
+
### Authorization
|
|
356
|
+
|
|
357
|
+
[bearer](../README.md#bearer)
|
|
358
|
+
|
|
359
|
+
### HTTP request headers
|
|
360
|
+
|
|
361
|
+
- **Content-Type**: application/json
|
|
362
|
+
- **Accept**: application/json
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### HTTP response details
|
|
366
|
+
| Status code | Description | Response headers |
|
|
367
|
+
|-------------|-------------|------------------|
|
|
368
|
+
|**200** | | - |
|
|
369
|
+
|
|
370
|
+
[[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)
|
|
371
|
+
|
|
372
|
+
# **businessStaffControllerFindByIdBusinessStaff**
|
|
373
|
+
> BusinessStaffResponseDTO businessStaffControllerFindByIdBusinessStaff()
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Example
|
|
377
|
+
|
|
378
|
+
```typescript
|
|
379
|
+
import {
|
|
380
|
+
BusinessApi,
|
|
381
|
+
Configuration
|
|
382
|
+
} from './api';
|
|
383
|
+
|
|
384
|
+
const configuration = new Configuration();
|
|
385
|
+
const apiInstance = new BusinessApi(configuration);
|
|
386
|
+
|
|
387
|
+
let id: string; // (default to undefined)
|
|
388
|
+
|
|
389
|
+
const { status, data } = await apiInstance.businessStaffControllerFindByIdBusinessStaff(
|
|
390
|
+
id
|
|
391
|
+
);
|
|
392
|
+
```
|
|
393
|
+
|
|
394
|
+
### Parameters
|
|
395
|
+
|
|
396
|
+
|Name | Type | Description | Notes|
|
|
397
|
+
|------------- | ------------- | ------------- | -------------|
|
|
398
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Return type
|
|
402
|
+
|
|
403
|
+
**BusinessStaffResponseDTO**
|
|
404
|
+
|
|
405
|
+
### Authorization
|
|
406
|
+
|
|
407
|
+
[bearer](../README.md#bearer)
|
|
408
|
+
|
|
409
|
+
### HTTP request headers
|
|
410
|
+
|
|
411
|
+
- **Content-Type**: Not defined
|
|
412
|
+
- **Accept**: application/json
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### HTTP response details
|
|
416
|
+
| Status code | Description | Response headers |
|
|
417
|
+
|-------------|-------------|------------------|
|
|
418
|
+
|**200** | | - |
|
|
419
|
+
|
|
420
|
+
[[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)
|
|
421
|
+
|
|
422
|
+
# **businessStaffControllerSaveBusinessStaff**
|
|
423
|
+
> BusinessStaffResponseDTO businessStaffControllerSaveBusinessStaff(businessStaffDTO)
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
### Example
|
|
427
|
+
|
|
428
|
+
```typescript
|
|
429
|
+
import {
|
|
430
|
+
BusinessApi,
|
|
431
|
+
Configuration,
|
|
432
|
+
BusinessStaffDTO
|
|
433
|
+
} from './api';
|
|
434
|
+
|
|
435
|
+
const configuration = new Configuration();
|
|
436
|
+
const apiInstance = new BusinessApi(configuration);
|
|
437
|
+
|
|
438
|
+
let businessStaffDTO: BusinessStaffDTO; //
|
|
439
|
+
|
|
440
|
+
const { status, data } = await apiInstance.businessStaffControllerSaveBusinessStaff(
|
|
441
|
+
businessStaffDTO
|
|
442
|
+
);
|
|
443
|
+
```
|
|
444
|
+
|
|
445
|
+
### Parameters
|
|
446
|
+
|
|
447
|
+
|Name | Type | Description | Notes|
|
|
448
|
+
|------------- | ------------- | ------------- | -------------|
|
|
449
|
+
| **businessStaffDTO** | **BusinessStaffDTO**| | |
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
### Return type
|
|
453
|
+
|
|
454
|
+
**BusinessStaffResponseDTO**
|
|
455
|
+
|
|
456
|
+
### Authorization
|
|
457
|
+
|
|
458
|
+
[bearer](../README.md#bearer)
|
|
459
|
+
|
|
460
|
+
### HTTP request headers
|
|
461
|
+
|
|
462
|
+
- **Content-Type**: application/json
|
|
463
|
+
- **Accept**: application/json
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
### HTTP response details
|
|
467
|
+
| Status code | Description | Response headers |
|
|
468
|
+
|-------------|-------------|------------------|
|
|
469
|
+
|**200** | | - |
|
|
470
|
+
|
|
471
|
+
[[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)
|
|
472
|
+
|
|
473
|
+
# **businessStaffControllerUpdateStaff**
|
|
474
|
+
> BusinessStaffResponseDTO businessStaffControllerUpdateStaff(businessStaffDTO)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
### Example
|
|
478
|
+
|
|
479
|
+
```typescript
|
|
480
|
+
import {
|
|
481
|
+
BusinessApi,
|
|
482
|
+
Configuration,
|
|
483
|
+
BusinessStaffDTO
|
|
484
|
+
} from './api';
|
|
485
|
+
|
|
486
|
+
const configuration = new Configuration();
|
|
487
|
+
const apiInstance = new BusinessApi(configuration);
|
|
488
|
+
|
|
489
|
+
let id: string; // (default to undefined)
|
|
490
|
+
let businessStaffDTO: BusinessStaffDTO; //
|
|
491
|
+
|
|
492
|
+
const { status, data } = await apiInstance.businessStaffControllerUpdateStaff(
|
|
493
|
+
id,
|
|
494
|
+
businessStaffDTO
|
|
495
|
+
);
|
|
496
|
+
```
|
|
497
|
+
|
|
498
|
+
### Parameters
|
|
499
|
+
|
|
500
|
+
|Name | Type | Description | Notes|
|
|
501
|
+
|------------- | ------------- | ------------- | -------------|
|
|
502
|
+
| **businessStaffDTO** | **BusinessStaffDTO**| | |
|
|
503
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
### Return type
|
|
507
|
+
|
|
508
|
+
**BusinessStaffResponseDTO**
|
|
509
|
+
|
|
510
|
+
### Authorization
|
|
511
|
+
|
|
512
|
+
[bearer](../README.md#bearer)
|
|
513
|
+
|
|
514
|
+
### HTTP request headers
|
|
515
|
+
|
|
516
|
+
- **Content-Type**: application/json
|
|
517
|
+
- **Accept**: application/json
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
### HTTP response details
|
|
521
|
+
| Status code | Description | Response headers |
|
|
522
|
+
|-------------|-------------|------------------|
|
|
523
|
+
|**200** | | - |
|
|
524
|
+
|
|
525
|
+
[[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)
|
|
526
|
+
|
|
527
|
+
# **businessTypeControllerFindFavoriteBusinessVenue**
|
|
528
|
+
> BusinessFavoriteResponseDTO businessTypeControllerFindFavoriteBusinessVenue()
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
### Example
|
|
532
|
+
|
|
533
|
+
```typescript
|
|
534
|
+
import {
|
|
535
|
+
BusinessApi,
|
|
536
|
+
Configuration
|
|
537
|
+
} from './api';
|
|
538
|
+
|
|
539
|
+
const configuration = new Configuration();
|
|
540
|
+
const apiInstance = new BusinessApi(configuration);
|
|
541
|
+
|
|
542
|
+
let id: string; // (default to undefined)
|
|
543
|
+
|
|
544
|
+
const { status, data } = await apiInstance.businessTypeControllerFindFavoriteBusinessVenue(
|
|
545
|
+
id
|
|
546
|
+
);
|
|
547
|
+
```
|
|
548
|
+
|
|
549
|
+
### Parameters
|
|
550
|
+
|
|
551
|
+
|Name | Type | Description | Notes|
|
|
552
|
+
|------------- | ------------- | ------------- | -------------|
|
|
553
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### Return type
|
|
557
|
+
|
|
558
|
+
**BusinessFavoriteResponseDTO**
|
|
559
|
+
|
|
560
|
+
### Authorization
|
|
561
|
+
|
|
562
|
+
[bearer](../README.md#bearer)
|
|
563
|
+
|
|
564
|
+
### HTTP request headers
|
|
565
|
+
|
|
566
|
+
- **Content-Type**: Not defined
|
|
567
|
+
- **Accept**: application/json
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
### HTTP response details
|
|
571
|
+
| Status code | Description | Response headers |
|
|
572
|
+
|-------------|-------------|------------------|
|
|
573
|
+
|**200** | | - |
|
|
574
|
+
|
|
575
|
+
[[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)
|
|
576
|
+
|
|
577
|
+
# **businessTypeControllerFindFavoriteBusinessVenueCount**
|
|
578
|
+
> BusinessFavoriteCountResponseDTO businessTypeControllerFindFavoriteBusinessVenueCount()
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
### Example
|
|
582
|
+
|
|
583
|
+
```typescript
|
|
584
|
+
import {
|
|
585
|
+
BusinessApi,
|
|
586
|
+
Configuration
|
|
587
|
+
} from './api';
|
|
588
|
+
|
|
589
|
+
const configuration = new Configuration();
|
|
590
|
+
const apiInstance = new BusinessApi(configuration);
|
|
591
|
+
|
|
592
|
+
let id: string; // (default to undefined)
|
|
593
|
+
|
|
594
|
+
const { status, data } = await apiInstance.businessTypeControllerFindFavoriteBusinessVenueCount(
|
|
595
|
+
id
|
|
596
|
+
);
|
|
597
|
+
```
|
|
598
|
+
|
|
599
|
+
### Parameters
|
|
600
|
+
|
|
601
|
+
|Name | Type | Description | Notes|
|
|
602
|
+
|------------- | ------------- | ------------- | -------------|
|
|
603
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
### Return type
|
|
607
|
+
|
|
608
|
+
**BusinessFavoriteCountResponseDTO**
|
|
609
|
+
|
|
610
|
+
### Authorization
|
|
611
|
+
|
|
612
|
+
[bearer](../README.md#bearer)
|
|
613
|
+
|
|
614
|
+
### HTTP request headers
|
|
615
|
+
|
|
616
|
+
- **Content-Type**: Not defined
|
|
617
|
+
- **Accept**: application/json
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
### HTTP response details
|
|
621
|
+
| Status code | Description | Response headers |
|
|
622
|
+
|-------------|-------------|------------------|
|
|
623
|
+
|**200** | | - |
|
|
624
|
+
|
|
625
|
+
[[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)
|
|
626
|
+
|
|
627
|
+
# **businessTypeControllerFindFriendsFavoriteBusinessVenueList**
|
|
628
|
+
> BusinessFavoriteListResponseDTO businessTypeControllerFindFriendsFavoriteBusinessVenueList(findFriendsFavoritesDTO)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Example
|
|
632
|
+
|
|
633
|
+
```typescript
|
|
634
|
+
import {
|
|
635
|
+
BusinessApi,
|
|
636
|
+
Configuration,
|
|
637
|
+
FindFriendsFavoritesDTO
|
|
638
|
+
} from './api';
|
|
639
|
+
|
|
640
|
+
const configuration = new Configuration();
|
|
641
|
+
const apiInstance = new BusinessApi(configuration);
|
|
642
|
+
|
|
643
|
+
let findFriendsFavoritesDTO: FindFriendsFavoritesDTO; //
|
|
644
|
+
|
|
645
|
+
const { status, data } = await apiInstance.businessTypeControllerFindFriendsFavoriteBusinessVenueList(
|
|
646
|
+
findFriendsFavoritesDTO
|
|
647
|
+
);
|
|
648
|
+
```
|
|
649
|
+
|
|
650
|
+
### Parameters
|
|
651
|
+
|
|
652
|
+
|Name | Type | Description | Notes|
|
|
653
|
+
|------------- | ------------- | ------------- | -------------|
|
|
654
|
+
| **findFriendsFavoritesDTO** | **FindFriendsFavoritesDTO**| | |
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
### Return type
|
|
658
|
+
|
|
659
|
+
**BusinessFavoriteListResponseDTO**
|
|
660
|
+
|
|
661
|
+
### Authorization
|
|
662
|
+
|
|
663
|
+
[bearer](../README.md#bearer)
|
|
664
|
+
|
|
665
|
+
### HTTP request headers
|
|
666
|
+
|
|
667
|
+
- **Content-Type**: application/json
|
|
668
|
+
- **Accept**: application/json
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
### HTTP response details
|
|
672
|
+
| Status code | Description | Response headers |
|
|
673
|
+
|-------------|-------------|------------------|
|
|
674
|
+
|**200** | | - |
|
|
675
|
+
|
|
676
|
+
[[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)
|
|
677
|
+
|
|
678
|
+
# **businessTypeControllerGetBusinessVenue**
|
|
679
|
+
> BusinessVenueResponseDTO businessTypeControllerGetBusinessVenue(getBusinessVenueDto)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Example
|
|
683
|
+
|
|
684
|
+
```typescript
|
|
685
|
+
import {
|
|
686
|
+
BusinessApi,
|
|
687
|
+
Configuration,
|
|
688
|
+
GetBusinessVenueDto
|
|
689
|
+
} from './api';
|
|
690
|
+
|
|
691
|
+
const configuration = new Configuration();
|
|
692
|
+
const apiInstance = new BusinessApi(configuration);
|
|
693
|
+
|
|
694
|
+
let getBusinessVenueDto: GetBusinessVenueDto; //
|
|
695
|
+
|
|
696
|
+
const { status, data } = await apiInstance.businessTypeControllerGetBusinessVenue(
|
|
697
|
+
getBusinessVenueDto
|
|
698
|
+
);
|
|
699
|
+
```
|
|
700
|
+
|
|
701
|
+
### Parameters
|
|
702
|
+
|
|
703
|
+
|Name | Type | Description | Notes|
|
|
704
|
+
|------------- | ------------- | ------------- | -------------|
|
|
705
|
+
| **getBusinessVenueDto** | **GetBusinessVenueDto**| | |
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
### Return type
|
|
709
|
+
|
|
710
|
+
**BusinessVenueResponseDTO**
|
|
711
|
+
|
|
712
|
+
### Authorization
|
|
713
|
+
|
|
714
|
+
[bearer](../README.md#bearer)
|
|
715
|
+
|
|
716
|
+
### HTTP request headers
|
|
717
|
+
|
|
718
|
+
- **Content-Type**: application/json
|
|
719
|
+
- **Accept**: application/json
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
### HTTP response details
|
|
723
|
+
| Status code | Description | Response headers |
|
|
724
|
+
|-------------|-------------|------------------|
|
|
725
|
+
|**200** | | - |
|
|
726
|
+
|
|
727
|
+
[[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)
|
|
728
|
+
|
|
729
|
+
# **businessTypeControllerListBookingDurations**
|
|
730
|
+
> BookingDurationListResponse businessTypeControllerListBookingDurations()
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
### Example
|
|
734
|
+
|
|
735
|
+
```typescript
|
|
736
|
+
import {
|
|
737
|
+
BusinessApi,
|
|
738
|
+
Configuration
|
|
739
|
+
} from './api';
|
|
740
|
+
|
|
741
|
+
const configuration = new Configuration();
|
|
742
|
+
const apiInstance = new BusinessApi(configuration);
|
|
743
|
+
|
|
744
|
+
const { status, data } = await apiInstance.businessTypeControllerListBookingDurations();
|
|
745
|
+
```
|
|
746
|
+
|
|
747
|
+
### Parameters
|
|
748
|
+
This endpoint does not have any parameters.
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
### Return type
|
|
752
|
+
|
|
753
|
+
**BookingDurationListResponse**
|
|
754
|
+
|
|
755
|
+
### Authorization
|
|
756
|
+
|
|
757
|
+
[bearer](../README.md#bearer)
|
|
758
|
+
|
|
759
|
+
### HTTP request headers
|
|
760
|
+
|
|
761
|
+
- **Content-Type**: Not defined
|
|
762
|
+
- **Accept**: application/json
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
### HTTP response details
|
|
766
|
+
| Status code | Description | Response headers |
|
|
767
|
+
|-------------|-------------|------------------|
|
|
768
|
+
|**200** | | - |
|
|
769
|
+
|
|
770
|
+
[[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)
|
|
771
|
+
|
|
772
|
+
# **businessTypeControllerListBusinessType**
|
|
773
|
+
> BusinessTypeListResponse businessTypeControllerListBusinessType()
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
### Example
|
|
777
|
+
|
|
778
|
+
```typescript
|
|
779
|
+
import {
|
|
780
|
+
BusinessApi,
|
|
781
|
+
Configuration
|
|
782
|
+
} from './api';
|
|
783
|
+
|
|
784
|
+
const configuration = new Configuration();
|
|
785
|
+
const apiInstance = new BusinessApi(configuration);
|
|
786
|
+
|
|
787
|
+
let favorite: boolean; // (default to undefined)
|
|
788
|
+
|
|
789
|
+
const { status, data } = await apiInstance.businessTypeControllerListBusinessType(
|
|
790
|
+
favorite
|
|
791
|
+
);
|
|
792
|
+
```
|
|
793
|
+
|
|
794
|
+
### Parameters
|
|
795
|
+
|
|
796
|
+
|Name | Type | Description | Notes|
|
|
797
|
+
|------------- | ------------- | ------------- | -------------|
|
|
798
|
+
| **favorite** | [**boolean**] | | defaults to undefined|
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
### Return type
|
|
802
|
+
|
|
803
|
+
**BusinessTypeListResponse**
|
|
804
|
+
|
|
805
|
+
### Authorization
|
|
806
|
+
|
|
807
|
+
[bearer](../README.md#bearer)
|
|
808
|
+
|
|
809
|
+
### HTTP request headers
|
|
810
|
+
|
|
811
|
+
- **Content-Type**: Not defined
|
|
812
|
+
- **Accept**: application/json
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
### HTTP response details
|
|
816
|
+
| Status code | Description | Response headers |
|
|
817
|
+
|-------------|-------------|------------------|
|
|
818
|
+
|**200** | | - |
|
|
819
|
+
|
|
820
|
+
[[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)
|
|
821
|
+
|
|
822
|
+
# **businessTypeControllerListCategories**
|
|
823
|
+
> CategoryListResponse businessTypeControllerListCategories()
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Example
|
|
827
|
+
|
|
828
|
+
```typescript
|
|
829
|
+
import {
|
|
830
|
+
BusinessApi,
|
|
831
|
+
Configuration
|
|
832
|
+
} from './api';
|
|
833
|
+
|
|
834
|
+
const configuration = new Configuration();
|
|
835
|
+
const apiInstance = new BusinessApi(configuration);
|
|
836
|
+
|
|
837
|
+
let businessTypeId: string; //ID of the business type (default to undefined)
|
|
838
|
+
|
|
839
|
+
const { status, data } = await apiInstance.businessTypeControllerListCategories(
|
|
840
|
+
businessTypeId
|
|
841
|
+
);
|
|
842
|
+
```
|
|
843
|
+
|
|
844
|
+
### Parameters
|
|
845
|
+
|
|
846
|
+
|Name | Type | Description | Notes|
|
|
847
|
+
|------------- | ------------- | ------------- | -------------|
|
|
848
|
+
| **businessTypeId** | [**string**] | ID of the business type | defaults to undefined|
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
### Return type
|
|
852
|
+
|
|
853
|
+
**CategoryListResponse**
|
|
854
|
+
|
|
855
|
+
### Authorization
|
|
856
|
+
|
|
857
|
+
[bearer](../README.md#bearer)
|
|
858
|
+
|
|
859
|
+
### HTTP request headers
|
|
860
|
+
|
|
861
|
+
- **Content-Type**: Not defined
|
|
862
|
+
- **Accept**: application/json
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
### HTTP response details
|
|
866
|
+
| Status code | Description | Response headers |
|
|
867
|
+
|-------------|-------------|------------------|
|
|
868
|
+
|**200** | | - |
|
|
869
|
+
|
|
870
|
+
[[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)
|
|
871
|
+
|
|
872
|
+
# **businessTypeControllerListEmployeesSize**
|
|
873
|
+
> EmployeesSizeListResponse businessTypeControllerListEmployeesSize()
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
### Example
|
|
877
|
+
|
|
878
|
+
```typescript
|
|
879
|
+
import {
|
|
880
|
+
BusinessApi,
|
|
881
|
+
Configuration
|
|
882
|
+
} from './api';
|
|
883
|
+
|
|
884
|
+
const configuration = new Configuration();
|
|
885
|
+
const apiInstance = new BusinessApi(configuration);
|
|
886
|
+
|
|
887
|
+
const { status, data } = await apiInstance.businessTypeControllerListEmployeesSize();
|
|
888
|
+
```
|
|
889
|
+
|
|
890
|
+
### Parameters
|
|
891
|
+
This endpoint does not have any parameters.
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
### Return type
|
|
895
|
+
|
|
896
|
+
**EmployeesSizeListResponse**
|
|
897
|
+
|
|
898
|
+
### Authorization
|
|
899
|
+
|
|
900
|
+
[bearer](../README.md#bearer)
|
|
901
|
+
|
|
902
|
+
### HTTP request headers
|
|
903
|
+
|
|
904
|
+
- **Content-Type**: Not defined
|
|
905
|
+
- **Accept**: application/json
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
### HTTP response details
|
|
909
|
+
| Status code | Description | Response headers |
|
|
910
|
+
|-------------|-------------|------------------|
|
|
911
|
+
|**200** | | - |
|
|
912
|
+
|
|
913
|
+
[[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)
|
|
914
|
+
|
|
915
|
+
# **businessTypeControllerListPriceRange**
|
|
916
|
+
> PriceRangeListResponse businessTypeControllerListPriceRange()
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
### Example
|
|
920
|
+
|
|
921
|
+
```typescript
|
|
922
|
+
import {
|
|
923
|
+
BusinessApi,
|
|
924
|
+
Configuration
|
|
925
|
+
} from './api';
|
|
926
|
+
|
|
927
|
+
const configuration = new Configuration();
|
|
928
|
+
const apiInstance = new BusinessApi(configuration);
|
|
929
|
+
|
|
930
|
+
const { status, data } = await apiInstance.businessTypeControllerListPriceRange();
|
|
931
|
+
```
|
|
932
|
+
|
|
933
|
+
### Parameters
|
|
934
|
+
This endpoint does not have any parameters.
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
### Return type
|
|
938
|
+
|
|
939
|
+
**PriceRangeListResponse**
|
|
940
|
+
|
|
941
|
+
### Authorization
|
|
942
|
+
|
|
943
|
+
[bearer](../README.md#bearer)
|
|
944
|
+
|
|
945
|
+
### HTTP request headers
|
|
946
|
+
|
|
947
|
+
- **Content-Type**: Not defined
|
|
948
|
+
- **Accept**: application/json
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
### HTTP response details
|
|
952
|
+
| Status code | Description | Response headers |
|
|
953
|
+
|-------------|-------------|------------------|
|
|
954
|
+
|**200** | | - |
|
|
955
|
+
|
|
956
|
+
[[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)
|
|
957
|
+
|
|
958
|
+
# **businessTypeControllerMarkBusinessAsFavorite**
|
|
959
|
+
> BusinessFavoriteResponse businessTypeControllerMarkBusinessAsFavorite(businessFavoriteDTO)
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
### Example
|
|
963
|
+
|
|
964
|
+
```typescript
|
|
965
|
+
import {
|
|
966
|
+
BusinessApi,
|
|
967
|
+
Configuration,
|
|
968
|
+
BusinessFavoriteDTO
|
|
969
|
+
} from './api';
|
|
970
|
+
|
|
971
|
+
const configuration = new Configuration();
|
|
972
|
+
const apiInstance = new BusinessApi(configuration);
|
|
973
|
+
|
|
974
|
+
let businessFavoriteDTO: BusinessFavoriteDTO; //
|
|
975
|
+
|
|
976
|
+
const { status, data } = await apiInstance.businessTypeControllerMarkBusinessAsFavorite(
|
|
977
|
+
businessFavoriteDTO
|
|
978
|
+
);
|
|
979
|
+
```
|
|
980
|
+
|
|
981
|
+
### Parameters
|
|
982
|
+
|
|
983
|
+
|Name | Type | Description | Notes|
|
|
984
|
+
|------------- | ------------- | ------------- | -------------|
|
|
985
|
+
| **businessFavoriteDTO** | **BusinessFavoriteDTO**| | |
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
### Return type
|
|
989
|
+
|
|
990
|
+
**BusinessFavoriteResponse**
|
|
991
|
+
|
|
992
|
+
### Authorization
|
|
993
|
+
|
|
994
|
+
[bearer](../README.md#bearer)
|
|
995
|
+
|
|
996
|
+
### HTTP request headers
|
|
997
|
+
|
|
998
|
+
- **Content-Type**: application/json
|
|
999
|
+
- **Accept**: application/json
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
### HTTP response details
|
|
1003
|
+
| Status code | Description | Response headers |
|
|
1004
|
+
|-------------|-------------|------------------|
|
|
1005
|
+
|**200** | | - |
|
|
1006
|
+
|**409** | The requested venue is already on the favorites list. | - |
|
|
1007
|
+
|
|
1008
|
+
[[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)
|
|
1009
|
+
|
|
1010
|
+
# **businessTypeControllerUnFavoriteBusiness**
|
|
1011
|
+
> BusinessUnFavoriteResponse businessTypeControllerUnFavoriteBusiness(businessFavoriteDTO)
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### Example
|
|
1015
|
+
|
|
1016
|
+
```typescript
|
|
1017
|
+
import {
|
|
1018
|
+
BusinessApi,
|
|
1019
|
+
Configuration,
|
|
1020
|
+
BusinessFavoriteDTO
|
|
1021
|
+
} from './api';
|
|
1022
|
+
|
|
1023
|
+
const configuration = new Configuration();
|
|
1024
|
+
const apiInstance = new BusinessApi(configuration);
|
|
1025
|
+
|
|
1026
|
+
let businessFavoriteDTO: BusinessFavoriteDTO; //
|
|
1027
|
+
|
|
1028
|
+
const { status, data } = await apiInstance.businessTypeControllerUnFavoriteBusiness(
|
|
1029
|
+
businessFavoriteDTO
|
|
1030
|
+
);
|
|
1031
|
+
```
|
|
1032
|
+
|
|
1033
|
+
### Parameters
|
|
1034
|
+
|
|
1035
|
+
|Name | Type | Description | Notes|
|
|
1036
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1037
|
+
| **businessFavoriteDTO** | **BusinessFavoriteDTO**| | |
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
### Return type
|
|
1041
|
+
|
|
1042
|
+
**BusinessUnFavoriteResponse**
|
|
1043
|
+
|
|
1044
|
+
### Authorization
|
|
1045
|
+
|
|
1046
|
+
[bearer](../README.md#bearer)
|
|
1047
|
+
|
|
1048
|
+
### HTTP request headers
|
|
1049
|
+
|
|
1050
|
+
- **Content-Type**: application/json
|
|
1051
|
+
- **Accept**: application/json
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
### HTTP response details
|
|
1055
|
+
| Status code | Description | Response headers |
|
|
1056
|
+
|-------------|-------------|------------------|
|
|
1057
|
+
|**200** | | - |
|
|
1058
|
+
|**409** | The requested venue not in our records. | - |
|
|
1059
|
+
|
|
1060
|
+
[[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)
|
|
1061
|
+
|
|
1062
|
+
# **businessVerificationControllerABNVerification**
|
|
1063
|
+
> BusinessVerificationResponse businessVerificationControllerABNVerification()
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
### Example
|
|
1067
|
+
|
|
1068
|
+
```typescript
|
|
1069
|
+
import {
|
|
1070
|
+
BusinessApi,
|
|
1071
|
+
Configuration
|
|
1072
|
+
} from './api';
|
|
1073
|
+
|
|
1074
|
+
const configuration = new Configuration();
|
|
1075
|
+
const apiInstance = new BusinessApi(configuration);
|
|
1076
|
+
|
|
1077
|
+
let type: 'ABN' | 'NZBN' | 'CRN' | 'EIN'; //The type of business verification number (e.g., ABN, NZBN) (default to undefined)
|
|
1078
|
+
let businessNumber: string; // (default to undefined)
|
|
1079
|
+
|
|
1080
|
+
const { status, data } = await apiInstance.businessVerificationControllerABNVerification(
|
|
1081
|
+
type,
|
|
1082
|
+
businessNumber
|
|
1083
|
+
);
|
|
1084
|
+
```
|
|
1085
|
+
|
|
1086
|
+
### Parameters
|
|
1087
|
+
|
|
1088
|
+
|Name | Type | Description | Notes|
|
|
1089
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1090
|
+
| **type** | [**'ABN' | 'NZBN' | 'CRN' | 'EIN'**]**Array<'ABN' | 'NZBN' | 'CRN' | 'EIN'>** | The type of business verification number (e.g., ABN, NZBN) | defaults to undefined|
|
|
1091
|
+
| **businessNumber** | [**string**] | | defaults to undefined|
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
### Return type
|
|
1095
|
+
|
|
1096
|
+
**BusinessVerificationResponse**
|
|
1097
|
+
|
|
1098
|
+
### Authorization
|
|
1099
|
+
|
|
1100
|
+
No authorization required
|
|
1101
|
+
|
|
1102
|
+
### HTTP request headers
|
|
1103
|
+
|
|
1104
|
+
- **Content-Type**: Not defined
|
|
1105
|
+
- **Accept**: application/json
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
### HTTP response details
|
|
1109
|
+
| Status code | Description | Response headers |
|
|
1110
|
+
|-------------|-------------|------------------|
|
|
1111
|
+
|**200** | | - |
|
|
1112
|
+
|
|
1113
|
+
[[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)
|
|
1114
|
+
|