POST api/IEE?fileName={fileName}&fileNameZip={fileNameZip}&compressionLevel={compressionLevel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fileName

string

Required

fileNameZip

string

Required

compressionLevel

CompressionLevel

Default value is Optimal

Body Parameters

Collection of byte

Request Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary>QEA=</base64Binary>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />