POST api/Distributor/UploadFile?fileName={fileName}&UploadType={UploadType}
Documentation for 'UploadFile'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| f | Documentation for 'f'. |
Define this parameter in the request body. |
| fileName | Documentation for 'fileName'. |
Define this parameter in the request URI. |
| UploadType | Documentation for 'UploadType'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
"QEBA"
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEBA</base64Binary>
application/x-www-form-urlencoded
Sample:
Response Information
Response body 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>