POST api/Upload/GetFile
Request Information
URI Parameters
None.
Body Parameters
AzureViewModel| Name | Description | Type | Additional 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": "a4e5793d-d03d-4537-8045-b8dc4a4dd66f",
"category": "sample string 2",
"engineerId": "de2dcb1f-4ef1-498f-9a88-c7c110197f3f",
"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>de2dcb1f-4ef1-498f-9a88-c7c110197f3f</EngineerId> <FilePath>sample string 4</FilePath> <Id>a4e5793d-d03d-4537-8045-b8dc4a4dd66f</Id> </AzureViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse 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>