Skip to main content
POST
/
v1.0
/
numbers
/
portin
/
update
json
{
  "OrderId": "JNUOID-6e3eb213-baf1-47bb-9db0-5d7d09d4b7b4",
  "CurrentCarrierName": "Updated Carrier",
  "CurrentAccountNumber": "46512222",
  "CurrentAccountPassword": "0000",
  "PortInDate": "2026-06-01",
  "TargetPortinClassification": "Mobile",
  "SubscriberName": "John Doe",
  "ICCID": "89014103211118510720",
  "CurrentBillingAddress": {
    "Street1": "123 N Address Way",
    "Street2": "Suite 010",
    "City": "Townsville",
    "State": "UT",
    "Zip": "84048"
  }
}
{
  "OrderId": "JNUOID-6e3eb213-baf1-47bb-9db0-5d7d09d4b7b4",
  "Status": "Updated",
  "Message": "Port-in order updated successfully"
}

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

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
OrderId
string
required

The order ID of the port-in request to update

Example:

"JNUOID-6e3eb213-baf1-47bb-9db0-5d7d09d4b7b4"

CurrentCarrierName
string

Updated name of the losing carrier

Example:

"Updated Carrier"

CurrentAccountNumber
string

Updated account number with current carrier

Example:

"46512222"

CurrentAccountPassword
string

Updated account PIN/password with current carrier

Example:

"0000"

CurrentBillingAddress
object
PortInDate
string

Requested date for the port to complete (YYYY-MM-DD)

Example:

"2026-06-01"

TargetPortinClassification
string

Target classification for the porting number (e.g. Mobile, Landline)

Example:

"Mobile"

SubscriberName
string

Updated subscriber name

Example:

"John Doe"

ICCID
string

SIM card ICCID. Required only for pSIM port-ins.

Example:

"89014103211118510720"

Response

200 - application/json

Update Port In

The response is of type object.