latestOpenAPI 3.0.02026-08-232861531.0 MB

d3c75c2a2f1d

fileUploads

Update a fileUpload

put/fileUploads/{fileUploadId}

Path parameters

fileUploadIdstring required

File Upload unique identifier in Luma's database.

Request body

bucketstring

AWS Bucket S3 name.

aswIdstring

Asw Id.

namestring required

Name of file.

extensionstring required

Extension of file.

contentTypestring required

Content Type/MIME of file.

type'patient-insurance-image' | 'patient-message' | 'patient-referral-fax' | 'patient-referral' | 'patient-form' | 'provider-headshot' | 'avatar' | 'custom-web-style-logo' | 'generic' | 'integration-archive' | 'patient-pdf' | 'patient-ccda' | 'bulk-patients-insurance' | 'bulk-patients-form' | 'do-not-contact-patients-list' | 'archived-contacts-list' | 'bulk-users-update' | 'bulk-users-create' | 'upload' | 'lumabot-html-preview' required

Type of the uploaded file

base64string required

base64 representation of the binary file.

patientstring

ID of a Patient.

insurancestring

ID of an Insurance.

referralstring

ID of a Referral.

outboundReferralstring

ID of an Outbound Referral.

patientFormstring

ID of a Patient Form.

messagestring

ID of a Message.

broadcaststring

ID of a Broadcast.

websitestring

Website.

status'processing' | 'completed' | 'failed'

Status of the file upload. Processing = File-upload was created, but still being processed, Completed = File-upload was completed successfully, Failed = File-upload has failed.

estimatestring

ID of an estimate.

Response

FileUpload

_idstring

Luma's internal ID of an object.

userstring

The ID of the root account user.

deleted0 | 1

Flag for logical deletion where 1 means deleted.

createdBystring

The ID of the user who created this object.

updatedBystring

The ID of the user who updated this object.

createdAtstring date-time

The date/time when this object was created.

updatedAtstring date-time

The date/time when this object was updated.

bucketstring

AWS Bucket S3 name.

aswIdstring

Asw Id.

namestring

Name of file.

extensionstring

Extension of file.

contentTypestring

Content Type/MIME of file.

type'patient-insurance-image' | 'patient-message' | 'patient-referral-fax' | 'patient-referral' | 'patient-form' | 'provider-headshot' | 'avatar' | 'custom-web-style-logo' | 'generic' | 'integration-archive' | 'patient-pdf' | 'patient-ccda' | 'bulk-patients-insurance' | 'bulk-patients-form' | 'do-not-contact-patients-list' | 'archived-contacts-list' | 'bulk-users-update' | 'bulk-users-create' | 'upload' | 'lumabot-html-preview'

Type of the uploaded file.

base64string

base64 representation of the binary file.

patientstring

ID of a Patient.

insurancestring

ID of an Insurance.

referralstring

ID of a Referral.

outboundReferralstring

ID of an Outbound Referral.

patientFormstring

ID of a Patient Form.

messagestring

ID of a Message.

broadcaststring

ID of a Broadcast.

websitestring

ID of a Website.

status'processing' | 'completed' | 'failed'

Status of the file upload. Processing = File-upload was created, but still being processed, Completed = File-upload was completed successfully, Failed = File-upload has failed.

estimatestring

Estimate Id.