GET accounts_receivable/configuration/payment_preferences/list
This method returns the payment preferences that are allowed to be used in the system, as specified in the active accounts receivable definition. Multiple payment preferences are returned by each call
Resource URL
Parameters
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 |
Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved payment preference |
name | String | The name of the retrieved payment preference |
alternative_code | String | The alternative code of the retrieved payment preference |
type | Sting | The type of the payment preference, such as
BRAINTREE_PAYMENT_GATEWAY and CUSTOM_PAYMENT_GATEWAY are available from CRM.COM R14.2.0 WALLET available from CRM.COM R17.0.0 |
description | Sting | The description of the retrieved payment preference |
default | Boolean | It determines if the presentment payment is set as the default in the accounts receivable definition |
Examples
GET accounts_receivable/configuration/presentment_preferences/list
This method returns the presentment preferences that are allowed to be used in the system, as specified in the active accounts receivable definition. Multiple presentment preferences are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
group_identifier (optional) | Group Identifier | The identifier of the group that will be providing the presentment preference. The group is filtered against the presentment preference allowed organisational units. The allowed group identifier fields are the following:
| ||||||||||||
unit_identifier (optional) | Unit Identifier | The identifier of the unit that will be providing the presentment preference. The unit is filtered against the presentment preference allowed organisational units. The allowed unit 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 |
Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved presentment preference |
name | String | The name of the retrieved presentment preference |
alternative_code | String | The alternative code of the retrieved presentment preference |
type | Sting | The presentment method type which can be one of the following: POST, EMAIL, SMS, F2F, OTHER, CUSTOM_1, CUSTOM_2, CUSTOM_3, CUSTOM_4, CUSTOM_5 |
state | String | The state of the presentment preference, which can be ACTIVE or INACTIVE |
description | String | A description of the presentment preference |
default | Boolean | It determines if the presentment preference is set as the default in the accounts receivable definition |
Contact Information Object | The contact information related with the retrieved presentment preference |
Referred Objects Response Data
Examples
GET accounts_receivable/configuration/classifications/list
This method returns the classifications that are allowed to be used in the system, as specified in the active accounts receivable definition. Multiple classifications are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
group_identifier (optional) | Group Identifier | The identifier of the group that will be providing the classification. The group is filtered against the classifications' allowed organisational units. The allowed group identifier fields are the following:
| ||||||||||||
unit_identifier (optional) | Unit Identifier | The identifier of the unit that will be providing the classifications. The unit is filtered against the classifications' allowed organisational units. The allowed unit 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 |
Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved classification |
name | String | The name of the retrieved classification |
alternative_code | String | The alternative code of the retrieved classification |
description | Sting | The description of the retrieved classification |
default | Boolean | It determines if the classification is set as the default in the active accounts receivable definition |
Examples
GET accounts_receivable/configuration/banks/list
This method returns the banks that are allowed to be used in the system, as specified in the active accounts receivable definition. Note that banks can be used in payment preferences, only if the selected payment preference is of type direct debit. Multiple banks are returned by each call
Resource URL
Parameters
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 |
Response Data
Name | Type | Description |
---|---|---|
id | String | The id of the retrieved bank |
name | String | The name of the retrieved bank |
alternative_code | String | The alternative code of the retrieved bank |
description | String | The description of the retrieved bank |
bank_branches_set | Set of Bank Branch Objects | The bank branches related with the retrieved bank |
Referred Objects Response Data
Examples
GET accounts_receivable/configuration/bank_account_types/list
This method returns the bank account types that are allowed to be used in the system, as specified in the active accounts receivable definition. Multiple bank account types are returned by each call
Resource URL
Parameters
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 |
Response Data
Name | Type | Description |
id | String | The id of the retrieved bank account type |
name | String | The name of the retrieved bank account type |
alternative_code | String | The alternative code of the retrieved bank account type |
description | String | The description of the retrieved bank account type |
Examples
GET accounts_receivable/configuration/credit_ratings/list
This method returns the credit ratings that are allowed to be used in the system, as specified in the active accounts receivable definition. Multiple credit ratings are returned by each call
Resource URL
Parameters
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 |
Response Data
Name | Type | Description |
---|---|---|
code | String | The code of the retrieved credit rating which can be one of the following: AAA, AA, A, BAA, BA, B, CAA, CA, C |
name | String | The name of the retrieved credit rating which can be one of the following:
|
label | String | The label of the retrieved credit rating, as specified in the accounts receivable definition |
credit_limit_type | String | The credit limit type of the retrieved credit rating, as specified in the accounts receivable definition, which can be one of the following: USER_DEFINED, NUMERIC_VALUE Deprecated from CRM.COM R11.0.0 |
credit_limit_amount | Number | The credit limit amount of the retrieved credit rating, as specified in the accounts receivable definition. Credit limit amount is returned in the default system currency |
default | Boolean | It determines if the retrieved credit rating is set as the default in the accounts receivable definition |
Examples
GET accounts_receivable/configuration/payment_medium_brands/list
This method returns the payment medium brands that are allowed to be used by payments of a specific type. Multiple payment medium brands are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
payment_medium_brand_identifier (mandatory) | Payment Medium Brand Identifier | The identifier of the brand of the payment medium that will be using the customer event. The allowed payment medium brand 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 |
Response Data
Examples
GET accounts_receivable/configuration/payment_medium_types/list
This method returns the payment medium types that are allowed to be used by payments of a specific type. Multiple payment medium types are returned by each call
Resource URL
Parameters
Name | Type | Description | ||||||||||||
token | String | The token retrieved from the login method | ||||||||||||
payment_medium_type_identifier (mandatory) | Payment Medium Type Identifier | The identifier of the type of the payment medium that will be using the customer event. The allowed payment medium type 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 |