Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.18 KB

UpdateNumberOrderRequest.md

File metadata and controls

31 lines (19 loc) · 1.18 KB

UpdateNumberOrderRequest

Properties

Name Type Description Notes
id UUID [optional] [readonly]
recordType String [optional] [readonly]
phoneNumbers List<PhoneNumber> [optional]
phoneNumbersCount Integer The count of phone numbers in the number order. [optional] [readonly]
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"