Upload a document to an entity

Uploads a document to a case, person, or company.

The document must be base64 encoded and included as a string in the file field.

Ensure that the file_name field includes the file extension.

Recipes
📄
Manage Documents
Open Recipe
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≥ 1

The company_id, person_id or case_id of the entity

string
required
length ≥ 1

The type of entity

string
required
length ≥ 1

File data base64 encoded

string | null

The type of document

string
required
length ≥ 1

Display name

string
required
length ≥ 1

File name including file extension

Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json