Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.07 KB

File metadata and controls

28 lines (16 loc) · 1.07 KB

CreatePhoneNumberPortInRequest

Properties

Name Type Description Notes
phoneNumbers List<String> E.164 numbers to port in.
endUser CreatePhoneNumberPortInRequestEndUser
loaDocumentId String Document id from POST /v1/phone-numbers/port-in/documents (kind=loa).
invoiceDocumentId String Document id from POST /v1/phone-numbers/port-in/documents (kind=invoice).
focDatetimeRequested OffsetDateTime Requested port date; the carrier confirms the actual FOC later. Defaults to one week out (shifted off weekends) when omitted. [optional]
customerReference String [optional]
portType PortTypeEnum Whether the losing account ports all its numbers (full) or keeps some (partial). [optional]

Enum: PortTypeEnum

Name Value
FULL "full"
PARTIAL "partial"