Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
api:api_applications_id_offers_id_attachments_id_download [2025/01/02 15:32] โ created Lauri | api:api_applications_id_offers_id_attachments_id_download [2025/01/02 15:39] (current) โ [GET, HEAD] Lauri | ||
---|---|---|---|
Line 5: | Line 5: | ||
Download a specific attachment. | Download a specific attachment. | ||
+ | There are two major ways that an attachment can be created: | ||
+ | |||
+ | - Uploading a file when composing the offer letter (this call returns the uploaded bytes verbatim) | ||
+ | - Generating a PDF attachment from a letterhead [1]. | ||
+ | |||
+ | In addition: | ||
+ | |||
+ | - An attachment can be specified as part of an offer type, in which case it is attached automatically | ||
+ | - An attachment can be [[api: | ||
+ | |||
+ | [1] Letterheads are document templates that can be used to generate attachments to offers. In reality, there is also a middle-step in that process โ first a Letter is created from the Letterhead (and can be accessed using [[api:/ | ||
==== Syntax ==== | ==== Syntax ==== | ||