The article includes:
Creates a provisioning request to change the MSISDN on a device.
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/changeMSISDN |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/changeMSISDN |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
lstMSISDN | string | Y | MSISDNs | ||
ngp | string | 4 | 20 | NGP |
JSON request example
{
"lstMSISDN":["9636141280", "9634786053"],
"ngp" : "M2M"
}
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code | ||
trackingNumber | string | 7 | 50 | tracking number |
JSON response example
{
"d": {
"__type": "ProvisioningRequestTracking:https://PRiSMProAPI.koretelematics.com/types",
"requestStatus": 0,
"trackingNumber": "350112"
}
}