POST api/Distributor/UploadFile?fileName={fileName}&UploadType={UploadType}

Documentation for 'UploadFile'.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'Byte[]'.

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>