Port-in for an active subscription

post/port-in-number-request

Port-in of a provided MSISDN on a given porting date for an already active subscription

SecuritybearerAuth
Request
Request Body schema: application/json

Request to port in a number

rentalProductInventoryId
required
integer <int64>

Rental product inventory identifier

object (PortingRequest)
Responses
200

OK

400

Invalid Request

401

Unauthorized

403

Forbidden

Request samples
application/json
{
  • "rentalProductInventoryId": 1,
  • "portingRequest": {
    • "portingPacCode": "ABC123456",
    • "requestedPortingDate": "2023-10-12",
    • "portingNumber": "07123456789"
    }
}
Response samples
application/json
{
  • "rentalProductInventoryId": 1,
  • "provisioningStatus": "SUCCESS",
  • "transactionId": "5e6e9753-977a-4f0a-97fe-10371007e2d2"
}