github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/ReservePhoneNumberResource.md (about) 1 # ReservePhoneNumberResource 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **PhoneNumber** | **string** | Phone number in E.164 | [optional] 7 **FormattedNumber** | **string** | Domestic format of a phone number | [optional] 8 **ReservedTill** | **string** | Datetime up to which the number is reserved in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z. No value means that number is not reserved anymore | [optional] 9 **ReservationId** | **string** | nternal 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] 10 **Status** | **string** | Phone number status = ['Enabled', 'Pending', 'Disabled'], | [optional] 11 **Error** | **string** | The error code in case of reservation/un-reservation failure = ['NumberIsAlreadyProvisioned', 'NumberReserved', 'NumberNotAvailable'] | [optional] 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15