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"
}
{
  "OrderId": "JNUOID-6e3eb213-baf1-47bb-9db0-5d7d09d4b7b4",
  "Status": "Updated",
  "Message": "Port-in order updated successfully"
}

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
SubscriberName
string

Updated subscriber name

Example:

"John Doe"

Response

200 - application/json

Update Port In

The response is of type object.