Versions Compared

Key

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

Available from CRM.COM R7.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

The identifier of the usage detail record type .The allowed usage detail record type identifier fields are the following:

V4:usage_detail_record_type_identifierfields_set

(optional)

Name

Type

Description

token

String

The token retrieved from the login method

type_identifier

(mandatory)

Usage Detail Record Type Identifier
Include Page

V4:usage_detail_record_type_identifier

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:usageproduct_detail_record_type_completeshort
V4:usage_detailproduct_record_type_completeshort

Examples

Expand
titleExample 1

HTTP Method: GET

 

Request:

Response:

 

Code Block
themeConfluence
languagejavascript
linenumberstrue
 

...

This method returns the usage detail record types that are allowed to be used in the system. Multiple usage detail record types are returned by each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

group_identifier

(optional)

Group Identifier

The identifier of the group that will be using the usage detail record of this type. The group is filtered against the usage detail record types' allowed organisational units. The allowed group identifier fields are the following:

Include Page
V4:group_identifier
V4:group_identifier

unit_identifier

(optional)

Unit Identifier

The identifier of the unit that will be using the usage detail record of this type. The unit is filtered against the usage detail record types' allowed organisational units. The allowed unit identifier fields are the following:

Include Page
V4:unit_identifier
V4:unit_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

...