Skip to end of banner
Go to start of banner

warranty_policies/configuration

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Available from CRM.COM R9.0.0

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

descriptionStringA description of the retrieved coverage reason
  • No labels