Skip to content

Upload Quote Document

POST
/quote-settings/documents

Upload a legal document to the org’s library. ORG ADMIN.

Multipart, like the app. The PDF-only and 10 MB rules are the app’s and are enforced there; they are documented here so a caller sees them before spending the upload.

Authorizations

Parameters

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

object
doc_type

nda, msa or other. Anything else is COERCED to other by the app rather than rejected, so a typo lands the document in the library under the wrong type instead of failing loudly.

string
default: other
file
required

The PDF. 10 MB maximum; PDFs only.

string format: binary
title
required

How the document is listed and attached.

string

Responses

201

Successful Response

object
data
required

An open envelope for a quote, template, contact or job result.

object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string