Wasm Directoryalpha
Record

create-number-reservation-params

No description available.

record create-number-reservation-params {
  created-at: option​<string>,
  customer-reference: option​<string>,
  id: option​<string>,
  phone-numbers: option​<list​<reserved-phone-number>>,
  record-type: option​<string>,
  status: option​<reserved-phone-number-status-enum>,
  updated-at: option​<string>,
}

Fields

NameTypeDescription
created-atoption​<string>
customer-referenceoption​<string>
idoption​<string>
phone-numbersoption​<list​<reserved-phone-number>>
record-typeoption​<string>
statusoption​<reserved-phone-number-status-enum>
updated-atoption​<string>