Versions Compared

Key

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

Available from CRM.COM R14.0.0

Excerpt

This method is used when a traceable physical good is brought by an account owner and will be added as an Asset to the respective Accounts Receivable. These goods are Owned by Customer and do not have a Physical Good Sale against them. Multiple traceable physical goods can be added through each call. Fixed Bundles or Physical Goods that are Part of a Bundle are not applicable

Resource URL

Parameters

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 that owns the traceable physical good. The allowed account receivable identifier fields are the following:

Include Page
V4:accounts_receivable_identifier_post
V4:accounts_receivable_identifier_post

accounts_receivable_assets_set

(mandatory)

Set of Accounts Receivable Assets

A set of traceable physical goods that were brought by the customer and will be imported into the system as the account owner's Assets

Not applicable for traceable physical goods that are Bundles or Components of a Bundle

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

...

Include Page
V4:assets_to_be_added_parameters
V4:assets_to_be_added_parameters

Response Data

Include Page
V4:accounts_receivable_asset_complete
V4:accounts_receivable_asset_complete

Examples

Expand
titleExample 1

HTTP Method: POST

{{server}}/crmapi/rest/v2/accounts_receivable/assets/importcreate

 

Request

Response

Code Block