UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 1.24 kB
# StaffRegisterPlayerToEventRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **playerId** | **string** | Joueur existant à inscrire | [default to undefined] **teamName** | **string** | Nom de l\'équipe (optionnel pour la route staff) | [optional] [default to undefined] **teammateIds** | **Array<string>** | Coéquipiers à inscrire avec `playerId` (sans inclure `playerId` lui-même) Utilisé pour les événements en équipe. | [optional] [default to undefined] **licenceNumber** | **string** | Numéro de licence du joueur principal | [optional] [default to undefined] **playersLicenceNumbers** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined] ## Example ```typescript import { StaffRegisterPlayerToEventRequest } from '@tennac-booking/sdk'; const instance: StaffRegisterPlayerToEventRequest = { playerId, teamName, teammateIds, licenceNumber, playersLicenceNumbers, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)