POST /api/NormalUserMRI/UploadMultipleMRI

POST /api/NormalUserMRI/UploadMultipleMRI
multipart/form-data

Body

  • MRIs array[string(binary)]

Responses

  • Success

    Hide response attributes Show response attributes object
    • mrIs array[string(binary)] | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • mrIs array[string(binary)] | null
    • Additional properties are NOT allowed
    Hide response attributes Show response attributes object
    • mrIs array[string(binary)] | null
    • Additional properties are NOT allowed
POST /api/NormalUserMRI/UploadMultipleMRI
curl \
 --request POST 'http://alzaware.runasp.net/api/NormalUserMRI/UploadMultipleMRI' \
 --header "Content-Type: multipart/form-data" \
 --form "MRIs[]=@file"
Response examples (200)
{
  "mrIs": [
    "@file"
  ]
}
Response examples (200)
{
  "mrIs": [
    "@file"
  ]
}