Versions Compared

Key

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

Available from CRM.COM R14.4.0

Excerpt

This method adds a product in the list of favorite items. A single product can be added on each call

Resource URL

Parameters

Name

Type

Description

token

String

The token retrieved from the login method

accounts_receivable_identifier

(mandatory)

Accounts Receivable Identifier

The accounts receivable owning the list of favorite items. The available accounts receivable identifiers are the following:

Include Page
V4:accounts_receivable_identifier
V4:accounts_receivable_identifier

item

(mandatory)

Favorite Item ObjectThe item that will be added in the list of favorite items

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

Restrictions

  • It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.

Anchor
accounts_receivable_add_members referred objects parameters
accounts_receivable_add_members referred objects parameters
Referred Objects Response Data

Include Page
V4:favorite_items_product_parameters
V4:favorite_items_product_parameters

Response Data

Include Page
V4:favorite_item_complete
V4:favorite_item_complete

Examples

Expand
titleExample 1

HTTP Method: POST


Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 



Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 

...