Package subscription interface
Subscribe to a card package. The main package is activated immediately, and only data packages can be activated next month.
Request
Body Params application/json
{
"operator": 5,
"appkey": "{{APPKEY}}",
"timestamp": {{TIMESTAMP}},
"nonce": 81537,
"sign": "{{SIGN}}",
"iccid": "8988308650100524999",
"packageCode": "CN-5M-7D-C-US-20230103AC4BF927",
"startType": "0",
"outTradeNo": "630000198311142676"
}
Request Code Samples
curl --location 'https://oapi.eiotclub.com/api/v3/package/orderPackage' \
--header 'Content-Type: application/json' \
--data '{
"operator": 5,
"appkey": "",
"timestamp": ,
"nonce": 81537,
"sign": "",
"iccid": "8988308650100524999",
"packageCode": "CN-5M-7D-C-US-20230103AC4BF927",
"startType": "0",
"outTradeNo": "630000198311142676"
}'
Responses
application/json
{
"code": "200",
"message": "success",
"data": {
"orderNumber": "1611558040873b105b2678de34504a35",
"orderId": 101106255
}
}
Modified at 2025-04-10 01:40:11