@tennac-booking/sdk 1.0.55 → 1.0.61
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 +217 -222
- package/README.md +199 -173
- package/api.ts +8275 -7164
- package/base.ts +3 -3
- package/common.ts +3 -3
- package/configuration.ts +3 -3
- package/dist/api.d.ts +5952 -5687
- package/dist/api.js +4344 -3312
- package/dist/base.d.ts +3 -3
- package/dist/base.js +3 -3
- package/dist/common.d.ts +3 -3
- package/dist/common.js +3 -3
- package/dist/configuration.d.ts +3 -3
- package/dist/configuration.js +3 -3
- package/dist/esm/api.d.ts +5952 -5687
- package/dist/esm/api.js +4251 -3215
- package/dist/esm/base.d.ts +3 -3
- package/dist/esm/base.js +3 -3
- package/dist/esm/common.d.ts +3 -3
- package/dist/esm/common.js +3 -3
- package/dist/esm/configuration.d.ts +3 -3
- package/dist/esm/configuration.js +3 -3
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.js +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/docs/{ApiErrorResponse.md → AddClubMember201Response.md} +6 -6
- package/docs/AddClubMemberRequest.md +7 -3
- package/docs/BookingAnalyticsResponse.md +34 -0
- package/docs/BookingHistory.md +34 -0
- package/docs/BookingInfo.md +50 -0
- package/docs/BookingPaymentStatusResponse.md +3 -3
- package/docs/BookingPaymentStatusResponseBooking.md +8 -7
- package/docs/BookingPaymentStatusResponseSummary.md +10 -9
- package/docs/BookingPopulated.md +5 -5
- package/docs/BookingResponse.md +4 -4
- package/docs/{UpdateProfileVisibilityRequestBody.md → BookingResponseOnsitePaymentsInner.md} +7 -5
- package/docs/BookingStatus.md +9 -1
- package/docs/BookingsApi.md +10 -64
- package/docs/{ManagerBookingsApi.md → BookingsManagerApi.md} +14 -24
- package/docs/BookingsStaffApi.md +323 -0
- package/docs/{UserBookingsApi.md → BookingsUserApi.md} +17 -25
- package/docs/CancelBookingResponse.md +2 -2
- package/docs/CaptureResult.md +30 -0
- package/docs/CheckInPlayersRequest.md +20 -0
- package/docs/CheckInPlayersResponse.md +6 -6
- package/docs/CheckedInPlayer.md +34 -0
- package/docs/ClubAnalyticsApi.md +20 -160
- package/docs/ClubAnalyticsStaffApi.md +523 -0
- package/docs/ClubMemberResponse.md +24 -0
- package/docs/ClubMemberResponseUser.md +27 -0
- package/docs/ClubPlayerResponse.md +36 -0
- package/docs/ClubResponse.md +22 -14
- package/docs/ClubResponseCreatedAt.md +19 -0
- package/docs/{Location.md → ClubResponseLocation.md} +9 -12
- package/docs/{GetNumberOfClubUsers200Response.md → ClubResponseLocationCoordinates.md} +7 -5
- package/docs/ClubResponseUpdatedAt.md +19 -0
- package/docs/ClubRoleResponse.md +11 -9
- package/docs/ClubRolesManagerApi.md +177 -0
- package/docs/{StaffClubsApi.md → ClubRolesStaffApi.md} +41 -34
- package/docs/ClubSettingsManagerApi.md +221 -0
- package/docs/ClubSettingsResponse.md +41 -0
- package/docs/{AddFavoriteClubRequestBody.md → ClubUserCountResponse.md} +5 -5
- package/docs/ClubsApi.md +515 -8
- package/docs/ClubsManagerApi.md +950 -0
- package/docs/{ManagerClubsApi.md → ClubsStaffApi.md} +138 -62
- package/docs/CourtInfo.md +28 -0
- package/docs/CourtResponse.md +16 -16
- package/docs/CourtStatus.md +2 -5
- package/docs/CreateBookingRequest.md +1 -3
- package/docs/CreateClubRequest.md +22 -0
- package/docs/CreateClubRoleRequest.md +24 -0
- package/docs/CreateClubSettingsRequest.md +34 -0
- package/docs/{ActiveClubListResponse.md → CreateCourtForClub201Response.md} +5 -5
- package/docs/CreateCourtRequest.md +10 -12
- package/docs/CreateEventRequest.md +1 -3
- package/docs/{SubscriptionSessionRequestBody.md → CreatePlan201Response.md} +5 -5
- package/docs/CreateSportForClub201Response.md +20 -0
- package/docs/{Sport.md → CreateSportForClubRequest.md} +4 -6
- package/docs/CreateSportRequest.md +1 -7
- package/docs/CreateSubscriptionPlanRequest.md +12 -4
- package/docs/CreateSubscriptionPlanRequestDiscount.md +32 -0
- package/docs/CreatorChargeResult.md +26 -0
- package/docs/DailyTurnoverResponse.md +3 -3
- package/docs/DefaultApi.md +62 -0
- package/docs/{CourtDeleteResponse.md → DeleteClubRoleResponse.md} +4 -4
- package/docs/DeleteClubSettingsResponse.md +20 -0
- package/docs/{DeleteSport200Response.md → DeleteCourtResponse.md} +4 -4
- package/docs/{DeleteEvent200Response.md → DeleteEventResponse.md} +4 -4
- package/docs/DeleteSlotsByClubInRange200Response.md +1 -1
- package/docs/{DeleteClubRole200Response.md → DeleteSportResponse.md} +4 -4
- package/docs/DeleteSubscriptionPlanResponse.md +20 -0
- package/docs/{StripeStatus.md → DiscountType.md} +5 -7
- package/docs/EventResponse.md +40 -0
- package/docs/EventResponseCourtsInner.md +18 -0
- package/docs/EventsApi.md +21 -21
- package/docs/{StaffEventResponse.md → EventsListResponse.md} +4 -4
- package/docs/{ManagerEventsApi.md → EventsManagerApi.md} +38 -40
- package/docs/{StaffEventsApi.md → EventsStaffApi.md} +11 -10
- package/docs/{GenderPercentage.md → GenderPercentageResponse.md} +7 -7
- package/docs/GetActualities200Response.md +20 -0
- package/docs/GetAvailableSlotsBySports200Response.md +20 -0
- package/docs/{ClubMembersResponse.md → GetClubMembers200Response.md} +6 -6
- package/docs/GetClubRoles200Response.md +20 -0
- package/docs/GetClubUsersById200Response.md +1 -1
- package/docs/GetCourtsByClubAndSportById200Response.md +26 -0
- package/docs/GetInfillPercentagePerPeriod200Response.md +5 -5
- package/docs/{SlotsResponse.md → GetSlotsByClubById200Response.md} +6 -6
- package/docs/GetSportsByClubById200Response.md +20 -0
- package/docs/{Court.md → ICourtData.md} +18 -6
- package/docs/{DiagnosticsResponse.md → InvoiceInfo.md} +8 -8
- package/docs/{ClubListResponse.md → LastSixMonthsTurnoverItem.md} +7 -7
- package/docs/ManagerCancelBookingRequest.md +1 -1
- package/docs/ManagerCancelBookingResponse.md +2 -2
- package/docs/MonthlyBreakdown.md +24 -0
- package/docs/MonthlyTurnoverResponse.md +6 -5
- package/docs/NoShowFeeResponse.md +6 -6
- package/docs/OffPeakRule.md +26 -0
- package/docs/PartialClubResponse.md +49 -0
- package/docs/PaymentByPlayerInfo.md +22 -0
- package/docs/PaymentMethod.md +2 -1
- package/docs/PlanInterval.md +14 -0
- package/docs/PlayerPaymentInfo.md +36 -0
- package/docs/PublicSubscriptionPlanResponse.md +30 -0
- package/docs/PublishEventResponse.md +20 -0
- package/docs/SlotInfo.md +26 -0
- package/docs/SportAnalyticsResponse.md +24 -0
- package/docs/SportInfo.md +22 -0
- package/docs/SportResponse.md +8 -11
- package/docs/SportWithAnalytics.md +36 -0
- package/docs/SportsManagerApi.md +177 -0
- package/docs/SportsStaffApi.md +55 -0
- package/docs/StripeStripeDeletedProduct.md +25 -0
- package/docs/StripeStripePrice.md +63 -0
- package/docs/StripeStripePriceBillingScheme.md +10 -0
- package/docs/StripeStripePriceCurrencyOptions.md +28 -0
- package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +24 -0
- package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +12 -0
- package/docs/StripeStripePriceCurrencyOptionsTier.md +28 -0
- package/docs/StripeStripePriceCustomUnitAmount.md +24 -0
- package/docs/StripeStripePriceProduct.md +59 -0
- package/docs/StripeStripePriceRecurring.md +28 -0
- package/docs/StripeStripePriceRecurringInterval.md +14 -0
- package/docs/StripeStripePriceRecurringUsageType.md +10 -0
- package/docs/StripeStripePriceTaxBehavior.md +12 -0
- package/docs/StripeStripePriceTier.md +28 -0
- package/docs/StripeStripePriceTiersMode.md +10 -0
- package/docs/StripeStripePriceTransformQuantity.md +22 -0
- package/docs/StripeStripePriceTransformQuantityRound.md +10 -0
- package/docs/StripeStripePriceType.md +10 -0
- package/docs/StripeStripeProduct.md +59 -0
- package/docs/StripeStripeProductDefaultPrice.md +63 -0
- package/docs/{AddPaymentMethodSetupRequestBody.md → StripeStripeProductMarketingFeature.md} +5 -5
- package/docs/StripeStripeProductPackageDimensions.md +26 -0
- package/docs/StripeStripeProductTaxCode.md +27 -0
- package/docs/StripeStripeProductType.md +10 -0
- package/docs/StripeStripeResponseStripeStripePrice.md +64 -0
- package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +30 -0
- package/docs/StripeStripeTaxCode.md +27 -0
- package/docs/{SubscribeToClubRequestBody.md → SubscribeRequestBody.md} +3 -3
- package/docs/SubscriptionPlanResponse.md +16 -14
- package/docs/SubscriptionsManagerApi.md +171 -0
- package/docs/{UserClubSportsApi.md → SubscriptionsPublicApi.md} +15 -15
- package/docs/{StaffClubBookingsApi.md → SubscriptionsStaffApi.md} +12 -10
- package/docs/{ManagerClubCourtsApi.md → SubscriptionsUserApi.md} +68 -66
- package/docs/SurfaceType.md +12 -0
- package/docs/UpdateActuality200Response.md +20 -0
- package/docs/UpdateClubRequest.md +11 -11
- package/docs/UpdateClubRequestLocation.md +29 -0
- package/docs/{BookingPopulatedSlotIdCourtIdSportId.md → UpdateClubRequestLocationCoordinates.md} +7 -7
- package/docs/UpdateClubRoleRequest.md +22 -0
- package/docs/UpdateClubSettingsRequest.md +14 -10
- package/docs/{FrequentlyVisitedClubItem.md → UpdatePlanRequest.md} +7 -7
- package/docs/UpdateSportRequest.md +1 -5
- package/docs/UpdateSubscriptionPlanForClub200Response.md +20 -0
- package/docs/{BookingPopulatedUserId.md → UserInfo.md} +6 -6
- package/docs/UsersApi.md +27 -378
- package/docs/YearlyTurnoverResponse.md +4 -4
- package/index.ts +3 -3
- package/package.json +1 -1
- package/docs/ActiveClub.md +0 -30
- package/docs/AddClubMemberResponse.md +0 -22
- package/docs/AddPaymentMethodSetupResponse.md +0 -24
- package/docs/BlockSlotResponse.md +0 -22
- package/docs/Booking.md +0 -32
- package/docs/BookingHistoryResponse.md +0 -22
- package/docs/BookingHistoryResponseHistoryInner.md +0 -32
- package/docs/BookingPaymentStatusResponsePaymentStatusInner.md +0 -36
- package/docs/BookingPopulatedPaymentByPlayersStatusInner.md +0 -22
- package/docs/BookingPopulatedPaymentByPlayersStatusInnerInvoicesInner.md +0 -24
- package/docs/BookingPopulatedSlotId.md +0 -26
- package/docs/BookingPopulatedSlotIdCourtId.md +0 -28
- package/docs/BookingsStaffWeeklyWeekIdGet200Response.md +0 -20
- package/docs/CancelBookingResponseBooking.md +0 -30
- package/docs/CheckInPlayersResponseCheckedInPlayersInner.md +0 -34
- package/docs/Club.md +0 -40
- package/docs/ClubInfoResponse.md +0 -48
- package/docs/ClubMember.md +0 -24
- package/docs/ClubRole.md +0 -30
- package/docs/ClubRolesResponse.md +0 -22
- package/docs/ClubSettings.md +0 -40
- package/docs/ClubStaffResponse.md +0 -48
- package/docs/ConfirmPaymentMethodSetupRequestBody.md +0 -20
- package/docs/ConfirmPaymentMethodSetupResponse.md +0 -22
- package/docs/CourtWithNameResponse.md +0 -48
- package/docs/CourtsResponse.md +0 -22
- package/docs/CourtsWithNameResponse.md +0 -22
- package/docs/CreateClubRoleRequestBody.md +0 -24
- package/docs/CreatePriceRequest.md +0 -26
- package/docs/DiagnosticsApi.md +0 -97
- package/docs/Event.md +0 -40
- package/docs/EventBooking.md +0 -32
- package/docs/EventRegistrationRequest.md +0 -22
- package/docs/FrequentlyPlayedWithItem.md +0 -28
- package/docs/GetActiveClubs200Response.md +0 -20
- package/docs/GetClubInfos200Response.md +0 -30
- package/docs/GetCourtsByClubAndSport200Response.md +0 -26
- package/docs/GetLastSixMonthsTurnover200ResponseInner.md +0 -22
- package/docs/GetPublishedEventsByClubId200Response.md +0 -20
- package/docs/InvoicesResponse.md +0 -22
- package/docs/InvoicesResponseInvoicesInner.md +0 -34
- package/docs/InvoicesResponsePagination.md +0 -26
- package/docs/LevelBySportsItem.md +0 -22
- package/docs/ManagerCancelBookingResponseBooking.md +0 -30
- package/docs/ManagerClubRolesApi.md +0 -268
- package/docs/ManagerClubSlotsApi.md +0 -119
- package/docs/ManagerClubSubscriptionsApi.md +0 -387
- package/docs/ManagerEventResponse.md +0 -22
- package/docs/ManagerSportsApi.md +0 -119
- package/docs/NoShowFeeResponseCaptureResultsInner.md +0 -30
- package/docs/NoShowFeeResponseCreatorChargeResult.md +0 -26
- package/docs/PaymentStatus.md +0 -30
- package/docs/PriceResponse.md +0 -32
- package/docs/PublicClubUser.md +0 -46
- package/docs/PublicClubUserFrequentlyPlayedWithInner.md +0 -28
- package/docs/PublicClubUserFrequentlyVisitedClubsInner.md +0 -24
- package/docs/PublicClubUserLevelBySportsInner.md +0 -22
- package/docs/RegisterForEvent201Response.md +0 -20
- package/docs/RestoreSubscriptionPlanForClub200Response.md +0 -20
- package/docs/SdkDiagnosticsResponse.md +0 -28
- package/docs/SdkDiagnosticsResponseOpenapi.md +0 -24
- package/docs/SdkDiagnosticsResponseSdk.md +0 -24
- package/docs/Slot.md +0 -24
- package/docs/SlotException.md +0 -26
- package/docs/SlotResponse.md +0 -34
- package/docs/StaffBookingsApi.md +0 -61
- package/docs/StaffClubAnalyticsApi.md +0 -254
- package/docs/StripeLink.md +0 -26
- package/docs/SubscriptionPlan.md +0 -36
- package/docs/SubscriptionResponse.md +0 -36
- package/docs/SubscriptionSessionResponse.md +0 -20
- package/docs/UpdateClubRoleRequestBody.md +0 -24
- package/docs/UpdateCourtRequest.md +0 -38
- package/docs/UpdateProfilePictureRequestBody.md +0 -20
- package/docs/UpdateSubscriptionPlanRequest.md +0 -24
- package/docs/UpdateSubscriptionPlanResponse.md +0 -22
- package/docs/UpdateUserCityRequestBody.md +0 -20
- package/docs/UpdateUserDescriptionRequestBody.md +0 -20
- package/docs/UserBookingItem.md +0 -46
- package/docs/UserClubCourtsApi.md +0 -64
- package/docs/UserClubSlotsApi.md +0 -181
- package/docs/UserClubsApi.md +0 -145
- package/docs/UserInfoStaff.md +0 -38
- package/docs/UserStaffResponse.md +0 -40
- package/docs/YearlyTurnoverResponseMonthlyBreakdownInner.md +0 -24
|
@@ -1,30 +1,27 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ClubResponseLocation
|
|
2
2
|
|
|
3
|
+
Localisation du club
|
|
3
4
|
|
|
4
5
|
## Properties
|
|
5
6
|
|
|
6
7
|
Name | Type | Description | Notes
|
|
7
8
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**
|
|
9
|
-
**coordinates** | **Array<number>** | Longitude et latitude | [default to undefined]
|
|
10
|
-
**city** | **string** | | [optional] [default to undefined]
|
|
9
|
+
**coordinates** | [**ClubResponseLocationCoordinates**](ClubResponseLocationCoordinates.md) | | [optional] [default to undefined]
|
|
11
10
|
**country** | **string** | | [optional] [default to undefined]
|
|
12
|
-
**
|
|
13
|
-
**
|
|
11
|
+
**zipCode** | **string** | | [optional] [default to undefined]
|
|
12
|
+
**city** | **string** | | [optional] [default to undefined]
|
|
14
13
|
**address** | **string** | | [optional] [default to undefined]
|
|
15
14
|
|
|
16
15
|
## Example
|
|
17
16
|
|
|
18
17
|
```typescript
|
|
19
|
-
import {
|
|
18
|
+
import { ClubResponseLocation } from '@tennac-booking/sdk';
|
|
20
19
|
|
|
21
|
-
const instance:
|
|
22
|
-
type,
|
|
20
|
+
const instance: ClubResponseLocation = {
|
|
23
21
|
coordinates,
|
|
24
|
-
city,
|
|
25
22
|
country,
|
|
26
|
-
|
|
27
|
-
|
|
23
|
+
zipCode,
|
|
24
|
+
city,
|
|
28
25
|
address,
|
|
29
26
|
};
|
|
30
27
|
```
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ClubResponseLocationCoordinates
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
## Properties
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**
|
|
8
|
+
**lng** | **number** | | [default to undefined]
|
|
9
|
+
**lat** | **number** | | [default to undefined]
|
|
9
10
|
|
|
10
11
|
## Example
|
|
11
12
|
|
|
12
13
|
```typescript
|
|
13
|
-
import {
|
|
14
|
+
import { ClubResponseLocationCoordinates } from '@tennac-booking/sdk';
|
|
14
15
|
|
|
15
|
-
const instance:
|
|
16
|
-
|
|
16
|
+
const instance: ClubResponseLocationCoordinates = {
|
|
17
|
+
lng,
|
|
18
|
+
lat,
|
|
17
19
|
};
|
|
18
20
|
```
|
|
19
21
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# ClubResponseUpdatedAt
|
|
2
|
+
|
|
3
|
+
Date de dernière mise à jour
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
Name | Type | Description | Notes
|
|
8
|
+
------------ | ------------- | ------------- | -------------
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
```typescript
|
|
13
|
+
import { ClubResponseUpdatedAt } from '@tennac-booking/sdk';
|
|
14
|
+
|
|
15
|
+
const instance: ClubResponseUpdatedAt = {
|
|
16
|
+
};
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
package/docs/ClubRoleResponse.md
CHANGED
|
@@ -5,12 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Name | Type | Description | Notes
|
|
7
7
|
------------ | ------------- | ------------- | -------------
|
|
8
|
-
**id** | **string** |
|
|
9
|
-
**
|
|
10
|
-
**
|
|
11
|
-
**
|
|
12
|
-
**
|
|
13
|
-
**
|
|
8
|
+
**id** | **string** | ID du rôle | [default to undefined]
|
|
9
|
+
**userId** | **string** | ID de l\'utilisateur | [default to undefined]
|
|
10
|
+
**clubId** | **string** | ID du club | [default to undefined]
|
|
11
|
+
**role** | **string** | Rôle attribué | [default to undefined]
|
|
12
|
+
**rights** | **Array<string>** | Droits associés | [default to undefined]
|
|
13
|
+
**createdAt** | **string** | Date de création | [default to undefined]
|
|
14
|
+
**updatedAt** | **string** | Date de mise à jour | [default to undefined]
|
|
14
15
|
|
|
15
16
|
## Example
|
|
16
17
|
|
|
@@ -19,9 +20,10 @@ import { ClubRoleResponse } from '@tennac-booking/sdk';
|
|
|
19
20
|
|
|
20
21
|
const instance: ClubRoleResponse = {
|
|
21
22
|
id,
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
userId,
|
|
24
|
+
clubId,
|
|
25
|
+
role,
|
|
26
|
+
rights,
|
|
25
27
|
createdAt,
|
|
26
28
|
updatedAt,
|
|
27
29
|
};
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# ClubRolesManagerApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**createClubRole**](#createclubrole) | **POST** /api/club-roles | |
|
|
8
|
+
|[**deleteClubRole**](#deleteclubrole) | **DELETE** /api/club-roles/{id} | |
|
|
9
|
+
|[**updateClubRole**](#updateclubrole) | **PUT** /api/club-roles/{id} | |
|
|
10
|
+
|
|
11
|
+
# **createClubRole**
|
|
12
|
+
> ClubRoleResponse createClubRole(createClubRoleRequest)
|
|
13
|
+
|
|
14
|
+
Crée un rôle de club
|
|
15
|
+
|
|
16
|
+
### Example
|
|
17
|
+
|
|
18
|
+
```typescript
|
|
19
|
+
import {
|
|
20
|
+
ClubRolesManagerApi,
|
|
21
|
+
Configuration,
|
|
22
|
+
CreateClubRoleRequest
|
|
23
|
+
} from '@tennac-booking/sdk';
|
|
24
|
+
|
|
25
|
+
const configuration = new Configuration();
|
|
26
|
+
const apiInstance = new ClubRolesManagerApi(configuration);
|
|
27
|
+
|
|
28
|
+
let createClubRoleRequest: CreateClubRoleRequest; //
|
|
29
|
+
|
|
30
|
+
const { status, data } = await apiInstance.createClubRole(
|
|
31
|
+
createClubRoleRequest
|
|
32
|
+
);
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
### Parameters
|
|
36
|
+
|
|
37
|
+
|Name | Type | Description | Notes|
|
|
38
|
+
|------------- | ------------- | ------------- | -------------|
|
|
39
|
+
| **createClubRoleRequest** | **CreateClubRoleRequest**| | |
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Return type
|
|
43
|
+
|
|
44
|
+
**ClubRoleResponse**
|
|
45
|
+
|
|
46
|
+
### Authorization
|
|
47
|
+
|
|
48
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
49
|
+
|
|
50
|
+
### HTTP request headers
|
|
51
|
+
|
|
52
|
+
- **Content-Type**: application/json
|
|
53
|
+
- **Accept**: application/json
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### HTTP response details
|
|
57
|
+
| Status code | Description | Response headers |
|
|
58
|
+
|-------------|-------------|------------------|
|
|
59
|
+
|**201** | Role créé | - |
|
|
60
|
+
|**400** | Bad Request | - |
|
|
61
|
+
|**401** | Unauthorized | - |
|
|
62
|
+
|**500** | Server Error | - |
|
|
63
|
+
|
|
64
|
+
[[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)
|
|
65
|
+
|
|
66
|
+
# **deleteClubRole**
|
|
67
|
+
> DeleteClubRoleResponse deleteClubRole()
|
|
68
|
+
|
|
69
|
+
Supprime un rôle de club
|
|
70
|
+
|
|
71
|
+
### Example
|
|
72
|
+
|
|
73
|
+
```typescript
|
|
74
|
+
import {
|
|
75
|
+
ClubRolesManagerApi,
|
|
76
|
+
Configuration
|
|
77
|
+
} from '@tennac-booking/sdk';
|
|
78
|
+
|
|
79
|
+
const configuration = new Configuration();
|
|
80
|
+
const apiInstance = new ClubRolesManagerApi(configuration);
|
|
81
|
+
|
|
82
|
+
let id: string; // (default to undefined)
|
|
83
|
+
|
|
84
|
+
const { status, data } = await apiInstance.deleteClubRole(
|
|
85
|
+
id
|
|
86
|
+
);
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Parameters
|
|
90
|
+
|
|
91
|
+
|Name | Type | Description | Notes|
|
|
92
|
+
|------------- | ------------- | ------------- | -------------|
|
|
93
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
### Return type
|
|
97
|
+
|
|
98
|
+
**DeleteClubRoleResponse**
|
|
99
|
+
|
|
100
|
+
### Authorization
|
|
101
|
+
|
|
102
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
103
|
+
|
|
104
|
+
### HTTP request headers
|
|
105
|
+
|
|
106
|
+
- **Content-Type**: Not defined
|
|
107
|
+
- **Accept**: application/json
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### HTTP response details
|
|
111
|
+
| Status code | Description | Response headers |
|
|
112
|
+
|-------------|-------------|------------------|
|
|
113
|
+
|**200** | Role supprimé | - |
|
|
114
|
+
|**401** | Unauthorized | - |
|
|
115
|
+
|**404** | Not Found | - |
|
|
116
|
+
|**500** | Server Error | - |
|
|
117
|
+
|
|
118
|
+
[[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)
|
|
119
|
+
|
|
120
|
+
# **updateClubRole**
|
|
121
|
+
> ClubRoleResponse updateClubRole(updateClubRoleRequest)
|
|
122
|
+
|
|
123
|
+
Met à jour un rôle de club
|
|
124
|
+
|
|
125
|
+
### Example
|
|
126
|
+
|
|
127
|
+
```typescript
|
|
128
|
+
import {
|
|
129
|
+
ClubRolesManagerApi,
|
|
130
|
+
Configuration,
|
|
131
|
+
UpdateClubRoleRequest
|
|
132
|
+
} from '@tennac-booking/sdk';
|
|
133
|
+
|
|
134
|
+
const configuration = new Configuration();
|
|
135
|
+
const apiInstance = new ClubRolesManagerApi(configuration);
|
|
136
|
+
|
|
137
|
+
let id: string; // (default to undefined)
|
|
138
|
+
let updateClubRoleRequest: UpdateClubRoleRequest; //
|
|
139
|
+
|
|
140
|
+
const { status, data } = await apiInstance.updateClubRole(
|
|
141
|
+
id,
|
|
142
|
+
updateClubRoleRequest
|
|
143
|
+
);
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
### Parameters
|
|
147
|
+
|
|
148
|
+
|Name | Type | Description | Notes|
|
|
149
|
+
|------------- | ------------- | ------------- | -------------|
|
|
150
|
+
| **updateClubRoleRequest** | **UpdateClubRoleRequest**| | |
|
|
151
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
### Return type
|
|
155
|
+
|
|
156
|
+
**ClubRoleResponse**
|
|
157
|
+
|
|
158
|
+
### Authorization
|
|
159
|
+
|
|
160
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
161
|
+
|
|
162
|
+
### HTTP request headers
|
|
163
|
+
|
|
164
|
+
- **Content-Type**: application/json
|
|
165
|
+
- **Accept**: application/json
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### HTTP response details
|
|
169
|
+
| Status code | Description | Response headers |
|
|
170
|
+
|-------------|-------------|------------------|
|
|
171
|
+
|**200** | Role mis à jour | - |
|
|
172
|
+
|**401** | Unauthorized | - |
|
|
173
|
+
|**404** | Not Found | - |
|
|
174
|
+
|**500** | Server Error | - |
|
|
175
|
+
|
|
176
|
+
[[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)
|
|
177
|
+
|
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
#
|
|
1
|
+
# ClubRolesStaffApi
|
|
2
2
|
|
|
3
3
|
All URIs are relative to *http://localhost*
|
|
4
4
|
|
|
5
5
|
|Method | HTTP request | Description|
|
|
6
6
|
|------------- | ------------- | -------------|
|
|
7
|
-
|[**
|
|
8
|
-
|[**
|
|
9
|
-
|[**
|
|
7
|
+
|[**getAllClubRoles**](#getallclubroles) | **GET** /api/club-roles | |
|
|
8
|
+
|[**getClubRoleById**](#getclubrolebyid) | **GET** /api/club-roles/{id} | |
|
|
9
|
+
|[**getUserRolesInClubs**](#getuserrolesinclubs) | **GET** /api/club-roles/me/roles | |
|
|
10
10
|
|
|
11
|
-
# **
|
|
12
|
-
>
|
|
11
|
+
# **getAllClubRoles**
|
|
12
|
+
> Array<ClubRoleResponse> getAllClubRoles()
|
|
13
13
|
|
|
14
|
+
Récupère la liste des rôles d\'un club
|
|
14
15
|
|
|
15
16
|
### Example
|
|
16
17
|
|
|
17
18
|
```typescript
|
|
18
19
|
import {
|
|
19
|
-
|
|
20
|
+
ClubRolesStaffApi,
|
|
20
21
|
Configuration
|
|
21
22
|
} from '@tennac-booking/sdk';
|
|
22
23
|
|
|
23
24
|
const configuration = new Configuration();
|
|
24
|
-
const apiInstance = new
|
|
25
|
+
const apiInstance = new ClubRolesStaffApi(configuration);
|
|
25
26
|
|
|
26
|
-
const { status, data } = await apiInstance.
|
|
27
|
+
const { status, data } = await apiInstance.getAllClubRoles();
|
|
27
28
|
```
|
|
28
29
|
|
|
29
30
|
### Parameters
|
|
@@ -32,7 +33,7 @@ This endpoint does not have any parameters.
|
|
|
32
33
|
|
|
33
34
|
### Return type
|
|
34
35
|
|
|
35
|
-
**
|
|
36
|
+
**Array<ClubRoleResponse>**
|
|
36
37
|
|
|
37
38
|
### Authorization
|
|
38
39
|
|
|
@@ -47,36 +48,46 @@ This endpoint does not have any parameters.
|
|
|
47
48
|
### HTTP response details
|
|
48
49
|
| Status code | Description | Response headers |
|
|
49
50
|
|-------------|-------------|------------------|
|
|
50
|
-
|**200** |
|
|
51
|
-
|**
|
|
51
|
+
|**200** | Liste des roles | - |
|
|
52
|
+
|**400** | Bad Request | - |
|
|
53
|
+
|**401** | Unauthorized | - |
|
|
54
|
+
|**500** | Server Error | - |
|
|
52
55
|
|
|
53
56
|
[[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)
|
|
54
57
|
|
|
55
|
-
# **
|
|
56
|
-
>
|
|
58
|
+
# **getClubRoleById**
|
|
59
|
+
> ClubRoleResponse getClubRoleById()
|
|
57
60
|
|
|
61
|
+
Récupère un rôle de club par ID
|
|
58
62
|
|
|
59
63
|
### Example
|
|
60
64
|
|
|
61
65
|
```typescript
|
|
62
66
|
import {
|
|
63
|
-
|
|
67
|
+
ClubRolesStaffApi,
|
|
64
68
|
Configuration
|
|
65
69
|
} from '@tennac-booking/sdk';
|
|
66
70
|
|
|
67
71
|
const configuration = new Configuration();
|
|
68
|
-
const apiInstance = new
|
|
72
|
+
const apiInstance = new ClubRolesStaffApi(configuration);
|
|
69
73
|
|
|
70
|
-
|
|
74
|
+
let id: string; // (default to undefined)
|
|
75
|
+
|
|
76
|
+
const { status, data } = await apiInstance.getClubRoleById(
|
|
77
|
+
id
|
|
78
|
+
);
|
|
71
79
|
```
|
|
72
80
|
|
|
73
81
|
### Parameters
|
|
74
|
-
|
|
82
|
+
|
|
83
|
+
|Name | Type | Description | Notes|
|
|
84
|
+
|------------- | ------------- | ------------- | -------------|
|
|
85
|
+
| **id** | [**string**] | | defaults to undefined|
|
|
75
86
|
|
|
76
87
|
|
|
77
88
|
### Return type
|
|
78
89
|
|
|
79
|
-
**
|
|
90
|
+
**ClubRoleResponse**
|
|
80
91
|
|
|
81
92
|
### Authorization
|
|
82
93
|
|
|
@@ -91,30 +102,29 @@ This endpoint does not have any parameters.
|
|
|
91
102
|
### HTTP response details
|
|
92
103
|
| Status code | Description | Response headers |
|
|
93
104
|
|-------------|-------------|------------------|
|
|
94
|
-
|**200** |
|
|
95
|
-
|**401** |
|
|
96
|
-
|**
|
|
97
|
-
|**
|
|
98
|
-
|**500** | Erreur serveur interne | - |
|
|
105
|
+
|**200** | Role trouvé | - |
|
|
106
|
+
|**401** | Unauthorized | - |
|
|
107
|
+
|**404** | Not Found | - |
|
|
108
|
+
|**500** | Server Error | - |
|
|
99
109
|
|
|
100
110
|
[[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)
|
|
101
111
|
|
|
102
|
-
# **
|
|
103
|
-
>
|
|
112
|
+
# **getUserRolesInClubs**
|
|
113
|
+
> UserRolesResponse getUserRolesInClubs()
|
|
104
114
|
|
|
105
115
|
|
|
106
116
|
### Example
|
|
107
117
|
|
|
108
118
|
```typescript
|
|
109
119
|
import {
|
|
110
|
-
|
|
120
|
+
ClubRolesStaffApi,
|
|
111
121
|
Configuration
|
|
112
122
|
} from '@tennac-booking/sdk';
|
|
113
123
|
|
|
114
124
|
const configuration = new Configuration();
|
|
115
|
-
const apiInstance = new
|
|
125
|
+
const apiInstance = new ClubRolesStaffApi(configuration);
|
|
116
126
|
|
|
117
|
-
const { status, data } = await apiInstance.
|
|
127
|
+
const { status, data } = await apiInstance.getUserRolesInClubs();
|
|
118
128
|
```
|
|
119
129
|
|
|
120
130
|
### Parameters
|
|
@@ -123,7 +133,7 @@ This endpoint does not have any parameters.
|
|
|
123
133
|
|
|
124
134
|
### Return type
|
|
125
135
|
|
|
126
|
-
**
|
|
136
|
+
**UserRolesResponse**
|
|
127
137
|
|
|
128
138
|
### Authorization
|
|
129
139
|
|
|
@@ -138,10 +148,7 @@ This endpoint does not have any parameters.
|
|
|
138
148
|
### HTTP response details
|
|
139
149
|
| Status code | Description | Response headers |
|
|
140
150
|
|-------------|-------------|------------------|
|
|
141
|
-
|**200** |
|
|
142
|
-
|**401** | Non autorisé | - |
|
|
143
|
-
|**403** | Accès interdit | - |
|
|
144
|
-
|**500** | Erreur serveur interne | - |
|
|
151
|
+
|**200** | Ok | - |
|
|
145
152
|
|
|
146
153
|
[[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)
|
|
147
154
|
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
# ClubSettingsManagerApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *http://localhost*
|
|
4
|
+
|
|
5
|
+
|Method | HTTP request | Description|
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
|[**createClubSettings**](#createclubsettings) | **POST** /api/club-settings/{clubId} | |
|
|
8
|
+
|[**deleteClubSettings**](#deleteclubsettings) | **DELETE** /api/club-settings | |
|
|
9
|
+
|[**getClubSettings**](#getclubsettings) | **GET** /api/club-settings | |
|
|
10
|
+
|[**updateClubSettings**](#updateclubsettings) | **PUT** /api/club-settings | |
|
|
11
|
+
|
|
12
|
+
# **createClubSettings**
|
|
13
|
+
> ClubSettingsResponse createClubSettings(createClubSettingsRequest)
|
|
14
|
+
|
|
15
|
+
Crée les paramètres d\'un club
|
|
16
|
+
|
|
17
|
+
### Example
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
import {
|
|
21
|
+
ClubSettingsManagerApi,
|
|
22
|
+
Configuration,
|
|
23
|
+
CreateClubSettingsRequest
|
|
24
|
+
} from '@tennac-booking/sdk';
|
|
25
|
+
|
|
26
|
+
const configuration = new Configuration();
|
|
27
|
+
const apiInstance = new ClubSettingsManagerApi(configuration);
|
|
28
|
+
|
|
29
|
+
let clubId: string; // (default to undefined)
|
|
30
|
+
let createClubSettingsRequest: CreateClubSettingsRequest; //
|
|
31
|
+
|
|
32
|
+
const { status, data } = await apiInstance.createClubSettings(
|
|
33
|
+
clubId,
|
|
34
|
+
createClubSettingsRequest
|
|
35
|
+
);
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### Parameters
|
|
39
|
+
|
|
40
|
+
|Name | Type | Description | Notes|
|
|
41
|
+
|------------- | ------------- | ------------- | -------------|
|
|
42
|
+
| **createClubSettingsRequest** | **CreateClubSettingsRequest**| | |
|
|
43
|
+
| **clubId** | [**string**] | | defaults to undefined|
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Return type
|
|
47
|
+
|
|
48
|
+
**ClubSettingsResponse**
|
|
49
|
+
|
|
50
|
+
### Authorization
|
|
51
|
+
|
|
52
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
53
|
+
|
|
54
|
+
### HTTP request headers
|
|
55
|
+
|
|
56
|
+
- **Content-Type**: application/json
|
|
57
|
+
- **Accept**: application/json
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
### HTTP response details
|
|
61
|
+
| Status code | Description | Response headers |
|
|
62
|
+
|-------------|-------------|------------------|
|
|
63
|
+
|**201** | Paramètres créés | - |
|
|
64
|
+
|**400** | Bad Request | - |
|
|
65
|
+
|**401** | Unauthorized | - |
|
|
66
|
+
|**500** | Server Error | - |
|
|
67
|
+
|
|
68
|
+
[[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)
|
|
69
|
+
|
|
70
|
+
# **deleteClubSettings**
|
|
71
|
+
> DeleteClubSettingsResponse deleteClubSettings()
|
|
72
|
+
|
|
73
|
+
Supprime les paramètres d\'un club
|
|
74
|
+
|
|
75
|
+
### Example
|
|
76
|
+
|
|
77
|
+
```typescript
|
|
78
|
+
import {
|
|
79
|
+
ClubSettingsManagerApi,
|
|
80
|
+
Configuration
|
|
81
|
+
} from '@tennac-booking/sdk';
|
|
82
|
+
|
|
83
|
+
const configuration = new Configuration();
|
|
84
|
+
const apiInstance = new ClubSettingsManagerApi(configuration);
|
|
85
|
+
|
|
86
|
+
const { status, data } = await apiInstance.deleteClubSettings();
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Parameters
|
|
90
|
+
This endpoint does not have any parameters.
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
### Return type
|
|
94
|
+
|
|
95
|
+
**DeleteClubSettingsResponse**
|
|
96
|
+
|
|
97
|
+
### Authorization
|
|
98
|
+
|
|
99
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
100
|
+
|
|
101
|
+
### HTTP request headers
|
|
102
|
+
|
|
103
|
+
- **Content-Type**: Not defined
|
|
104
|
+
- **Accept**: application/json
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
### HTTP response details
|
|
108
|
+
| Status code | Description | Response headers |
|
|
109
|
+
|-------------|-------------|------------------|
|
|
110
|
+
|**200** | Paramètres supprimés | - |
|
|
111
|
+
|**400** | Bad Request | - |
|
|
112
|
+
|**401** | Unauthorized | - |
|
|
113
|
+
|**404** | Paramètres non trouvés | - |
|
|
114
|
+
|**500** | Server Error | - |
|
|
115
|
+
|
|
116
|
+
[[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)
|
|
117
|
+
|
|
118
|
+
# **getClubSettings**
|
|
119
|
+
> ClubSettingsResponse getClubSettings()
|
|
120
|
+
|
|
121
|
+
Récupère les paramètres d\'un club
|
|
122
|
+
|
|
123
|
+
### Example
|
|
124
|
+
|
|
125
|
+
```typescript
|
|
126
|
+
import {
|
|
127
|
+
ClubSettingsManagerApi,
|
|
128
|
+
Configuration
|
|
129
|
+
} from '@tennac-booking/sdk';
|
|
130
|
+
|
|
131
|
+
const configuration = new Configuration();
|
|
132
|
+
const apiInstance = new ClubSettingsManagerApi(configuration);
|
|
133
|
+
|
|
134
|
+
const { status, data } = await apiInstance.getClubSettings();
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
### Parameters
|
|
138
|
+
This endpoint does not have any parameters.
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Return type
|
|
142
|
+
|
|
143
|
+
**ClubSettingsResponse**
|
|
144
|
+
|
|
145
|
+
### Authorization
|
|
146
|
+
|
|
147
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
148
|
+
|
|
149
|
+
### HTTP request headers
|
|
150
|
+
|
|
151
|
+
- **Content-Type**: Not defined
|
|
152
|
+
- **Accept**: application/json
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### HTTP response details
|
|
156
|
+
| Status code | Description | Response headers |
|
|
157
|
+
|-------------|-------------|------------------|
|
|
158
|
+
|**200** | Paramètres du club | - |
|
|
159
|
+
|**400** | Bad Request | - |
|
|
160
|
+
|**401** | Unauthorized | - |
|
|
161
|
+
|**404** | Paramètres non trouvés | - |
|
|
162
|
+
|**500** | Server Error | - |
|
|
163
|
+
|
|
164
|
+
[[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)
|
|
165
|
+
|
|
166
|
+
# **updateClubSettings**
|
|
167
|
+
> ClubSettingsResponse updateClubSettings(updateClubSettingsRequest)
|
|
168
|
+
|
|
169
|
+
Met à jour les paramètres d\'un club
|
|
170
|
+
|
|
171
|
+
### Example
|
|
172
|
+
|
|
173
|
+
```typescript
|
|
174
|
+
import {
|
|
175
|
+
ClubSettingsManagerApi,
|
|
176
|
+
Configuration,
|
|
177
|
+
UpdateClubSettingsRequest
|
|
178
|
+
} from '@tennac-booking/sdk';
|
|
179
|
+
|
|
180
|
+
const configuration = new Configuration();
|
|
181
|
+
const apiInstance = new ClubSettingsManagerApi(configuration);
|
|
182
|
+
|
|
183
|
+
let updateClubSettingsRequest: UpdateClubSettingsRequest; //
|
|
184
|
+
|
|
185
|
+
const { status, data } = await apiInstance.updateClubSettings(
|
|
186
|
+
updateClubSettingsRequest
|
|
187
|
+
);
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
### Parameters
|
|
191
|
+
|
|
192
|
+
|Name | Type | Description | Notes|
|
|
193
|
+
|------------- | ------------- | ------------- | -------------|
|
|
194
|
+
| **updateClubSettingsRequest** | **UpdateClubSettingsRequest**| | |
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
### Return type
|
|
198
|
+
|
|
199
|
+
**ClubSettingsResponse**
|
|
200
|
+
|
|
201
|
+
### Authorization
|
|
202
|
+
|
|
203
|
+
[bearerAuth](../README.md#bearerAuth)
|
|
204
|
+
|
|
205
|
+
### HTTP request headers
|
|
206
|
+
|
|
207
|
+
- **Content-Type**: application/json
|
|
208
|
+
- **Accept**: application/json
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### HTTP response details
|
|
212
|
+
| Status code | Description | Response headers |
|
|
213
|
+
|-------------|-------------|------------------|
|
|
214
|
+
|**200** | Paramètres mis à jour | - |
|
|
215
|
+
|**400** | Bad Request | - |
|
|
216
|
+
|**401** | Unauthorized | - |
|
|
217
|
+
|**404** | Paramètres non trouvés | - |
|
|
218
|
+
|**500** | Server Error | - |
|
|
219
|
+
|
|
220
|
+
[[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)
|
|
221
|
+
|