Recycle Notification
Simlessly
# Recycle Notification
Description: When the user’s platform receives the Profile recycling notification, it will determine that the Profile has been successfully recycled.
# Request Header
{
"Access-Key": "c934e1de7e2153366539c1c03b2bce09",
"Sign-Method": "SHA256",
"Timestamp": "1679999518968",
"Request-ID": "fc61e3ac-cff8-4ca8-8bf6-f7a5f2331b74",
"Signature": "0bd3d6e33b76840d12584a26018a6e24e32132dd83a17918e994f0f013e6d52a"
}
# Request Body
{
"eid": "89086030202200000022000014352016",
"iccid": "89860468152080348700",
"orderId": "89860468152080348700",
"configName": "abcdef_1679538916716",
"timestamp": "1679999518968",
"status": "Success / Failed"
}
# Parameters of Request
Name | Type | MOC | Description | Example |
---|---|---|---|---|
eid | String | Mandatory | EID | 89086030202200000022000014352016 |
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080348700 |
orderId | String | Mandatory | 20-bit hex | 89860468152080348700 |
configName | String | Mandatory | Configuration name | abcdef_1679538916716 |
timestamp | String | Mandatory | Timestamp | 1679999518968 |
status | String | Mandatory | Success/Failed | Success |