1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"clientId": "SCO-9989752",
"subscriptionName": "cm-subscription-001",
"cmSubscriptionStatus": [
{
"id": "CMHandle1",
"status": "REJECTED",
"details": "Some error message from the DMI"
},
{
"id": "CMHandle2",
"status": "REJECTED",
"details": "Some other error message from the DMI"
},
{
"id": "CMHandle3",
"status": "PENDING",
"details": "Some error causes pending"
},
{
"id": "CMHandle4",
"status": "PENDING",
"details": "Some other error happened"
},
{
"id": "CMHandle5",
"status": "PENDING",
"details": "Some other error happened"
}
]
}
|