Versions Compared

Key

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

...

...

...

...

...

Tip

Deprecated from CRM.COM R15.0.0

Excerpt

This method returns the provisioning distributors that are allowed to be used by a specific type of subscription. Multiple provisioning distributors are returned by each call

Resource URL

 

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

subscription_type_identifier

(mandatory)

Subscription Type Identifier

The identifier of the type of the subscription that will be using the provisioning distributor. The allowed subscription type identifier fields are the following:

Include Page
v4:subscription_type_identifier
v4:subscription_type_identifier

fields_set

(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

Response Data

Include Page
V4:provisioning_distributor_complete
V4:provisioning_distributor_complete

Examples

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

 

Code Block
themeConfluence
languagejavascript
linenumberstrue
[
  {
    "provider": "CONAX Contego 5.0 Web Services",
    "id": "B192D909D9B041F89FA8A197DC0F709A",
    "name": "Main ",
    "description": "Main Provisioning Distributor used for the first set of smartcard and decoder on a single sub",
    "alternative_code": "M"
  }
]