POST api/DownloadFiles
Documentation for 'GetFile'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"url": "sample string 1"
}
application/xml, text/xml
Sample:
<Downloadiles_GetFile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <url>sample string 1</url> </Downloadiles_GetFile>
application/x-www-form-urlencoded
Sample: