POST api/Upload/GetFile

Request Information

URI Parameters

None.

Body Parameters

AzureViewModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Category

string

None.

EngineerId

globally unique identifier

None.

FilePath

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "4fe8bedf-af00-4848-952d-56c562ad9510",
  "category": "sample string 2",
  "engineerId": "e50b8523-ee25-4551-8455-bc14ccb4c100",
  "filePath": "sample string 4"
}

application/xml, text/xml

Sample:
<AzureViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO.Model">
  <Category>sample string 2</Category>
  <EngineerId>e50b8523-ee25-4551-8455-bc14ccb4c100</EngineerId>
  <FilePath>sample string 4</FilePath>
  <Id>4fe8bedf-af00-4848-952d-56c562ad9510</Id>
</AzureViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>