Retrieving the reason for changing the quote status

GET {{api-url}}/quote/{{tenant}}/quote-reasons/{{quoteReasonId}}

Preview

Retrieving a quote reason by given id.


Required scopes

  • quote.quote_read

HEADERS

KeyDatatypeRequiredDescription
Accept-LanguagestringList of language codes acceptable for the response. You can specify factors that indicate which language should be retrieved if the one with a higher factor was not found in the localized fields. If a value is specified, then it must be present in the tenant configuration.
  • If the header is set to a particular language or a list of languages, all localized fields are retrieved as strings.
  • If the header is set to *, all localized fields are retrieved as maps of translations, where the keys are language codes and values are the fields in their respective languages.
  • If the header is empty, localized fields are retrieved in the default language defined in the Configuration Service. | | Accept | string | | |