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

     1  # CreateAccountRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **MainNumber** | **string** | Main account VoIP phone number, either Local or Toll-Free. Cannot be Fax Only. Obtained via lookup/reserve API | [optional] 
     7  **Operator** | [**GetExtensionInfoResponse**](GetExtensionInfoResponse.md) |  | [optional] 
     8  **PartnerId** | **string** | Partner identifier for this account | [optional] 
     9  **PromotionCode** | **string** | Promotion code to calculate a discount | [optional] 
    10  **ReservationId** | **string** | Internal identifier of phone number reservation; encoded data including reservation type (by brand, by account, by session), particular brand/account/session data, and reservation date and time | [optional] 
    11  **ServiceInfo** | [**GetServiceInfoResponse**](GetServiceInfoResponse.md) |  | [optional] 
    12  **Status** | **string** | The status with which an account is created. The default value is 'Initial' | [optional] 
    13  **SignupInfo** | [**AccountSignupInfoRequest**](AccountSignupInfoRequest.md) |  | [optional] 
    14  
    15  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    16  
    17