cisco-cvp-ux icon

cisco-cvp-ux

(0 reviews)

Update ServiceById- TMF640 PUT

This Api lets the customer update a service based on serviceType. In this case , serviceType is "activateSIM".

Request

URL

http://[host]:[port]/cisco-cvp-ux/v1/{businessId}/service/{id}

Common Parameters

Base URI parameters and headers are common to all the resources as part of service activation configuration biz, listed below with details.

Base URI Parameter

NameTypeM/ODescription
businessIdstringMbusinessId is a Business unit identifier.
Example: JM, BS, PR

Headers

namevaluedescriptionrequired
X-Correlation-IDStringThis is a unique identifier for the current call chain that can be used to tie together log entries on multiple layers.
Example: 644e1dd7-2a7f-18fb-b8ed-ed78c3F92c2b
M
lobStringEnum: PREPAID, POSTPAID,FIXED
Mobile users: PREPAID, POSTPAID
Fixed users : FIXED
M
channelIdStringChannel to identify the business group. Eg:ivrB2CO

Security Headers

NameTypeM/ODescription
client_idstringMClient Id value for Client Id Enforcement policy. Environment Specific Value. Eg: 6f0ed16a7b494d76b2d60e05bc3b3332
client_secretstringMClient secret value for Client Id Enforcement policy. Environment Specific Value, eg: e4CD4D43449846aA9D8Cb9c43fAd324a

URI Param

nametypedescriptionrequired
idstringa mandatory UriParam (MSISDN/phoneNumber)Y

Request Body

{
            "serviceType": "activateSIM",
            "serviceCharacteristic": [
            {
                    "name": "ICCID",
                    "value": "7656545434765654"
            },
            {
                    "name": "source",
                    "value": "IVR"
            }
            ]
    }

Possible response success

This section defines all the possible data structures received by the client and that must be considered satisfactory at the time of responding to the method.

[ 200 ]
PR Success Response
{
       "id": "00113996",
    "description": "SIM Activation in progress"
}

Reviews