Last Updated on : 2023-06-15 05:20:13
Suspend or resume an IoT SIM Card based on the card ID.
PUT: /v1.0/iot-01/sim/enable
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
iccid | String | true | The ID of a specified IoT SIM card. | |
operate_type | String | true | Indicates the operation type. Valid values:
|
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values:
|
PUT: /v1.0/iot-01/sim/enable
{
"iccid": "898611212100361****",
"operate_type": "MANAGE_STOP"
}
{
"result": true,
"t": 1626329772978,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback