Quote pdf
Authorizations
Path parameters
tenantstringRequiredExample:
Your Emporix tenant's name.
Note: The tenant name should always be written in lowercase.
saasdev2
quoteIdstringRequiredExample:
Quote unique identifier generated when the quote is created.
084bcaf5-66b8-4ddd-9489-65c5f6449e94
Header parameters
Accept-LanguagestringOptional
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.
Responses
200
The request was successful. Generated pdf is returned.
application/pdf
Responsestring · binary
400
Unsupported language provided.
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired. It usually means that tenant from the token does not match tenant from path.
application/json
403
Permission denied due to insufficient rights. This may happen when request does not contain sufficient scopes for given query values.
application/json
404
Given resource cannot be found.
application/json
post
POST /quote/{tenant}/quotes/{quoteId}/pdf HTTP/1.1
Host: api.emporix.io
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
binary
Was this helpful?