The article includes:
This call suspends the SIM so that it cannot be used. Contact your KORE account manager to confirm if there are any time limitations on your contract for suspend state.
URLs
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/suspendDevice |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/suspendDevice |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
deviceNumber | string | Y | 11 | 20 | The SIM or ICCID number. |
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 example
{ "d": { "__type": "ProvisioningRequestTracking:https://PRiSMProAPI.koretelematics.com/types", "requestStatus": 0, "trackingNumber": "12345678912" } }