Versions Compared

Key

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

Available from CRM.COM R8.0.0

Table of Contents
maxLevel2

GET usage_service_catalogs/configuration/usage_service_types/list

This method returns the usage service types that are allowed to be used in usage service catalogs, based on the active usage service catalog definition. Multiple usage service types are returned by each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

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

defaultBooleanThe default usage service type
typeUsage Service Type ObjectThe related usage service type

...

Examples

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

 

Code Block
themeConfluence
languagejavascript
linenumberstrue
{
    "status":
    {
        "message": "",
        "description": "",
        "code": "OK"
    },
    "data":
    [
        {
            "default": false,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": "NONTRACEABLE",
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FLAT",
                "id": "78F758444F6B8437F1A27F61D1BE84A5",
                "name": "VOD",
                "description": "Video on Demand Movies",
                "alternative_code": "VOD"
            }
        },
        {
            "default": false,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": null,
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FLAT",
                "id": "219FBB8FBAA1433AB0A33446B61637F9",
                "name": "Usage - Flat",
                "description": "Usage - Flat",
                "alternative_code": "U-F"
            }
        },
        {
            "default": true,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": null,
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FIXEDBUNDLE",
                "id": "42BC31C8B56F4DE4846D4394BDC0B3EE",
                "name": "Usage - Fixed B",
                "description": "Usage Fixed Bundle product",
                "alternative_code": "U-Fixed"
            }
        },
        {
            "default": false,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": null,
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FIXEDBUNDLE",
                "id": "72C8E3CEB3547751264491200E5F690D",
                "name": "Usage - Fixed Bundle",
                "description": "Usage - Fixed Bundle",
                "alternative_code": "U-FB"
            }
        }
    ]
} 
Expand
titleExample 2

HTTP Method: GET

 

Request:

Response:

 

Code Block
themeConfluence
languagejavascript
linenumberstrue
{
    "status":
    {
        "message": "",
        "description": "",
        "code": "OK"
    },
    "data":
    [
        {
            "default": false,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": "NONTRACEABLE",
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FLAT",
                "id": "78F758444F6B8437F1A27F61D1BE84A5",
                "name": "VOD",
                "description": "Video on Demand Movies",
                "alternative_code": "VOD"
            }
        },
        {
            "default": false,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": null,
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FLAT",
                "id": "219FBB8FBAA1433AB0A33446B61637F9",
                "name": "Usage - Flat",
                "description": "Usage - Flat",
                "alternative_code": "U-F"
            }
        },
        {
            "default": true,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": null,
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FIXEDBUNDLE",
                "id": "42BC31C8B56F4DE4846D4394BDC0B3EE",
                "name": "Usage - Fixed B",
                "description": "Usage Fixed Bundle product",
                "alternative_code": "U-Fixed"
            }
        },
        {
            "default": false,
            "product_type":
            {
                "service_type": "USAGE",
                "physical_good_type": null,
                "used_for_provisioning": true,
                "classification": "SERVICES",
                "composition_method": "FIXEDBUNDLE",
                "id": "72C8E3CEB3547751264491200E5F690D",
                "name": "Usage - Fixed Bundle",
                "description": "Usage - Fixed Bundle",
                "alternative_code": "U-FB"
            }
        }
    ]
} 

GET usage_service_catalogs/configuration/provisioning_providers/list

This method returns the provisioning providers that are allowed to be used in usage service catalogs, based on the active usage service catalog definition. Multiple provisioning providers are returned by each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

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

defaultBooleanThe default provisioning provider
typeUsage Service Type ObjectThe related provisioning provider

...

Examples

...

titleExample 1

HTTP Method: GET

 

Request:

Response:

 

...

themeConfluence
languagejavascript
linenumberstrue

...

Panel
nameblue

Child pages (Children Display)
excerpttrue