Versions Compared

Key

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

...

...

...

...

...

...

...

...


Tip

Available from CRM.COM R9.0.0

Deprecated from CRM.COM R18.0.0


Excerpt

This method returns the services that are allowed to be used by leads of specific type. Multiple services are returned by each call

 

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

lead_type_identifier

(mandatory)

Lead Type Identifier

The identifier of the type of the lead that will be using the services. The services are filtered against the allowed services of the specified type. The allowed lead type identifier fields are the following:

Include Page
v4:lead_type_identifier
v4:lead_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

...

Expand
titleExample 1

HTTP Method: GET 


Request:

Response:


Code Block
 code
language
javascript
themeConfluencelanguagejavascript
linenumberstrue
 {
       "product_type": null,
       "id": "0C634981F1324EAF802AA88F8C3D2CCE",
       "product":
       {
           "id": "E67206ADD5E939E31E0D34A2D35F2742",
           "description": null,
           "code": "Viasat Premium",
           "alternative_code": "VP"
       }
   },
   {
       "product_type":
       {
           "service_type": "USAGE",
           "physical_good_type": null,
           "used_for_provisioning": false,
           "classification": "SERVICES",
           "composition_method": "FLAT",
           "id": "C195EEFC755F4939BF4B49FEDE7D60AB",
           "name": "Software Services",
           "description": null,
           "alternative_code": "SS_1"
       },
       "id": "1E6FDDFC97CC4A7B9BE9261B692204A4",
       "product": null
   }


...