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 |