The article includes:
Restore a SIM from a suspended state back to active.
Note: The SIM will reactivate with the plan and features assigned before the suspend request.
URLs
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/restoreDevice |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/restoreDevice |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
deviceNumber | string | Y | 11 | 20 | The SIM number or ICCID. |
JSON request example
{
"deviceNumber": "1234567891234567891"
}
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": "1234567891"
}
}