Linksfield Developer
OverviewCube APIsOld version
OverviewCube APIsOld version
  1. Customized
  • CSSS APIs
    • Overview
    • Internationalization
    • Status code
    • Sign code Example
    • SIM
      • Get all SIM cards info
      • Get real-time info about one SIM card
      • Get the SIM Cards in use
    • Usage
      • Example Query the traffic usage of a single SIM card
      • Batch querying SIM card usage
      • Example Query the daily usage
      • Batch querying the usage in a specified month
    • Plan
      • Get data plan
      • Order data plan
      • Bulk order package
      • Renew your data plan
      • Query the package order information
      • To enable the order
      • Cancel an unenabled package order
      • End package orders early
      • [不推荐]停机/暂停流量套餐订单
      • [不推荐]复机/重新启动流量套餐订单
      • 【不推荐】分页批量(查询)同步设备可订购套餐
    • SMS
      • Send SMS
    • Customized
      • Order OTA Plan
        POST
      • Query the remaing data by MNO side
        POST
  • Notification
    • Notification Overview
    • Notification status code
    • 流量使用量API预警
      POST
    • 短信下行回调
      POST
    • 短信上行回调
      POST
    • 短信上行回调(区分文本二进制)
      POST
    • Plan Order Status Change notification (IMSI)
      POST
  • Mall APIs
    • Mall全局说明
    • Mall业务流程
    • Mall签名代码示例
    • APP调用Stripe的SDK示例说明
    • Vshop
      • 卡片登录验证
      • 获取可购套餐商品列表
      • 创建用户订单
      • 查询自动续费记录
      • 关闭自动续费
      • 查询正在使用、未启用订单
      • 获取生效中的自动续费
      • 关闭自动续费
      • 用户下单(第三方支付)
    • Payment
      • 获取stripe单次支付权限
      • 获取Stripe订阅支付权限
      • 创建Stripe订阅/自动续费
      • 支付结果查询
      • 支付结果确认
    • Notification
      • 消息推送
  • eSIM QR Mall APIs
    • Introduction
    • Pre - order
      POST
    • v1.1/payment/webhook
      POST
    • User login
      POST
    • My eSIM Detail
      POST
    • Pre - order v1.2
      POST
  1. Customized

Order OTA Plan

Testing
Demo UAT
http://127.0.0.1
Demo UAT
http://127.0.0.1
POST
/package/createOtaOrder
为部分客户定制的OTA套餐下单专用接口。支持日套餐、自定义时长即覆盖地。

Request

Header Params

Body Params application/json

Example
{
    "access_code":"QY-000001",
    "device_id":"89852202101130001670",
    "global_order":"0",
    "is_open":"0",
    "order_period":"1",
    "package_code":"DP20201218003915",
    "package_name":"T_T_T_0_P_S_\u4e2d\u56fd100G/365\u5929\u5957\u9910",
    "package_type":"1",
    "pay_amount":"0",
    "pay_rst":"1",
    "pay_type":"2",
    "test_flow":"0",
    "test_flow_flag":"0",
    "mcc":"",
    "days":364,
    "timing_type":"1",
    "timestamp":"1662628450",
    "version":"2.0",
    "sign":"xoiCacRJ6XYAsv2lCpAw7NEhmQM="
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1/package/createOtaOrder' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
    "access_code":"QY-000001",
    "device_id":"89852202101130001670",
    "global_order":"0",
    "is_open":"0",
    "order_period":"1",
    "package_code":"DP20201218003915",
    "package_name":"T_T_T_0_P_S_\u4e2d\u56fd100G/365\u5929\u5957\u9910",
    "package_type":"1",
    "pay_amount":"0",
    "pay_rst":"1",
    "pay_type":"2",
    "test_flow":"0",
    "test_flow_flag":"0",
    "mcc":"",
    "days":364,
    "timing_type":"1",
    "timestamp":"1662628450",
    "version":"2.0",
    "sign":"xoiCacRJ6XYAsv2lCpAw7NEhmQM="
}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "string",
    "data": {
        "sim_id": "string",
        "order_id": "string",
        "order_time": "string"
    },
    "message": "string",
    "success": true
}
Modified at 2022-10-05 07:04:26
Previous
Send SMS
Next
Query the remaing data by MNO side
Built with