Upload a quote attachment
Upload a quote attachment
POST
Upload a quote attachment
Documentation Index
Fetch the complete documentation index at: https://docs.prets.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Quote ID
Pattern:
^qot_[0-9A-HJKMNP-TV-Z]{26}$Example:
"qot_01ARZ3NDEKTSV4RRFFQ69G5AV"
Body
application/json
Name of the file to upload
Required string length:
1 - 255Example:
"contract.pdf"
MIME type of the file
Available options:
application/pdf, image/jpeg, image/png, image/webp Example:
"application/pdf"
Size of the file in bytes (max 25MB). The limit accommodates high-resolution scans and multi-page documents while preventing abuse. Typical quote PDFs are 1-5MB.
Required range:
x <= 26214400Example:
1048576
Type of attachment for categorization. quote_copy: original quote/offer document sent to customer; nwf_installers_declarations: NWF (Dutch subsidy) installer declaration forms; invoice: final invoice or billing document
Available options:
quote_copy, nwf_installers_declarations, invoice Example:
"invoice"