POST api/File?FileName={FileName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
Required |
Body Parameters
Collection of byteRequest Formats
application/json, text/json, text/html
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {},
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<APIResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <Data /> <Message>sample string 2</Message> </APIResult>
text/html
Sample:
{"Data":{},"Message":"sample string 2"}