Upload documents
Uploads a zip file containing documents for a patient. The zip file is extracted and each file is added to a new document batch.
| Path Parameters |
|---|
patientId string — REQUIREDPatient ID (must match the authenticated user) |
| Request Body — REQUIRED A zip file containing the documents to upload |
|---|
file binary — REQUIREDThe zip file to upload |
| Responses | ||
|---|---|---|
200Documents uploaded successfully. Returns the batch ID.
|