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

     1  # ProvisionPhoneNumberRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **ExtensionId** | [**ExtensionInfoProvisionPhoneNumbers**](ExtensionInfoProvisionPhoneNumbers.md) |  | [optional] 
     7  **PhoneNumber** | **string** | Phone number to purchase returned in E.164 (11-digits) format | [optional] 
     8  **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] 
     9  **Label** | **string** | Custom user name of a phone number, if any. Supported for numbers assigned to Auto-Receptionist, with usage type 'CompanyNumber | [optional] 
    10  **UsageType** | **string** | Usage type of a phone number. The default value is 'DirectNumber' | [optional] 
    11  **Type** | **string** | Type of a phone number | [optional] 
    12  **VanityPattern** | **string** |  Vanity pattern that was used to find this number. It should be passed as if it was returned from the Number Lookup call | [optional] 
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16