Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.61 KB

NumberOrder.md

File metadata and controls

35 lines (23 loc) · 1.61 KB

NumberOrder

Properties

Name Type Description Notes
id UUID [optional] [readonly]
recordType String [optional] [readonly]
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]
billingGroupId String Identifies the messaging profile associated with the phone number. [optional]
phoneNumbers List<PhoneNumbersJobPhoneNumber> [optional]
subNumberOrdersIds List<String> [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]

Enum: StatusEnum

Name Value
PENDING "pending"
SUCCESS "success"
FAILURE "failure"