Notify Status Change
Simlessly
# Notify Status Change
# 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",
"timestamp": "1679999518968",
"matchingId": "794A8542D923A980382AA3862BDB7C3F",
"configName": "test001",
"deviceName": "device001",
"notificationType": "ENABLE",
"notificationStatus": {
"status": "Failed" ,
"message": "Profile has not been released."
}
}
# Parameters of Request
Name | Type | MOC | Description | Example |
---|---|---|---|---|
eid | String | Mandatory | EID | 89086030202200000022000014352016 |
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080348700 |
timestamp | String | Mandatory | Timestamp | 1679999518968 |
matchingId | String | Mandatory | Matching ID | 794A8542D923A980382AA3862BDB7C3F |
configName | String | Mandatory | Configuration name | test001 |
deviceName | String | Mandatory | Device name | device001 |
notificationStatus | Object | Mandatory | Notification status |
Notification status
Name | Type | MOC | Description | Example |
---|---|---|---|---|
status | String | Mandatory | Status | Failed |
message | String | Optional | Message | Profile has not been released. |