Download OpenAPI specification:Download
The "Subscription Number Management" API provides the ability to change GPSI and change GPSI with a Port-In opertion.
This API provides the ability to change GPSI of an active subscription
Prerequisites:
X-Correlation-Id | string <uuid> (CorrelationId) Example: TQA20210903155950999 Correlation Identifier denotes the process flow identifier. This is used for telemetry purposes |
wholesaleCustomerId | string (CustomerId) ^.*$ Example: 100000108464 Identifier of wholesale customer/partner |
This represents request model of Change Number
partnerTransactionId required | string (PartnerTransactionId) [ 1 .. 36 ] characters ^.*$ Transaction identifier/order identifier of Wholesale API consumer/partner |
gpsi required | string (GPSI) [ 11 .. 15 ] characters ^[0-9]{11,15}$ GPSI/MSISDN to be ported-in |
newGpsi required | string (GPSI) [ 11 .. 15 ] characters ^[0-9]{11,15}$ GPSI/MSISDN to be ported-in |
gpsiReservationId required | string (GpsiReservationId) [ 1 .. 36 ] characters ^.*$ Number selection Transaction id/order identifier, which is submitted to number management system |
{- "partnerTransactionId": "WhlSlOrd12345",
- "gpsi": "19459986891",
- "newGpsi": "19459986892",
- "gpsiReservationId": "NumOrd123"
}
{- "status": "Success"
}
This API provides the ability to change change GPSI to Port-In GPSI of an active subscription
Prerequisites:
X-Correlation-Id | string <uuid> (CorrelationId) Example: TQA20210903155950999 Correlation Identifier denotes the process flow identifier. This is used for telemetry purposes |
wholesaleCustomerId | string (CustomerId) ^.*$ Example: 100000108464 Identifier of wholesale customer/partner |
This represents request model of Change Number with PortIn Number
partnerTransactionId required | string (PartnerTransactionId) [ 1 .. 36 ] characters ^.*$ Transaction identifier/order identifier of Wholesale API consumer/partner |
gpsi required | string (GPSI) [ 11 .. 15 ] characters ^[0-9]{11,15}$ GPSI/MSISDN to be ported-in |
portInGpsi required | string (GPSI) [ 11 .. 15 ] characters ^[0-9]{11,15}$ GPSI/MSISDN to be ported-in |
required | object (PortInfo) Port-In Information |
{- "partnerTransactionId": "WhlSlOrd12345",
- "gpsi": "19459986891",
- "portInGpsi": "19459986892",
- "portInfo": {
- "authorizationName": "AIMA LEWIS",
- "accountNo": "76543",
- "newNumLocalSP": "X720",
- "pwdPin": "76543",
- "termsCondition": "W",
- "contact": {
- "isBusinessType": false,
- "namePrefix": "Mr",
- "firstName": "Republic",
- "middleName": "Middle",
- "lastName": "Wireless",
- "nameSuffix": "Jr",
- "additionalTitle": "General"
}, - "location": {
- "address": {
- "addressLine1": "5701 SANTA FE DR",
- "addressLine2": "suite 102",
- "city": "LITTLETON",
- "state": "CO",
- "zip": "80120"
}
}
}
}
{- "status": "Success"
}