Unblock subscriber’s core plan
This PUT
operation unblocks a subscriber’s core plan by deactivating any rule violations that might be blocking it. If successful, you receive an HTTP response code of 200
and a small JSON
success response.
PUT /pcc/spcm/subscribers/<msisdn>/unblockCore
HEADER INFO
tenant: <tenantName>
authorisation: HTTP Basic Auth
accept: application/JSON
permissions: SPCM_PLAN_UPDATE_PERMISSION
URL parameters
There is one mandatory parameter.
Parameter | Type | Description |
---|---|---|
|
string (max 255) |
The subscriber’s MSISDN in international format. |
Response
If you receive a 200
HTTP response code (valid subscriber), you will receive a JSON
payload similar to the following:
For other HTTP response codes, see HTTP response codes. |
{
"status": "success"
}
HTTP response codes
Code | Description | ||||
---|---|---|---|---|---|
|
success! |
||||
|
Multistatus response
|
||||
|
malformed request |
||||
|
unauthorised; bad username or password |
||||
|
forbidden; user does not have appropriate privileges |
||||
|
{api-object} not found |
||||
|
conflict with target resource
|
||||
|
failed validation; this typically means that a property was not set or a value is out of range. example
|
||||
|
failed processing (after passing validation). example
|
||||
|
internal error example
|
||||
|
request rejected due to overload |