Versions Compared

Key

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

Available from CRM.COM R13.1.0

Excerpt

This method removes an existing Payment Preference from an Accounts Receivable. A single Accounts Receivable's Payment Preference is removed by each call.

...

V4:payment_preference_identifier

Name

Type

Description

token

String

The token retrieved from the login method

accounts_receivable_identifier

(mandatory)

Account Receivable Identifier

The identifier of the account receivable whose payment preferences will be updated. The allowed account receivable identifier fields are the following:

Include Page
V4:accounts_receivable_identifier_post
V4:accounts_receivable_identifier_post

payment_preferencepreferences_identifierset

(mandatory)

Payment Preference IdentifierSet of Payment Preferences Identifiers Object

The

identifier

payment preferences of the

payment preference

retrieved accounts receivable that will be removed

. The allowed payment preference identifier fields are the following:

Include Page
V4:payment_preference_identifier
   

fields_set

(optional)

List of Strings, comma separatedA list of fields that should be included in the results. If not specified then all the available fields will be returned

Anchor
accounts_receivable_payment_preferences_remove referred objects parameters
accounts_receivable_payment_preferences_remove referred objects parameters
Referred Parameter Objects Data

Include Page
V4:payment_preference_identifier
V4:payment_preference_identifier

Restrictions

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

...