Tip |
---|
Table of Contents | ||
---|---|---|
|
GET warranty_policies/configuration/coverage_reasons/list
This method returns the available coverage reasons that are allowed to be used by warranty policies. Multiple coverage reasons are returned by each call
Resource URL
http://host_name/crmapi/rest/$version/warranty_policies/configuration/coverage_reasons/list
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 coverage reason |
name | String | The name of the retrieved coverage reason |
alternative_code | String | The alternative code of the retrieved coverage reason |
description | String | A description of the retrieved coverage reason |
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Code Block | ||||||
| ||||||
Panel | ||||||
| ||||||
|