v1

latestOpenAPI 3.0.02026-07-26550199.6 KB
patient

Create single file for specific patient

Upload single file for a specific patient

post/patients/{id}/file

Response

Successfully uploaded file

idinteger required

Uploaded file ID

namestring required

Uploaded file name

patientIdinteger required

Patient ID

Example response

{
  "id": 1,
  "name": "patientFile.pdf",
  "patientId": 1
}