POST api/Upload

Provides multiple file upload from an HTTP client

Response Information

array of files uploaded and links on OWA

Response body formats

application/json, text/json

Sample:
[
  {
    "Url": "sample string 1",
    "FileName": "sample string 2"
  },
  {
    "Url": "sample string 1",
    "FileName": "sample string 2"
  },
  {
    "Url": "sample string 1",
    "FileName": "sample string 2"
  }
]