additional_steps array before you submit the order.
"additional_steps": []- there are no further actions. You are cleared to proceed."additional_steps": ["{some value}"]- there are additional steps you need to take before you will be allowed to submit your porting order.
additional_steps array):
Associated phone numbers
When this requirement is triggered
When filling out the porting order:- The order is for
GBlocalphone numbers - You indicated that it would be a
partial_port
GB local phone numbers, we need to know all phone numbers associated with your account, including those that are remaining with the losing carrier. For the phone numbers remaining with the losing carrier, we also need to know whether you intend to keep or activate each of those phone numbers. Without this information, we cannot process your porting order (it will be rejected by the losing carrier).
Required actions
For the phone numbers on your account with the losing carrier that are not porting to Telnyx, you need to indicate:- Which phone numbers you would like to remain active with the losing carrier after the port completes.
- Which phone numbers can be disconnected after the port completes.
POST v2/porting_orders/:porting_order_id/associated_phone_numbers endpoint (API reference here). With this endpoint, you can specify ranges of phone numbers and whether the range should remain active (keep) or should be disconnected (disconnect). An example request is shown below:
POST v2/porting_orders/:porting_order_id/associated_phone_numbers API request for each number range.
These ranges are not porting to Telnyx. Making this request does not add the phone numbers to the porting order to port over to Telnyx. This endpoint is solely used to communicate which other phone numbers on your losing carrier’s account should remain active and which should be disconnected on partial ports.
There are also endpoints to list which phone numbers you have associated to the order and an endpoint to delete any associated phone numbers from an order.