Numbers - Update Port In
Update an existing port-in order with new information such as carrier details, account credentials, or billing address before the port completes.
What this does: Returns confirmation that the port-in order has been updated. Use this before the port completes if the carrier details or billing address provided were incorrect.
Next steps:
- Check order status —
GET /v1.0/numbers/order - Cancel if needed —
POST /v1.0/numbers/portin/cancel
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token obtained from the Authentication endpoint
Body
The order ID of the port-in request to update
"JNUOID-6e3eb213-baf1-47bb-9db0-5d7d09d4b7b4"
Updated name of the losing carrier
"Updated Carrier"
Updated account number with current carrier
"46512222"
Updated account PIN/password with current carrier
"0000"
Requested date for the port to complete (YYYY-MM-DD)
"2026-06-01"
Target classification for the porting number (e.g. Mobile, Landline)
"Mobile"
Updated subscriber name
"John Doe"
SIM card ICCID. Required only for pSIM port-ins.
"89014103211118510720"
Response
Update Port In
The response is of type object.