| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | [optional] [readonly] | |
| recordType | String | [optional] [readonly] | |
| startingNumber | String | Starting phone number block | |
| range | Integer | The phone number range included in the block. | |
| phoneNumbersCount | Integer | The count of phone numbers in the number order. | [optional] [readonly] |
| connectionId | String | Identifies the connection associated with this phone number. | [optional] |
| messagingProfileId | String | Identifies the messaging profile associated with the phone number. | [optional] |
| status | StatusEnum | The status of the order. | [optional] [readonly] |
| customerReference | String | A customer reference string for customer look ups. | [optional] |
| createdAt | String | An ISO 8901 datetime string denoting when the number order was created. | [optional] [readonly] |
| updatedAt | String | An ISO 8901 datetime string for when the number order was updated. | [optional] [readonly] |
| requirementsMet | Boolean | True if all requirements are met for every phone number, false otherwise. | [optional] [readonly] |
| errors | String | Errors the reservation could happen upon | [optional] [readonly] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| SUCCESS | "success" |
| FAILURE | "failure" |