The article includes:
Change the features on a single active SIM. See profile change for additional information.
Note: You cannot change the plan.
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/modifyDeviceFeatures |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/modifyDeviceFeatures |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
deviceNumber | string | Y | 11 | 20 | The SIM number or ICCID. |
lstFeatureCode | string | Y | 10 | 10 each | The complete list of feature codes that you want to add. Use the queryFeatureCodes to obtain your current list. |
voiceDispatchNumber | string | N | 20 | Voice dispatch number if needed - otherwise supply an empty string. |
JSON request example
{
"deviceNumber":"12345678912345678912",
"lstFeaturesCodes":["FEAT000001","FEAT000002","FEAT000003"],
"voiceDispatchNumber":""
}
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code. | ||
trackingNumber | string | 50 | Tracking number. |
JSON response example
{
"d": {
"__type": "ProvisioningRequestTracking:https://PRiSMProAPI.koretelematics.com/types",
"requestStatus": 0,
"trackingNumber": "12345678"
}