UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

59 lines (36 loc) 1.48 kB
# ClubCustomerMeApi All URIs are relative to *http://localhost* |Method | HTTP request | Description| |------------- | ------------- | -------------| |[**getClubCustomerSettingsByClubId**](#getclubcustomersettingsbyclubid) | **GET** /api/clubCustomers/{clubId}/club-customer/me/settings | | # **getClubCustomerSettingsByClubId** > ClubCustomerSettingsResponse getClubCustomerSettingsByClubId() ### Example ```typescript import { ClubCustomerMeApi, Configuration } from '@tennac-booking/sdk'; const configuration = new Configuration(); const apiInstance = new ClubCustomerMeApi(configuration); let clubId: string; // (default to undefined) const { status, data } = await apiInstance.getClubCustomerSettingsByClubId( clubId ); ``` ### Parameters |Name | Type | Description | Notes| |------------- | ------------- | ------------- | -------------| | **clubId** | [**string**] | | defaults to undefined| ### Return type **ClubCustomerSettingsResponse** ### Authorization [bearerAuth](../README.md#bearerAuth) ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json ### HTTP response details | Status code | Description | Response headers | |-------------|-------------|------------------| |**200** | Réglages du joueur du club | - | [[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)