Retrieving a single quote
GET {{api-url}}/quote/{{tenant}}/quotes/{{quoteId}}
Retrieves a quote by a given id.
Required scopes
quote.quote_read
- allows employees to retrieve any quotequote.quote_read_own
- allows customers to retrieve their own quote
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept-Language | string | List 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 | | |