POST api/UploadFileQuery
Request Information
URI Parameters
None.
Body Parameters
AddQueryUploadRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| URN | string |
Matching regular expression pattern: ^([0-9])+$ |
|
| Contenttype | string |
None. |
|
| uploaddata | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"URN": "sample string 1",
"Contenttype": "sample string 2",
"uploaddata": "QEA="
}
application/xml, text/xml
Sample:
<AddQueryUploadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WDD_Models.Models.Query"> <Contenttype>sample string 2</Contenttype> <URN>sample string 1</URN> <uploaddata>QEA=</uploaddata> </AddQueryUploadRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.