Versions Compared

Key

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

This method returns a list of behavior codes and business classification codes that can be applied on a specific subscription, subscription service or subscription installed item, considering their life cycle state. Multiple behavior codes are returned by each call

Tip
Available from CRM.COM R6.0.0

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

 subscription_identifier

(semi-optional)

Subscription Identifier

The identifier of the subscription that the action will be applied on. The allowed subscription identifier fields are the following:

Include Page
V4:subscription_identifier
V4:subscription_identifier

 subscription_service_id

(semi-optional)

String

The subscription service that the action will be applied on.

 subscription_installed_item_id

(semi-optional)

String

The subscription installed item that the action will be applied on.

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

...