github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ExtensionCreationRequest.md (about)

     1  # ExtensionCreationRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Contact** | [**ContactInfoUpdateRequest**](ContactInfoUpdateRequest.md) |  | [optional] 
     7  **ExtensionNumber** | **string** | Number of extension | [optional] 
     8  **Password** | **string** | Password for extension. If not specified, the password is auto-generated | [optional] 
     9  **References** | [**[]ReferenceInfo**](ReferenceInfo.md) | List of non-RC internal identifiers assigned to an extension | [optional] 
    10  **RegionalSettings** | [**RegionalSettings**](RegionalSettings.md) |  | [optional] 
    11  **SetupWizardState** | **string** | Specifies extension configuration wizard state (web service setup). The default value is 'NotStarted' = ['NotStarted', 'Incomplete', 'Completed'] | [optional] 
    12  **Status** | **string** | Extension current state = ['Enabled', 'Disabled', 'NotActivated', 'Unassigned'] | [optional] 
    13  **StatusInfo** | [**ExtensionStatusInfo**](ExtensionStatusInfo.md) |  | [optional] 
    14  **Type** | **string** | Extension type = ['User', 'VirtualUser', 'DigitalUser', 'Department'] | [optional] 
    15  
    16  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    17  
    18