Table of Contents | ||
---|---|---|
|
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
accounts_receivable_identifier (mandatory) | Accounts receivable identifier | The identifier of the accounts receivable that should be returned as a result. The allowed accounts receivable identifier fields are the following:
| ||||||
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 |
...
Name | Type | Description | ||||||||
token | String | The token retrieved from the login method | ||||||||
subscription_identifier (semi-optional) | Subscriptions identifier | The identifier of the subscription related with the accounts that will be returned as results. The allowed subscription identifier fields are the following:
| ||||||||
contact_information_identifier (semi-optional) | Contact information identifier | The identifier of the contact information related with the accounts that will be returned as results. The allowed contact information identifier fields are the following:
| ||||||||
payment_preference_identifier (semi-optional) | Payment preference identifier | The identifier of the payment preference related with the accounts that will be returned as results. The allowed payment preference identifier fields are the following:
| ||||||||
presentment_preference_identifier (semi-optional) | Presentment preference identifier | The identifier of the presentment preference related with the accounts that will be returned as results. The allowed presentment preference identifier fields are the following:
| ||||||||
wallet_identifier (semi-optional) | Wallet identifier | The identifier of the wallet elated with the accounts that should be returned as a result. The allowed wallet identifier fields are the following:
| ||||||||
email_address (semi-optional) | String | The email address of the contact information owning the accounts that should be returned as a result.
| ||||||||
phone_number (semi-optional) | String | The phone number of the contact information owning the accounts that should be returned as a result.
| ||||||||
number_of_results (optional) | Number | The number of results that can be retrieved through each call
| ||||||||
offset (optional) | Number | Defines the number of entities that should be skipped from the results. If it is set to 0 then none results should be skipped, otherwise the results will begin from the provided offset number
| ||||||||
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 |
...
Name | Type | Description |
token | String | The token retrieved from the login method |
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 |
...
POST accounts_receivable/show
Tip |
---|
Available from CRM.COM R8.0.0 |
This method returns information related with an accounts receivable. This method is similar to the GET method, but it supports identifying the accounts receivable that will be retrieved using an access token. Single accounts receivable is returned by each call
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
accounts_receivable_identifier (mandatory) | Accounts Receivable Identifier | The identifier of the accounts receivable that should be returned as a result. The allowed accounts receivable identifier fields are the following:
| ||||||
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 |
...
Name | Type | Description | ||||||||
token | String | The token retrieved from the login method | ||||||||
name (mandatory) | String | The name of the account receivable | ||||||||
description (optional) | String | The description of the retrieved accounts receivable | ||||||||
notes (optional) | String | The notes of the retrieved accounts receivable | ||||||||
vat_number (optional) | String | The VAT number of the retrieved accounts receivable | ||||||||
credit_limit (optional) | Number | Is the maximum amount of credit that can be provided to the specific accounts receivable, or in other words the maximum balance that the accounts receivable can ever reach.
| ||||||||
credit_period_operator (optional) | String | The credit period operator. The supported values are the following: PLUS,MINUS | ||||||||
credit_period (optional) | Number | Credit period is the length of time for which a customer is allowed to settle any given debit | ||||||||
classification_identifier (optional) | Accounts Receivable Classification Identifier | The accounts receivable classification identifier. The allowed classification identifier fields are the following:
| ||||||||
credit_rating_code (optional) | String | The code of the credit rating. The supported codes are the following: AAA, AA, A, BAA, BA, B, CAA, CA, C
| ||||||||
owned_by_group_identifier (optional) | Group identifier | The group owning the accounts receivable. The allowed group identifier fields are the following:
| ||||||||
privacy_level_identifier (optional) | Privacy level identifier | The privacy level of the accounts receivable. The allowed privacy level identifier fields are the following:
| ||||||||
currency_identifier (optional)
| Currency identifier | The accounts receivable currency. If not specified, then CRM.COM's default currency is defined as the accounts receivable currency. The allowed currency identifier fields are the following:
| ||||||||
udf_string_1 (optional) | String | User Defined Field of type String | ||||||||
udf_string_2 (optional) | String | User Defined Field of type String | ||||||||
udf_string_3 (optional) | String | User Defined Field of type String | ||||||||
udf_string_4 (optional) | String | User Defined Field of type String | ||||||||
udf_string_5 (optional) | String | User Defined Field of type String | ||||||||
udf_string_6 (optional) | String | User Defined Field of type String | ||||||||
udf_string_7 (optional) | String | User Defined Field of type String | ||||||||
udf_string_8 (optional) | String | User Defined Field of type String | ||||||||
udf_float_1 (optional) | Float | User Defined Field of type Float | ||||||||
udf_float_2 (optional) | Float | User Defined Field of type Float | ||||||||
udf_float_3 (optional) | Float | User Defined Field of type Float | ||||||||
udf_float_4 (optional) | Float | User Defined Field of type Float | ||||||||
udf_date_1 (optional) | Date | User Defined Field of type Date | ||||||||
udf_date_2 (optional) | Date | User Defined Field of type Date | ||||||||
udf_date_3 (optional) | Date | User Defined Field of type Date | ||||||||
udf_date_4 (optional) | Date | User Defined Field of type Date | ||||||||
(mandatory) | Contact information object | The contact information of the accounts receivable owner. | ||||||||
(mandatory) | Billing address object | The accounts receivable billing address. | ||||||||
(optional) | Set of Presentment Preferences Object | The presentment preferences of the retrieved accounts receivable | ||||||||
(optional) | Set of Payment Preferences Object | The payment preferences of the retrieved accounts receivable | ||||||||
(mandatory on conditions) | Set of Access Token Objects | The access tokens that will be associated with the accounts receivable. This information is mandatory if the active access token definition is set up to require at least one access token for each accounts receivable
| ||||||||
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
|
Anchoraccounts_receivable_create referred objects parameters accounts_receivable_create referred objects parameters
Referred Parameter Objects Data
accounts_receivable_create referred objects parameters | |
accounts_receivable_create referred objects 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 to be updated. The allowed account receivable identifier fields are the following:
| |||||||||||
name (optional) | String | The name of the account receivable | |||||||||||
description (optional) | String | The description of the retrieved accounts receivable | |||||||||||
notes (optional) | String | The notes of the retrieved accounts receivable | |||||||||||
vat_number (optional) | String | The VAT number of the retrieved accounts receivable | |||||||||||
credit_limit (optional) | Number | Is the maximum amount of credit that can be provided to the specific accounts receivable, or in other words the maximum balance that the accounts receivable can ever reach.
| |||||||||||
credit_period (optional) | Number | Credit period is the length of time for which a customer is allowed to settle any given debit | |||||||||||
classification_identifier (optional) | Accounts Receivable Classification Identifier | The accounts receivable classification identifier. The allowed classification identifier fields are the following:
| |||||||||||
credit_rating_identifier (optional) | Credit rating identifier | The accounts receivable credit rating identifier. The allowed credit rating identifier fields are the following:
| |||||||||||
owned_by_group_identifier (optional) | Group identifier | The group owning the accounts receivable. The allowed group identifier fields are the following:
| |||||||||||
privacy_level_identifier (optional) | Privacy level identifier | The privacy level of the accounts receivable. The allowed privacy level identifier fields are the following:
| |||||||||||
udf_string_1 (optional) | String | User Defined Field of type String | |||||||||||
udf_string_2 (optional) | String | User Defined Field of type String | |||||||||||
udf_string_3 (optional) | String | User Defined Field of type String | |||||||||||
udf_string_4 (optional) | String | User Defined Field of type String | |||||||||||
udf_string_5 (optional) | String | User Defined Field of type String | |||||||||||
udf_string_6 (optional) | String | User Defined Field of type String | |||||||||||
udf_string_7 (optional) | String | User Defined Field of type String | |||||||||||
udf_string_8 (optional) | String | User Defined Field of type String | |||||||||||
udf_float_1 (optional) | Float | User Defined Field of type Float | |||||||||||
udf_float_2 (optional) | Float | User Defined Field of type Float | |||||||||||
udf_float_3 (optional) | Float | User Defined Field of type Float | |||||||||||
udf_float_4 (optional) | Float | User Defined Field of type Float | |||||||||||
udf_date_1 (optional) | Date | User Defined Field of type Date | |||||||||||
udf_date_2 (optional) | Date | User Defined Field of type Date | |||||||||||
udf_date_3 (optional) | Date | User Defined Field of type Date | |||||||||||
udf_date_4 (optional) | Date | User Defined Field of type Date | |||||||||||
(mandatory) | Billing address object | The accounts receivable billing address. | |||||||||||
(optional) | Set of accounts receivable presentment preferences objects | The presentment preferences of the retrieved accounts receivable.
| |||||||||||
(optional) | Set of accounts receivable payment preferences objects | The payment preferences of the retrieved accounts receivable
| |||||||||||
(mandatory on conditions) | Set of Access Token Objects | The access tokens that will be associated with the accounts receivable. This information is mandatory if the active access token definition is set up to require at least one access token for each accounts receivable If no records are specified in the set then nothing will be updated. To remove a record use action:"remove". To add a record use action:"add_existing" or "add_new". Different actions can be used within the same set. For example:
|
Anchoraccounts_receivable_update referred objects parameters accounts_receivable_update referred objects parameters
Referred Parameter Objects Data
accounts_receivable_update referred objects parameters | |
accounts_receivable_update referred objects parameters |
...
POST accounts_receivable/change_credit_limit
Tip |
---|
Available from CRM.COM R11.0.0 |
This method changes the credit terms of accounts receivable i.e. either its credit limit or the credit rating or both. A single accounts receivable's credit terms can be updated by each call.
...
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 credit terms will be updated. The allowed account receivable identifier fields are the following:
| ||||||
credit_limit (semi-optional) | Number | The new credit limit of the accounts receivable | ||||||
credit_rating_code (semi-optional) | String | The new credit rating's code of the accoutns receivable. The supported codes are the following: AAA, AA, A, BAA, BA, B, CAA, CA, C | ||||||
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 |
...
GET accounts_receivable/write_off_account/show
Tip |
---|
Available from CRM.COM R13.0.0 |
This method returns information related with the system account which is specified as the write off account
...
Name | Type | Description |
token | String | The token retrieved from the login method |
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 |
...
GET accounts_receivable/assets/list
Tip |
---|
This method returns the physical goods assets that were purchased by the specified customer. Multiple assets are retrieved by this call.
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
accounts_receivable_identifier (mandatory) | Accounts receivable identifier | The identifier of the accounts receivable that should be returned as a result. The allowed accounts receivable identifier fields are the following:
| ||||||
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 |
...
POST accounts_receivable/assets/return
Tip |
---|
Available from CRM.COM R11.5.0 and CRM.COM R12.1.0 |
This method is used when an Accounts Receivable Asset is returned back by a customer. Multiple assets can be returned through each call. The method returns a list of all of the accounts receivable assets which were successfully returned.
...
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 asses to be returned. The allowed account receivable identifier fields are the following:
| ||||||
accounts_receivable_assets_set (mandatory) | Set of Accounts Receivable Assets | A set of accounts receivable assets which will be returned by this call. All specified assets should be owned by the specified accounts receivable | ||||||
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 |
...
POST accounts_receivable/assets/transfer_ownership
Tip |
---|
Available from CRM.COM R13.0.0 |
This method is used when an Accounts Receivable Asset is moved from one Accounts Receivable to another because of a transfer of ownership. Multiple assets can be moved through each call but only as long as they are transferred to the same account owner. The method returns a list of all of the accounts receivable assets which were successfully transferred to another accounts receivable.
...
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 assets whose ownership will be transferred to another accounts receivable. The allowed account receivable identifier fields are the following:
| ||||||
transfer_to_accounts_receivable_identifier (mandatory) | Account receivable Identifier | The identifier of the account receivable to which the ownership of the assets will be transferred to. The allowed account receivable identifier fields are the following:
| ||||||
accounts_receivable_assets_set (mandatory) | Set of Accounts Receivable Assets | A set of accounts receivable assets which will be transferred to another accounts receivable by this call. All specified assets should be owned by the specified accounts receivable | ||||||
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 |
...
Include Page | ||||
---|---|---|---|---|
|
GET accounts_receivable/vouchers/list
Tip |
---|
This method returns the Activated vouchers (used or not) that were assigned to the specified Accounts Receivable. Multiple vouchers are retrieved by this call.
Resource URL
Parameters
...
Name
...
Type
...
Description
...
token
...
String
...
The token retrieved from the login method
...
(mandatory)
...
Accounts Receivable Identifier
The identifier of the accounts receivable that should be returned as a result. The allowed accounts receivable identifier fields are the following:
...
Examples
Expand | ||
---|---|---|
| ||
HTTP Method: POST {{server}}/crmapi/rest/v2/accounts_receivable/assets/transfer_ownership Request: Response:
|
GET accounts_receivable/vouchers/list
Tip |
---|
This method returns the Activated vouchers (used or not) that were assigned to the specified Accounts Receivable. Multiple vouchers are retrieved by this call.
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
accounts_receivable_identifier (mandatory) | Accounts Receivable Identifier | The identifier of the accounts receivable that should be returned as a result. The allowed accounts receivable identifier fields are the following:
| ||||||
applicable_for_use (optional) | Boolean | Determines if the retrieved results will be consisted by Activated vouchers that belong to that Account Receivable account and are available to be used or not The following options are available
| ||||||
number_of_results (optional) | Number | The number of results that can be retrieved through each call | ||||||
offset (optional) | Number | Defines the number of entities that should be skipped from the results. If it is set to 0 then none results should be skipped, otherwise the results will begin from the provided offset number | ||||||
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 |
...
Include Page | ||||
---|---|---|---|---|
|
Examples
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
HTTP Method: GET
Request: Response:
|
Activated
{{server}}/crmapi/rest/v2/accounts_receivable/assets/transfer_ownership