Skip to main content
POST
/
user
/
patient
/
uploads
/
csv
Upload Patients
curl --request POST \
  --url https://api.decodahealth.com/user/patient/uploads/csv \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'TENANT: <tenant>' \
  --form file='@example-file' \
  --form 'uploader_id=<string>' \
  --form 'rule_set_id=<string>' \
  --form void_existing_charges=false \
  --form update_existing_patient_charges=false
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

multipart/form-data
file
file
required
uploader_id
string
required
rule_set_id
string | null
void_existing_charges
boolean
default:false
update_existing_patient_charges
boolean
default:false
patient_identifiers
string[]

Response

Successful Response

The response is of type boolean.