全球SIM联接 GSL-SIM卡机卡重绑:请求示例

时间:2024-12-20 14:06:24

请求示例

  • 创建SIM卡机卡重绑申请。将SIM卡通过固定机卡重绑方式,绑定到IMEI为”84584xxxxxx“的设备上。

    POST https://{endpoint}/v1/sim-cards/{sim_card_id}/bind-device
    
    {
      "bind_type" : 2,
      "imei" : "84584xxxxxx"
    }
  • 创建SIM卡机卡重绑申请。通过普通机卡重绑方式,当参数sim_card_id为最小值时,将卡标识iccid为“898600xxxxxxxxxx”的SIM卡绑定到正在使用的设备上。

    POST https://{endpoint}/v1/sim-cards/{sim_card_id}/bind-device
    
    {
      "bind_type" : 1,
      "iccid" : "898600xxxxxxxxxx"
    }
support.huaweicloud.com/api-ocgsl/gsl_07_0028.html