Skip to end of banner
Go to start of banner

vcas_omi_dvb

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Available from CRM.COM R9.0.0

 

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

installed_item_identifier

(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:

Name

Type

Description

id

(semi-optional)

String

The ID of the installed item

serial_number

(semi-optional)

String

The serial number of the installed item

alternative_code

(semi-optional)

String

The alternative code of  a installed item

pin_0_value

(semi-optional)

IntegerThe value for pin with index 0. The pin value should be an integer number

pin_1_value

(semi-optional)

IntegerThe value for pin with index 1. The pin value should be an integer number

pin_2_value

(semi-optional)

IntegerThe value for pin with index 2. The pin value should be an integer number

pin_3_value

(semi-optional)

IntegerThe value for pin with index 3. The pin value should be an integer number

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:

 

Response:

 

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

installed_item_identifier

(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:

Name

Type

Description

id

(semi-optional)

String

The ID of the installed item

serial_number

(semi-optional)

String

The serial number of the installed item

alternative_code

(semi-optional)

String

The alternative code of  a installed item

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:

 

Response:

 

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)

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

Note that the specified subscription should be owned by the specified accounts receivable

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:

 

Response:

 
  • No labels