Cloud eSIM Asynchronous notification Subscription notification
The customer provides an address (HTTP/HTTPS) to receive asynchronous notifications. Notification for new package subscriptions for cards. Multiple EIDs in the notification have subscribed to new packages.
Request Body Params application/json
{
"data" : "[{\"eid\":\"89423053323291091234123412341234\",\"eshopOrderId\":10004728,\"packageName\":\"A-TM-50M-1day\",\"packageCode\":\"A-TM-50M-1D-A-CN-TEST-2024052489FC722C\",\"state\":0,\"gzhPackageName\":\"\",\"createDate\":\"2024-05-28 09:34:47\",\"packageType\":3,\"outTradeNo\":\"6300001983111426769635\"}]" ,
"event" : "CloudESimSubPkgList" ,
"id" : "ue5Y0qNC8QQIRtUR3UgV4xzg" ,
"nonce" : 40604 ,
"sign" : "F0D19FA6945B21C0D61BDEFD4DCC41B64B29272B" ,
"timestamp" : 1716860340
} Request Code Samples
curl --location 'https://oapi.eiotclub.com/customerNotifyUrl' \
--header 'Content-Type: application/json' \
--data '{
"data": "[{\"eid\":\"89423053323291091234123412341234\",\"eshopOrderId\":10004728,\"packageName\":\"A-TM-50M-1day\",\"packageCode\":\"A-TM-50M-1D-A-CN-TEST-2024052489FC722C\",\"state\":0,\"gzhPackageName\":\"\",\"createDate\":\"2024-05-28 09:34:47\",\"packageType\":3,\"outTradeNo\":\"6300001983111426769635\"}]",
"event": "CloudESimSubPkgList",
"id": "ue5Y0qNC8QQIRtUR3UgV4xzg",
"nonce": 40604,
"sign": "F0D19FA6945B21C0D61BDEFD4DCC41B64B29272B",
"timestamp": 1716860340
}' Responses application/json
Generate Code
Modified at 2026-04-10 06:58:55