# PostFleetsFleetIdMembersRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **character_id** | **number** | The character you want to invite | [default to undefined] **role** | **string** | If a character is invited with the `fleet_commander` role, neither `wing_id` or `squad_id` should be specified. If a character is invited with the `wing_commander` role, only `wing_id` should be specified. If a character is invited with the `squad_commander` role, both `wing_id` and `squad_id` should be specified. If a character is invited with the `squad_member` role, `wing_id` and `squad_id` should either both be specified or not specified at all. If they aren’t specified, the invited character will join any squad with available positions. | [default to undefined] **squad_id** | **number** | | [optional] [default to undefined] **wing_id** | **number** | | [optional] [default to undefined] ## Example ```typescript import { PostFleetsFleetIdMembersRequest } from 'eve-esi-client-ts'; const instance: PostFleetsFleetIdMembersRequest = { character_id, role, squad_id, wing_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)