Skip to end of banner
Go to start of banner

GET subscriptions/configuration/provisioning_distributors/list

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

« Previous Version 3 Next »

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

Available from CRM.COM R6.0.0

 

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:

Name

Type

Description

id

(semi-optional)

String

The ID of the subscription type

name

(semi-optional)

String

The name of the subscription type

alternative_code

(semi-optional)

String

The alternative code of  the subscription type

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

Name

Type

Description

id

String

The id of the retrieved provisioning distributor

name

String

The name of the retrieved provisioning distributor

alternative_code

String

The alternative code of the retrieved provisioning distributor

descriptionStringThe description of the provisioning distributor
providerStringThe provisioning protocol related with the provisioning distributor

Examples

 Example 1

HTTP Method: GET

 

Request:

Response:

 

[
  {
    "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"
  }
]
  • No labels