Cloud eSIM Asynchronous notification Notification of package expiration upon reaching usage limit
The customer provides an address (HTTP/HTTPS) to receive asynchronous notifications. Notification when the current package is deactivated (e.g., used up, expired, cancelled). The card may have other packages pending use.
Request Body Params application/json
{
"data" : "[{\"eid\":\"89852000263311290649\",\"eshopOrderId\":10005717,\"packageName\":\"CNu-QT-100M-7day\",\"packageCode\":\"CNU-QT-100M-7D-C-CNU-202403131FF1E56A\",\"state\":2,\"gzhPackageName\":\"100-7\",\"createDate\":\"2024-11-01 10:50:00\",\"packageType\":2}]" ,
"event" : "CloudESimPkgDeactivate" ,
"id" : "5IdTuJONGK5FYQ5BQT2IkUwu" ,
"nonce" : 55595 ,
"sign" : "39DE1981FBB166835626C2201FF974452A203D50" ,
"timestamp" : 1731033900
} Request Code Samples
curl --location 'https://oapi.eiotclub.com/customerNotifyUrl' \
--header 'Content-Type: application/json' \
--data '{
"data": "[{\"eid\":\"89852000263311290649\",\"eshopOrderId\":10005717,\"packageName\":\"CNu-QT-100M-7day\",\"packageCode\":\"CNU-QT-100M-7D-C-CNU-202403131FF1E56A\",\"state\":2,\"gzhPackageName\":\"100-7\",\"createDate\":\"2024-11-01 10:50:00\",\"packageType\":2}]",
"event": "CloudESimPkgDeactivate",
"id": "5IdTuJONGK5FYQ5BQT2IkUwu",
"nonce": 55595,
"sign": "39DE1981FBB166835626C2201FF974452A203D50",
"timestamp": 1731033900
}' Responses application/json
Generate Code
Modified at 2026-04-10 07:17:18