全球SIM联接 GSL-月用量统计:请求示例

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

请求示例

  • 查询SIM卡的历史月用量,卡ID为“4710226018477568”,账期为“2022-07”。

    POST https://{endpoint}/v1/sim-cards/month-usages
    
    {
      "sim_card_ids" : [ 4710226018477568 ],
      "billing_cycles" : [ "2022-07" ]
    }
  • 查询SIM卡的历史月用量。当参数sim_card_ids不传或长度为0时,根据iccids,查询卡标识为“8695xxxxxxxx”的历史月用量,账期为“2022-07”。

    POST https://{endpoint}/v1/sim-cards/month-usages
    
    {
      "iccids" : [ "8695xxxxxxxx" ],
      "billing_cycles" : [ "2022-07" ]
    }
support.huaweicloud.com/api-ocgsl/gsl_07_0046.html