POST api/IEE?fileName={fileName}&fileNameZip={fileNameZip}&compressionLevel={compressionLevel}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
fileName | string |
Required |
|
fileNameZip | string |
Required |
|
compressionLevel | CompressionLevel |
Default value is Optimal |
Body Parameters
Collection of byteRequest Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary>QEA=</base64Binary>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
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" />