Available from CRM.COM R14.4.0
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:
| ||||||||||||
(mandatory) | Favorite Item Object | The 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.
Referred Objects Response Data
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved favorite item |
number | String | The number of the retrieved favorite Item |
notes | String | The notes of the retrieved favorite item Available from CRM.COM R14.10 onwards |
accounts_receivable | Accounts Receivable Object | The related accounts receivable |
Product Object | The product that is included as a favorite item | |
components_set | Set of Products Object | The product components that are included in the specified product. This information is available only if the specified product is a flexible product bundle |
Referred Objects Response Data
Examples