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 removes a product from the list of favorite items. A single product can be removed on each call

...

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

favorite_item_identifier

(mandatory)

Favorite Item Identifier

The favorite item that will be removed from the list of favorite items. The available favorite item identifiers are the following:

Include Page
V4:favorite_item_identifier
V4:favorite_item_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: POST


Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
	"token": {{token}},
	"accounts_receivable_identifier": {
		"number": "ACR0000000025"
	},
	"favorite_item_identifier": {
		"id": "93506C0DF81C4AF3902BBB07793A85EA"
	}
}



Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "data": {},
    "status": {
        "code": "OK",
        "description": "",
        "message": ""
    }
}