POST vcas_omi_dvb/provisioning_requests/reset_subscription

Available from CRM.COM R9.0.0

This method reset CRM.COM subscriptions that are out of sync with the information kept in the VCAS OMI (DVB) platform. A single subscription can be updated by each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

subscription_identifier

(mandatory)

Subscription Identifier

The identifier of the subscription that will be reset. Only subscriptions which are provisioned by VCAS OMI (DVB) can be specified. The allowed subscription identifier fields are the following:

Name

Type

Description

id 

(semi-optional)

String

The ID of subscription

number 

(semi-optional)

String

The number of subscription

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

Response Data

Not Applicable.

Examples

 Example 1

HTTP Method: POST

 

Request:

Body:

{
        "token":"3E0ED8ED72354CEEAE2AF8D572049CD9",
        "subscription_identifier":{"number":"S60914"}
} 

Response:

     {
        "status":
        {
            "message": "",
            "description": "",
            "code": "OK"
        },
        "data":
        {
        }
    }