FormDr
  • Home
  • Getting Started
    • Quick Start
  • Documentation
    • Access Token
      • Using the Refresh Token
    • Get Practices
    • Get Forms List
    • Get Form by ID
    • Find Patient
    • Submissions
      • Get Submission
      • Create Submission
      • Update Submission
      • Delete Submission
      • List Submissions
    • Files
      • Get file
      • Upload file
      • PDF
    • Documents
      • Get Templates
      • Send Template To Sign
      • Get Document Submissions
      • Get Document By Id
      • Download Document PDF
  • Webhook
Powered by GitBook
On this page
  1. Documentation
  2. Files

Upload file

Returns an s3 presigned URL for upload

PUT https://api.formdr.com/api/v1/practice/{practiceId}/submissions/{submissionId}

Path Parameters

Name
Type
Description

practiceId*

String

Practice ID

submissionId*

String

Submission ID

Request Body

Name
Type
Description

fileName*

String

mimeType*

String

fileSize*

Number

fieldName*

String

"s3 presigned URL"

fieldName must match the field name of the file upload to display on the form.

If a file already exists for a field, it will be replaced by the upload.

PreviousGet fileNextPDF

Last updated 7 months ago