@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
45 lines (37 loc) • 1.75 kB
Markdown
# UpdateUserRequestBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**username** | **string** | | [optional] [default to undefined]
**firstName** | **string** | | [optional] [default to undefined]
**lastName** | **string** | | [optional] [default to undefined]
**email** | **string** | | [optional] [default to undefined]
**phone** | **string** | | [optional] [default to undefined]
**gender** | [**Gender**](Gender.md) | | [optional] [default to undefined]
**birthDate** | **string** | | [optional] [default to undefined]
**profilePicture** | **string** | | [optional] [default to undefined]
**levelBySports** | [**Array<CompleteRegisterRequestBodyLevelBySportsInner>**](CompleteRegisterRequestBodyLevelBySportsInner.md) | | [optional] [default to undefined]
**characteristics** | [**Array<UpdateUserRequestBodyCharacteristicsInner>**](UpdateUserRequestBodyCharacteristicsInner.md) | | [optional] [default to undefined]
**isProfileVisible** | **boolean** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**location** | [**IUserLocation**](IUserLocation.md) | | [optional] [default to undefined]
## Example
```typescript
import { UpdateUserRequestBody } from '@tennac-booking/sdk';
const instance: UpdateUserRequestBody = {
username,
firstName,
lastName,
email,
phone,
gender,
birthDate,
profilePicture,
levelBySports,
characteristics,
isProfileVisible,
description,
location,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)