Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from CRM.COM R9.0.0

 

Table of Contents
maxLevel2

POST vcas_omi_dvb/provisioning_requests/set_device_pins

This method sets the pin values on installed items that are provisioned by VCAS OMI (DVB) provisioning provider to values specified by the caller. A single installed item can be updated by each call

Resource URL

Parameters

...

Name

...

Type

...

Description

...

token

...

String

...

The token retrieved from the login method

...

(mandatory)

...

Accounts receivable identifier  

The identifier of the the installed item that should be reset. Only installed items which are provisioned by VCAS OMI (DVB) can be specified. The allowed installed item identifier fields are the following:

...

pin_0_value

(semi-optional)

...

pin_1_value

(semi-optional)

...

pin_2_value

(semi-optional)

...

pin_3_value

(semi-optional)

...

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

Expand
titleExample 1

HTTP Method: POST

 

Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
{
        "token":"3E0ED8ED72354CEEAE2AF8D572049CD9",
        "installed_item_identifier":{"serial_number":"VCASSC1_00"},
        "pin_0_value":44
} 

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
    {
        "status":
        {
            "message": "",
            "description": "",
            "code": "OK"
        },
        "data":
        {
        }
    } 

POST vcas_omi_dvb/provisioning_requests/reset_device_pins

This method resets the pin values on installed items that are provisioned by VCAS OMI (DVB) provisioning provider to the default values. A single installed item can be updated by each call

Resource URL

Parameters

...

Name

...

Type

...

Description

...

token

...

String

...

The token retrieved from the login method

...

(mandatory)

...

Accounts receivable identifier  

The identifier of the the installed item that should be reset. Only installed items which are provisioned by VCAS OMI (DVB) can be specified. The allowed installed item identifier fields are the following:

...

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

Expand
titleExample 1

HTTP Method: POST

 

Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
{
        "token":"3E0ED8ED72354CEEAE2AF8D572049CD9",
        "installed_item_identifier":{"serial_number":"VCASSC1_00"}
} 

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
    {
        "status":
        {
            "message": "",
            "description": "",
            "code": "OK"
        },
        "data":
        {
        }
    } 

POST vcas_omi_dvb/provisioning_requests/reset_subscription

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)

...

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:

...

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

HTTP Method: POST

 

Request:

Body:

Expand
titleExample 1
Code Block
themeConfluence
languagejavascript
linenumberstrue
 

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
  Panel
nameblue

Child pages (Children Display)
alltrue
excerpttrue