Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.58 KB

File metadata and controls

16 lines (13 loc) · 1.58 KB

# CreatePhoneNumberPortInRequest

Properties

Name Type Description Notes
phone_numbers string[] E.164 numbers to port in.
end_user \Zernio\Model\CreatePhoneNumberPortInRequestEndUser
loa_document_id string Document id from POST /v1/phone-numbers/port-in/documents (kind=loa).
invoice_document_id string Document id from POST /v1/phone-numbers/port-in/documents (kind=invoice).
foc_datetime_requested \DateTime Requested port date; the carrier confirms the actual FOC later. US/CA default is one week out (shifted off weekends); international orders are scheduled into the carrier's next allowed porting window at or after this date. [optional]
customer_reference string [optional]
port_type string Whether the losing account ports all its numbers (full) or keeps some (partial). [optional] [default to 'full']
requirements \Zernio\Model\CreatePhoneNumberPortInRequestRequirementsInner[] Country-specific requirement values for international ports (from GET /v1/phone-numbers/port-in/requirements). Not needed for US/CA. The LOA and invoice requirements are satisfied automatically by loaDocumentId/invoiceDocumentId, and address-type requirements by the endUser service address. [optional]

[Back to Model list] [Back to API list] [Back to README]