This activity will upgrade the current API to set SIM limits.
The major change is in the body, where you can now set limits of SMS MO and SMS MT
Impact:
Developments using the old body structure will not work anymore as we are replacing it
Please update the body request
Details:
Currenty API
PUT /api/sim/setLimits/
body:
{
"iccidList": [
"8910300000000......"
],
"dataLimitMb": 0,
"smsLimit": 0
}
New API
PUT /api/sim/setLimits/
Body:
{
"iccidList": [ "8910300000000......" ],
"dataLimitMb": 0,
"smsMoLimit":0,
"smsMtLimit": 0
}
Thank you for your patience and understanding